index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
armsse: Define ARMSSEClass correctly
Eduardo Habkost
2020-08-28
1
-0
/
+1
*
hw/misc/unimp: Display the offset with width of the region size
Philippe Mathieu-Daudé
2020-08-28
1
-4
/
+6
*
hw/misc/unimp: Display the value with width of the access size
Philippe Mathieu-Daudé
2020-08-28
1
-2
/
+2
*
hw/misc/unimp: Display value after offset
Philippe Mathieu-Daudé
2020-08-28
1
-4
/
+4
*
hw/qdev-clock: Avoid calling qdev_connect_clock_in after DeviceRealize
Philippe Mathieu-Daudé
2020-08-28
1
-0
/
+1
*
hw/qdev-clock: Uninline qdev_connect_clock_in()
Philippe Mathieu-Daudé
2020-08-28
1
-0
/
+5
*
hw/arm/xilinx_zynq: Call qdev_connect_clock_in() before DeviceRealize
Philippe Mathieu-Daudé
2020-08-28
1
-9
/
+9
*
hw/arm/xilinx_zynq: Uninline cadence_uart_create()
Philippe Mathieu-Daudé
2020-08-28
1
-2
/
+12
*
hw/net/allwinner-sun8i-emac: Use AddressSpace for DMA transfers
Philippe Mathieu-Daudé
2020-08-28
2
-16
/
+32
*
hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfers
Philippe Mathieu-Daudé
2020-08-28
3
-6
/
+35
*
hw/arm/musicpal: Use AddressSpace for DMA transfers
Philippe Mathieu-Daudé
2020-08-28
1
-14
/
+31
*
hw/clock: Let clock_set() return boolean value
Philippe Mathieu-Daudé
2020-08-28
1
-1
/
+6
*
hw/arm/sbsa-ref: fix typo breaking PCIe IRQs
Graeme Gregory
2020-08-28
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-08-27
18
-26
/
+164
|
\
|
*
hw/smbios: add options for type 4 max-speed and current-speed
Ying Fang
2020-08-27
1
-4
/
+32
|
*
vhost-user-blk-pci: default num_queues to -smp N
Stefan Hajnoczi
2020-08-27
3
-1
/
+10
|
*
virtio-blk-pci: default num_queues to -smp N
Stefan Hajnoczi
2020-08-27
3
-2
/
+12
|
*
virtio-scsi-pci: default num_queues to -smp N
Stefan Hajnoczi
2020-08-27
7
-13
/
+35
|
*
virtio-scsi: introduce a constant for fixed virtqueues
Stefan Hajnoczi
2020-08-27
5
-7
/
+11
|
*
virtio-pci: add virtio_pci_optimal_num_queues() helper
Stefan Hajnoczi
2020-08-27
2
-0
/
+41
|
*
Introduce a new flag for i440fx to disable PCI hotplug on the root bus
Ani Sinha
2020-08-27
2
-2
/
+26
|
*
arm/acpi: fix an out of spec _UID for PCI root
Michael S. Tsirkin
2020-08-27
1
-1
/
+1
|
*
i386/acpi: fix inconsistent QEMU/OVMF device paths
Michael S. Tsirkin
2020-08-27
1
-2
/
+2
*
|
hw/vfio/ap: Plug memleak in vfio_ap_get_group()
Pan Nengyuan
2020-08-27
1
-0
/
+1
*
|
virtio-ccw-input: fix description
Cornelia Huck
2020-08-27
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-v3-pull-reques...
Peter Maydell
2020-08-26
4
-76
/
+148
|
\
|
*
hw/display/artist: Fix invalidation of lines near screen border
Sven Schnelle
2020-08-26
1
-1
/
+6
|
*
hw/display/artist: Fix invalidation of lines in artist_draw_line()
Sven Schnelle
2020-08-26
1
-1
/
+4
|
*
hw/display/artist: Unbreak size mismatch memory accesses
Helge Deller
2020-08-26
1
-8
/
+4
|
*
hw/display/artist: Prevent out of VRAM buffer accesses
Helge Deller
2020-08-26
1
-41
/
+69
|
*
Revert "hw/display/artist: Avoid drawing line when nothing to display"
Helge Deller
2020-08-26
1
-3
/
+0
|
*
hw/display/artist: Refactor artist_rop8() to avoid buffer over-run
Philippe Mathieu-Daudé
2020-08-26
1
-15
/
+25
|
*
hw/display/artist: Check offset in draw_line to avoid buffer over-run
Philippe Mathieu-Daudé
2020-08-26
1
-2
/
+7
|
*
hw/hppa/lasi: Don't abort on invalid IMR value
Helge Deller
2020-08-26
1
-2
/
+6
|
*
hw/display/artist.c: fix out of bounds check
Sven Schnelle
2020-08-04
1
-13
/
+11
|
*
hw/hppa: Implement proper SeaBIOS version check
Helge Deller
2020-08-04
1
-0
/
+22
|
*
hw/hppa: Sync hppa_hardware.h file with SeaBIOS sources
Helge Deller
2020-08-04
2
-2
/
+6
*
|
hw/riscv: virt: Allow creating multiple NUMA sockets
Anup Patel
2020-08-25
1
-227
/
+299
*
|
hw/riscv: spike: Allow creating multiple NUMA sockets
Anup Patel
2020-08-25
1
-74
/
+158
*
|
hw/riscv: Add helpers for RISC-V multi-socket NUMA machines
Anup Patel
2020-08-25
2
-0
/
+243
*
|
hw/riscv: Allow creating multiple instances of PLIC
Anup Patel
2020-08-25
4
-14
/
+16
*
|
hw/riscv: Allow creating multiple instances of CLINT
Anup Patel
2020-08-25
5
-12
/
+16
*
|
Merge remote-tracking branch 'remotes/xtensa/tags/20200821-xtensa' into staging
Peter Maydell
2020-08-24
1
-1
/
+5
|
\
\
|
*
|
target/xtensa: implement NMI support
Max Filippov
2020-08-21
1
-1
/
+5
*
|
|
Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200812' int...
Peter Maydell
2020-08-24
4
-94
/
+333
|
\
\
\
|
*
|
|
9pfs: clarify latency of v9fs_co_run_in_worker()
Christian Schoenebeck
2020-08-12
1
-1
/
+11
|
*
|
|
9pfs: differentiate readdir lock between 9P2000.u vs. 9P2000.L
Christian Schoenebeck
2020-08-12
2
-8
/
+40
|
*
|
|
9pfs: T_readdir latency optimization
Christian Schoenebeck
2020-08-12
1
-74
/
+58
|
*
|
|
9pfs: add new function v9fs_co_readdir_many()
Christian Schoenebeck
2020-08-12
3
-0
/
+196
|
*
|
|
9pfs: split out fs driver core of v9fs_co_readdir()
Christian Schoenebeck
2020-08-12
1
-14
/
+24
[next]