index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-01
hw/misc/macio: Fix device introspection problems in macio devices
Thomas Huth
3
-22
/
+12
2018-07-30
hw/misc/tz-mpc: Zero the LUT on initialization, not just reset
Peter Maydell
1
-1
/
+1
2018-07-17
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-8
/
+8
2018-07-17
hw/display/xlnx_dp: Move problematic code from instance_init to realize
Paolo Bonzini
1
-6
/
+12
2018-07-16
aspeed: Implement write-1-{set, clear} for AST2500 strapping
Andrew Jeffery
1
-2
/
+17
2018-07-16
hyperv: rename vcpu_id to vp_index
Roman Kagan
1
-8
/
+8
2018-07-03
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...
Peter Maydell
1
-10
/
+11
2018-07-03
mac_dbdma: only dump commands for debug enabled channels
Mark Cave-Ayland
1
-10
/
+11
2018-07-02
hw/mips: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-1
/
+2
2018-07-02
hw/misc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2
-2
/
+4
2018-07-02
hw/ivshmem: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-1
/
+2
2018-06-28
hostmem: drop error variable from host_memory_backend_get_memory()
David Hildenbrand
1
-2
/
+1
2018-06-26
aspeed/scu: introduce clock frequencies
Cédric Le Goater
1
-0
/
+106
2018-06-22
hw/misc/iotkit-secctl.c: Implement SECMPCINTSTATUS
Peter Maydell
1
-2
/
+36
2018-06-22
hw/misc/tz_mpc.c: Honour the BLK_LUT settings in translate
Peter Maydell
2
-2
/
+52
2018-06-22
hw/misc/tz-mpc.c: Implement correct blocked-access behaviour
Peter Maydell
1
-2
/
+48
2018-06-22
hw/misc/tz-mpc.c: Implement registers
Peter Maydell
1
-3
/
+137
2018-06-22
hw/misc/tz-mpc.c: Implement the Arm TrustZone Memory Protection Controller
Peter Maydell
3
-0
/
+407
2018-06-16
mos6522: expose mos6522_update_irq() through MOS6522DeviceClass
Mark Cave-Ayland
1
-0
/
+1
2018-06-16
mos6522: remove additional interrupt flag filter from mos6522_update_irq()
Mark Cave-Ayland
1
-1
/
+1
2018-06-16
mos6522: only clear the shift register interrupt upon write
Mark Cave-Ayland
1
-1
/
+1
2018-06-16
mac_newworld: add PMU device
Mark Cave-Ayland
4
-19
/
+943
2018-06-16
mac_newworld: wire up programmer switch to NMI handler
Mark Cave-Ayland
1
-0
/
+13
2018-06-16
mac_newworld: add gpios to macio devices with PMU enabled
Mark Cave-Ayland
4
-0
/
+239
2018-06-16
mac_newworld: add via machine option to control mac99 VIA/ADB configuration
Mark Cave-Ayland
1
-0
/
+7
2018-06-15
aspeed_scu: Implement RNG register
Joel Stanley
1
-0
/
+20
2018-06-12
mos6522: convert VMSTATE_TIMER_PTR_TEST to VMSTATE_TIMER_PTR
Mark Cave-Ayland
1
-8
/
+1
2018-06-12
mos6522: move timer frequency initialisation to mos6522_reset
Mark Cave-Ayland
2
-13
/
+6
2018-06-12
cuda: embed mos6522_cuda device directly rather than using QOM object link
Mark Cave-Ayland
2
-27
/
+19
2018-06-12
mos6522: fix vmstate_mos6522_timer version in vmstate_mos6522
Mark Cave-Ayland
1
-1
/
+1
2018-06-12
hw/misc/mos6522: Add trailing '\n' to qemu_log() calls
Philippe Mathieu-Daudé
1
-2
/
+2
2018-06-12
macio: add trace-events to timer device
Mark Cave-Ayland
2
-0
/
+7
2018-06-08
misc: add pca9552 LED blinker model
Cédric Le Goater
2
-0
/
+241
2018-06-01
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
Philippe Mathieu-Daudé
2
-9
/
+6
2018-06-01
hw/misc/sga: Use the correct ISA include
Philippe Mathieu-Daudé
1
-1
/
+1
2018-06-01
hw/misc/mips_itu: Cleanup includes
Philippe Mathieu-Daudé
1
-4
/
+1
2018-06-01
hw: Do not include "exec/address-spaces.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-05-20
Remove unnecessary variables for function return value
Laurent Vivier
1
-6
/
+2
2018-05-20
misc, ide: remove use of HWADDR_PRIx in trace events
Daniel P. Berrangé
1
-4
/
+4
2018-05-04
mac_newworld: move wiring of macio IRQs to macio_newworld_realize()
Mark Cave-Ayland
1
-16
/
+23
2018-04-27
mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()
Mark Cave-Ayland
1
-15
/
+22
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
1
-2
/
+2
2018-04-11
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
1
-2
/
+1
2018-04-10
hw/misc/macio: Fix crash when listing device properties of macio device
Thomas Huth
1
-7
/
+7
2018-03-18
hw/misc/macio: Mark the macio devices with user_creatable = false
Thomas Huth
1
-0
/
+2
2018-03-06
misc: don't use hwaddr as a type in trace events
Daniel P. Berrangé
1
-2
/
+2
2018-03-06
macio: remove macio_init() function
Mark Cave-Ayland
1
-8
/
+3
2018-03-06
macio: move setting of CUDA timebase frequency to macio_common_realize()
Mark Cave-Ayland
1
-5
/
+2
2018-03-06
mac_newworld: use object link to pass OpenPIC object to macio
Mark Cave-Ayland
1
-5
/
+9
2018-03-06
mac_oldworld: use object link to pass heathrow PIC object to macio
Mark Cave-Ayland
1
-4
/
+10
[next]