index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
tests
/
protocol.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-12
.github: move repo lockdown to the v2 configuration
Alex Bennée
2
-34
/
+30
2021-10-12
accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid
Alex Bennée
2
-78
/
+85
2021-10-12
target/s390x: move tcg_gen_insn_start to s390x_tr_insn_start
Richard Henderson
1
-2
/
+8
2021-10-12
plugins/: Add missing functions to symbol list
Lukas Jünger
1
-0
/
+3
2021-10-12
gitlab: fix passing of TEST_TARGETS env to cirrus
Daniel P. Berrangé
2
-1
/
+2
2021-10-12
gitlab: skip the check-patch job on the upstream repo
Daniel P. Berrangé
1
-1
/
+1
2021-10-12
travis.yml: Remove the "Release tarball" job
Thomas Huth
1
-23
/
+0
2021-10-12
gitlab: Add cross-riscv64-system, cross-riscv64-user
Richard Henderson
1
-0
/
+19
2021-10-12
tests/docker: promote debian-riscv64-cross to a full image
Alex Bennée
3
-8
/
+43
2021-10-12
tests/tcg: move some multiarch files and make conditional
Alex Bennée
4
-6
/
+15
2021-10-12
tests/tcg/sha1: remove endian include
Alex Bennée
1
-1
/
+0
2021-10-12
configure: don't override the selected host test compiler if defined
Alex Bennée
1
-2
/
+4
2021-10-08
q800: wire macfb IRQ to separate video interrupt on VIA2
Mark Cave-Ayland
1
-2
/
+5
2021-10-08
macfb: add vertical blank interrupt
Mark Cave-Ayland
2
-0
/
+91
2021-10-08
macfb: fix 24-bit RGB pixel encoding
Mark Cave-Ayland
1
-4
/
+4
2021-10-08
macfb: fix up 1-bit pixel encoding
Mark Cave-Ayland
1
-1
/
+3
2021-10-08
macfb: add common monitor modes supported by the MacOS toolbox ROM
Mark Cave-Ayland
4
-21
/
+156
2021-10-08
macfb: add qdev property to specify display type
Mark Cave-Ayland
3
-1
/
+12
2021-10-08
macfb: implement mode sense to allow display type to be detected
Mark Cave-Ayland
3
-2
/
+137
2021-10-08
macfb: add trace events for reading and writing the control registers
Mark Cave-Ayland
2
-1
/
+11
2021-10-08
macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu...
Mark Cave-Ayland
1
-3
/
+2
2021-10-08
macfb: fix overflow of color_palette array
Mark Cave-Ayland
1
-1
/
+3
2021-10-08
macfb: fix invalid object reference in macfb_common_realize()
Mark Cave-Ayland
1
-1
/
+1
2021-10-08
macfb: update macfb.c to use the Error API best practices
Mark Cave-Ayland
1
-8
/
+8
2021-10-08
macfb: handle errors that occur during realize
Mark Cave-Ayland
1
-0
/
+11
2021-10-07
iothread: use IOThreadParamInfo in iothread_[set|get]_param()
Stefano Garzarella
1
-8
/
+10
2021-10-07
iothread: rename PollParamInfo to IOThreadParamInfo
Stefano Garzarella
1
-7
/
+7
2021-10-07
iotests: Add mirror-ready-cancel-error test
Hanna Reitz
2
-0
/
+148
2021-10-07
mirror: Do not clear .cancelled
Hanna Reitz
2
-3
/
+3
2021-10-07
mirror: Stop active mirroring after force-cancel
Hanna Reitz
1
-0
/
+2
2021-10-07
mirror: Check job_is_cancelled() earlier
Hanna Reitz
1
-5
/
+5
2021-10-07
mirror: Use job_is_cancelled()
Hanna Reitz
1
-1
/
+1
2021-10-07
job: Add job_cancel_requested()
Hanna Reitz
3
-9
/
+23
2021-10-07
job: Do not soft-cancel after a job is done
Hanna Reitz
1
-4
/
+21
2021-10-07
jobs: Give Job.force_cancel more meaning
Hanna Reitz
4
-9
/
+35
2021-10-07
job: @force parameter for job_cancel_sync()
Hanna Reitz
7
-50
/
+50
2021-10-07
job: Force-cancel jobs in a failed transaction
Hanna Reitz
1
-1
/
+6
2021-10-07
mirror: Drop s->synced
Hanna Reitz
1
-10
/
+9
2021-10-07
mirror: Keep s->synced on error
Hanna Reitz
1
-1
/
+0
2021-10-07
job: Context changes in job_completed_txn_abort()
Hanna Reitz
1
-5
/
+17
2021-10-07
hw/riscv: shakti_c: Mark as not user creatable
Alistair Francis
1
-0
/
+7
2021-10-07
hw/dma: sifive_pdma: Don't run DMA when channel is disclaimed
Bin Meng
1
-2
/
+9
2021-10-07
hw/dma: sifive_pdma: Fix Control.claim bit detection
Bin Meng
1
-1
/
+1
2021-10-07
hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART
Philippe Mathieu-Daudé
2
-16
/
+93
2021-10-07
hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion container
Philippe Mathieu-Daudé
2
-3
/
+9
2021-10-07
hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definition
Philippe Mathieu-Daudé
2
-8
/
+10
2021-10-07
hw/char: sifive_uart: Register device in 'input' category
Bin Meng
1
-0
/
+1
2021-10-07
hw/char: shakti_uart: Register device in 'input' category
Bin Meng
1
-0
/
+1
2021-10-07
hw/char: ibex_uart: Register device in 'input' category
Bin Meng
1
-0
/
+1
2021-10-07
target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
Frank Chang
2
-13
/
+21
[next]