index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-28
virtio-net: check the existence of peer before accessing vDPA config
Jason Wang
1
-11
/
+19
2020-07-28
virtio-pci: fix wrong index in virtio_pci_queue_enabled
Yuri Benditovich
1
-1
/
+1
2020-07-27
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
8
-8
/
+48
2020-07-27
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200727' into staging
Peter Maydell
2
-2
/
+7
2020-07-27
virtio-pci: fix virtio_pci_queue_enabled()
Laurent Vivier
2
-2
/
+7
2020-07-27
Merge remote-tracking branch 'remotes/stsquad/tags/pull-fixes-for-rc2-270720-...
Peter Maydell
1
-1
/
+3
2020-07-27
vhost-vdpa :Fix Coverity CID 1430270 / CID 1420267
Cindy Lu
1
-2
/
+2
2020-07-27
Fix vhost-user buffer over-read on ram hot-unplug
Raphael Norwitz
1
-1
/
+1
2020-07-27
hw/pci-host: save/restore pci host config register
Hogan Wang
3
-1
/
+36
2020-07-27
virtio-mem-pci: force virtio version 1
David Hildenbrand
1
-2
/
+2
2020-07-27
semihosting: don't send the trailing '\0'
KONRAD Frederic
1
-1
/
+3
2020-07-27
pseries: fix kvmppc_set_fwnmi()
Laurent Vivier
1
-1
/
+1
2020-07-25
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200724-pull-request...
Peter Maydell
3
-2
/
+1
2020-07-24
hw/input/virtio-input-hid.c: Don't undef CONFIG_CURSES
Peter Maydell
1
-1
/
+0
2020-07-24
hw: Only compile the usb-dwc2 controller if it is really needed
Thomas Huth
2
-1
/
+1
2020-07-24
sd/milkymist-memcard: Fix format string
Stefan Weil
1
-1
/
+1
2020-07-24
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-3
/
+3
2020-07-24
s390x/s390-virtio-ccw: fix loadparm property getter
Halil Pasic
1
-1
/
+5
2020-07-24
s390x/protvirt: allow to IPL secure guests with -no-reboot
Christian Borntraeger
1
-1
/
+2
2020-07-23
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
2
-4
/
+15
2020-07-23
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
11
-63
/
+115
2020-07-23
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-20200721' into s...
Peter Maydell
1
-1
/
+1
2020-07-22
hw/riscv: sifive_e: Correct debug block size
Bin Meng
1
-1
/
+1
2020-07-22
goldfish_rtc: Fix non-atomic read behaviour of TIME_LOW/TIME_HIGH
Jessica Clarke
1
-3
/
+14
2020-07-22
virtio-pci: Changed vdev to proxy for VirtIO PCI BAR callbacks.
Andrew Melnychenko
1
-10
/
+24
2020-07-22
intel_iommu: Use correct shift for 256 bits qi descriptor
Liu Yi L
2
-2
/
+8
2020-07-22
virtio: verify that legacy support is not accidentally on
Cornelia Huck
2
-0
/
+10
2020-07-22
virtio: list legacy-capable devices
Cornelia Huck
1
-0
/
+25
2020-07-22
virtio-balloon: Replace free page hinting references to 'report' with 'hint'
Alexander Duyck
1
-38
/
+38
2020-07-22
virtio-balloon: Add locking to prevent possible race when starting hinting
Alexander Duyck
1
-0
/
+4
2020-07-22
virtio-balloon: Prevent guest from starting a report when we didn't request one
Alexander Duyck
1
-1
/
+2
2020-07-22
virtio: Drop broken and superfluous object_property_set_link()
Markus Armbruster
4
-11
/
+0
2020-07-22
acpi: accept byte and word access to core ACPI registers
Michael Tokarev
1
-3
/
+6
2020-07-22
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200721' int...
Peter Maydell
1
-6
/
+7
2020-07-21
Merge remote-tracking branch 'remotes/armbru/tags/pull-qom-2020-07-21' into s...
Peter Maydell
12
-33
/
+21
2020-07-21
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200721-pull-request...
Peter Maydell
2
-2
/
+11
2020-07-21
hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean value
Philippe Mathieu-Daudé
1
-4
/
+6
2020-07-21
hw/nvram/fw_cfg: Simplify fw_cfg_add_from_generator() error propagation
Philippe Mathieu-Daudé
1
-2
/
+1
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
12
-33
/
+21
2020-07-21
hw/avr/boot: Fix memory leak in avr_load_firmware()
Philippe Mathieu-Daudé
1
-1
/
+1
2020-07-21
hw/net/xgmac: Fix buffer overflow in xgmac_enet_send()
Mauro Matteo Cascella
1
-2
/
+12
2020-07-21
hw/net: Added plen fix for IPv6
Andrew
2
-0
/
+37
2020-07-21
qxl: fix modular builds with dtrace
Gerd Hoffmann
1
-0
/
+9
2020-07-21
xhci: fix valid.max_access_size to access address registers
Laurent Vivier
1
-2
/
+2
2020-07-21
hw: Mark nd_table[] misuse in realize methods FIXME
Markus Armbruster
5
-0
/
+5
2020-07-21
msf2: Unbreak device-list-properties for "msf-soc"
Markus Armbruster
1
-4
/
+5
2020-07-20
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200720'...
Peter Maydell
3
-38
/
+47
2020-07-20
hw/arm/armsse: Assert info->num_cpus is in-bounds in armsse_realize()
Peter Maydell
1
-0
/
+2
2020-07-20
qdev: Move doc comments from qdev.c to qdev-core.h
Peter Maydell
1
-33
/
+0
2020-07-20
hw/arm/virt: Disable memory hotplug when MTE is enabled
Richard Henderson
1
-0
/
+5
[next]