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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-01-07
hw/ppc/Kconfig: Restrict the MPC I2C controller to e500-based platforms
Philippe Mathieu-Daudé
1
-0
/
+1
2020-01-07
hw/i386/Kconfig: Let the MicroVM machine select the SERIAL_ISA config
Philippe Mathieu-Daudé
1
-1
/
+1
2020-01-07
hw/intc/i8259: Fix Kconfig dependency on ISA bus
Philippe Mathieu-Daudé
1
-0
/
+1
2020-01-07
hw/usb/redirect: Do not link 'usb-redir' device when USB not enabled
Philippe Mathieu-Daudé
1
-0
/
+2
2020-01-07
hw/timer/Kconfig: Intel 8254 PIT depends of ISA bus
Philippe Mathieu-Daudé
1
-0
/
+1
2020-01-07
hw/i386/pc: fix regression in parsing vga cmdline parameter
Peter Wu
1
-4
/
+4
2020-01-07
hw/i386/x86-iommu: Add missing stubs
Philippe Mathieu-Daudé
1
-0
/
+9
2020-01-07
hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35
Denis Plotnikov
2
-2
/
+0
2020-01-06
vfio/pci: Don't remove irqchip notifier if not registered
Peter Xu
1
-1
/
+3
2020-01-06
Merge remote-tracking branch 'remotes/elmarco/tags/dbus-vmstate7-pull-request...
Peter Maydell
15
-21
/
+62
2020-01-06
intel_iommu: add present bit check for pasid table entries
Liu Yi L
2
-19
/
+74
2020-01-06
intel_iommu: a fix to vtd_find_as_from_bus_num()
Liu Yi L
1
-0
/
+1
2020-01-06
virtio-net: delete also control queue when TX/RX deleted
Yuri Benditovich
1
-1
/
+2
2020-01-06
virtio: reset region cache when on queue deletion
Yuri Benditovich
1
-0
/
+1
2020-01-06
virtio-mmio: update queue size on guest write
Denis Plotnikov
1
-1
/
+2
2020-01-06
virtio: make seg_max virtqueue size dependent
Denis Plotnikov
4
-2
/
+22
2020-01-06
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200106-pull-request...
Peter Maydell
1
-4
/
+4
2020-01-06
Merge remote-tracking branch 'remotes/elmarco/tags/screendump-pull-request' i...
Peter Maydell
2
-2
/
+8
2020-01-06
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
13
-21
/
+24
2020-01-06
vmstate: add qom interface to get id
Marc-André Lureau
3
-0
/
+38
2020-01-06
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
3
-9
/
+3
2020-01-06
hda-codec: fix recording rate control
Volker Rümelin
1
-2
/
+2
2020-01-06
hda-codec: fix playback rate control
Volker Rümelin
1
-2
/
+2
2020-01-05
hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35
Denis Plotnikov
2
-2
/
+0
2020-01-05
vhost-user-scsi: reset the device if supported
Raphael Norwitz
1
-0
/
+24
2020-01-05
vhost-user: add VHOST_USER_RESET_DEVICE to reset devices
Raphael Norwitz
1
-1
/
+7
2020-01-05
hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size' argument
Philippe Mathieu-Daudé
1
-2
/
+2
2020-01-05
hw/pci/pci_host: Remove redundant PCI_DPRINTF()
Philippe Mathieu-Daudé
1
-16
/
+5
2020-01-05
virtio-mmio: Clear v2 transport state on soft reset
Jean-Philippe Brucker
1
-0
/
+14
2020-01-05
hmat acpi: Build Memory Side Cache Information Structure(s)
Liu Jingqi
1
-1
/
+68
2020-01-05
hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
Liu Jingqi
1
-1
/
+103
2020-01-05
hmat acpi: Build Memory Proximity Domain Attributes Structure(s)
Liu Jingqi
5
-2
/
+152
2020-01-05
numa: Extend CLI to provide memory side cache information
Liu Jingqi
1
-0
/
+80
2020-01-05
numa: Extend CLI to provide memory latency and bandwidth information
Liu Jingqi
1
-0
/
+194
2020-01-05
numa: Extend CLI to provide initiator information for numa nodes
Tao Xu
2
-0
/
+87
2020-01-05
virtio: don't enable notifications during polling
Stefan Hajnoczi
3
-10
/
+20
2020-01-05
virtio-pci: disable vring processing when bus-mastering is disabled
Michael Roth
3
-11
/
+37
2020-01-05
virtio: update queue size on guest write
Michael S. Tsirkin
1
-0
/
+2
2020-01-05
intel_iommu: fix bug to read DMAR_RTADDR_REG
Yi Sun
1
-4
/
+3
2020-01-05
virtio-input: convert to new virtio_delete_queue
Michael S. Tsirkin
1
-2
/
+3
2020-01-05
virtio-serial-bus: fix memory leak while attach virtio-serial-bus
Pan Nengyuan
1
-0
/
+8
2020-01-05
virtio-balloon: fix memory leak while attach virtio-balloon device
Pan Nengyuan
1
-0
/
+7
2020-01-05
virtio: make virtio_delete_queue idempotent
Michael S. Tsirkin
1
-0
/
+1
2020-01-05
virtio: add ability to delete vq through a pointer
Michael S. Tsirkin
1
-5
/
+10
2020-01-03
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191220'...
Peter Maydell
3
-10
/
+27
2020-01-03
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-1
/
+1
2020-01-03
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20191220-pull-request' ...
Peter Maydell
1
-0
/
+2
2020-01-02
console: add graphic_hw_update_done()
Marc-André Lureau
2
-2
/
+8
2019-12-20
hw/arm/smmuv3: Report F_STE_FETCH fault address in correct word position
Simon Veith
1
-1
/
+1
2019-12-20
hw/arm/smmuv3: Use correct bit positions in EVT_SET_ADDR2 macro
Simon Veith
1
-2
/
+2
[prev]
[next]