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
/
qemu
/
utils
/
accel.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-12
python/aqmp: add send_fd_scm
John Snow
1
-0
/
+22
2021-10-12
python/aqmp: Return cleared events from EventListener.clear()
John Snow
1
-2
/
+7
2021-10-12
python/aqmp: add .empty() method to EventListener
John Snow
1
-0
/
+6
2021-10-12
python/aqmp: add greeting property to QMPClient
John Snow
1
-0
/
+5
2021-10-12
tests/docker: add a debian-native image and make available
Alex Bennée
3
-2
/
+61
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-12
aspeed/smc: Dump address offset in trace events
Cédric Le Goater
1
-3
/
+3
2021-10-12
aspeed/wdt: Add trace events
Cédric Le Goater
2
-0
/
+9
2021-10-12
hw/arm: Integrate ADC model into Aspeed SoC
Andrew Jeffery
3
-0
/
+24
2021-10-12
hw/adc: Add basic Aspeed ADC model
Andrew Jeffery
4
-0
/
+486
2021-10-12
hw: aspeed_gpio: Fix GPIO array indexing
Peter Delevoryas
2
-50
/
+35
2021-10-12
hw: aspeed_gpio: Fix pin I/O type declarations
Peter Delevoryas
1
-4
/
+4
2021-10-12
aspeed/i2c: QOMify AspeedI2CBus
Cédric Le Goater
3
-25
/
+91
2021-10-12
aspeed/smc: Remove unused attribute 'irqline'
Cédric Le Goater
1
-1
/
+0
2021-10-12
aspeed/smc: Introduce a new addr_width() class handler
Cédric Le Goater
2
-7
/
+13
2021-10-12
aspeed/smc: Add default reset values
Cédric Le Goater
2
-25
/
+28
2021-10-12
aspeed/smc: QOMify AspeedSMCFlash
Cédric Le Goater
2
-12
/
+77
2021-10-12
aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'
Cédric Le Goater
2
-16
/
+16
2021-10-12
aspeed/smc: Remove the 'size' attribute from AspeedSMCFlash
Cédric Le Goater
3
-7
/
+6
2021-10-12
aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlash
Cédric Le Goater
2
-7
/
+5
2021-10-12
aspeed/smc: Drop AspeedSMCController structure
Cédric Le Goater
4
-422
/
+511
2021-10-12
aspeed/smc: Stop using the model name for the memory regions
Cédric Le Goater
1
-15
/
+10
2021-10-12
aspeed/smc: Introduce aspeed_smc_error() helper
Cédric Le Goater
1
-52
/
+45
2021-10-12
aspeed/smc: Add watchdog Control/Status Registers
Cédric Le Goater
1
-1
/
+18
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
[next]