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-06-12
acpi: madt: skip pci override on pci-less systems.
Gerd Hoffmann
3
-13
/
+18
2020-06-12
acpi: create acpi-common.c and move madt code
Gerd Hoffmann
4
-123
/
+170
2020-06-12
acpi: make build_madt() more generic.
Gerd Hoffmann
1
-7
/
+7
2020-06-12
virtio: add vhost-user-vsock-pci device
Stefano Garzarella
2
-0
/
+85
2020-06-12
virtio: add vhost-user-vsock base device
Stefano Garzarella
2
-0
/
+182
2020-06-12
vhost-vsock: add vhost-vsock-common abstraction
Stefano Garzarella
3
-242
/
+301
2020-06-12
hw/pci: Fix crash when running QEMU with "-nic model=rocker"
Thomas Huth
1
-1
/
+12
2020-06-12
Lift max memory slots limit imposed by vhost-user
Raphael Norwitz
1
-19
/
+37
2020-06-12
Transmit vhost-user memory regions individually
Raphael Norwitz
1
-72
/
+438
2020-06-12
Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS
Raphael Norwitz
1
-2
/
+47
2020-06-11
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20200611.0' i...
Peter Maydell
1
-12
/
+73
2020-06-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
15
-32
/
+57
2020-06-11
hw/vfio/pci-quirks: Fix broken legacy IGD passthrough
Thomas Huth
1
-0
/
+1
2020-06-11
hw/vfio: Add VMD Passthrough Quirk
Jon Derrick
1
-12
/
+72
2020-06-10
hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commands
Wei Huang
1
-9
/
+10
2020-06-10
KVM: Kick resamplefd for split kernel irqchip
Peter Xu
1
-0
/
+19
2020-06-10
vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds
Peter Xu
1
-22
/
+15
2020-06-10
hw/i386/vmport: Allow QTest use without crashing
Philippe Mathieu-Daudé
1
-1
/
+15
2020-06-10
megasas: use unsigned type for positive numeric fields
Prasad J Pandit
1
-19
/
+19
2020-06-10
megasas: avoid NULL pointer dereference
Prasad J Pandit
1
-1
/
+1
2020-06-10
megasas: use unsigned type for reply_queue_head and check index
Prasad J Pandit
1
-2
/
+2
2020-06-10
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé
10
-221
/
+9
2020-06-10
hw/i386/vmport: Assert vmport initialized before registering commands
Liran Alon
1
-0
/
+2
2020-06-10
hw/i386/vmport: Add support for CMD_GETHZ
Liran Alon
1
-0
/
+19
2020-06-10
hw/i386/vmport: Allow x2apic without IR
Liran Alon
1
-1
/
+8
2020-06-10
hw/i386/vmport: Add support for CMD_GET_VCPU_INFO
Liran Alon
1
-0
/
+14
2020-06-10
hw/i386/vmport: Add support for CMD_GETBIOSUUID
Liran Alon
2
-0
/
+23
2020-06-10
hw/i386/vmport: Define enum for all commands
Liran Alon
2
-21
/
+8
2020-06-10
hw/i386/vmport: Introduce vmport.h
Liran Alon
4
-37
/
+3
2020-06-10
hw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSION
Liran Alon
2
-0
/
+28
2020-06-10
hw/i386/vmport: Introduce vmware-vmx-version property
Liran Alon
1
-1
/
+8
2020-06-10
hw/i386/vmport: Set EAX to -1 on failed and unsupported commands
Liran Alon
2
-4
/
+16
2020-06-10
hw/i386/vmport: Propagate IOPort read to vCPU EAX register
Liran Alon
2
-3
/
+30
2020-06-10
hw/i386/vmport: Add device properties
Liran Alon
1
-0
/
+6
2020-06-10
hw/i386/vmport: Add reference to VMware open-vm-tools
Liran Alon
1
-0
/
+7
2020-06-10
vmbus: add infrastructure to save/load vmbus requests
Jon Doron
1
-0
/
+99
2020-06-10
i386: Hyper-V VMBus ACPI DSDT entry
Jon Doron
2
-0
/
+50
2020-06-10
i386:pc: whitelist dynamic vmbus-bridge
Jon Doron
2
-0
/
+4
2020-06-10
vmbus: vmbus implementation
Jon Doron
4
-0
/
+2696
2020-06-10
hyperv: expose API to determine if synic is enabled
Jon Doron
1
-0
/
+8
2020-06-10
qom/object: Move Object typedef to 'qemu/typedefs.h'
Philippe Mathieu-Daudé
3
-3
/
+0
2020-06-10
numa: prevent usage of -M memory-backend and -numa memdev at the same time
Igor Mammedov
1
-0
/
+5
2020-06-10
semihosting: remove the pthread include which seems unused
KONRAD Frederic
1
-1
/
+0
2020-06-10
hw/openrisc/openrisc_sim: Add assertion to silence GCC warning
Philippe Mathieu-Daudé
1
-0
/
+1
2020-06-09
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-0806...
Peter Maydell
2
-17
/
+43
2020-06-09
Add vhost-user helper to get MemoryRegion data
Raphael Norwitz
1
-10
/
+15
2020-06-09
Add helper to populate vhost-user message regions
Raphael Norwitz
1
-6
/
+12
2020-06-09
vhost-user-blk: delay vhost_user_blk_disconnect
Dima Stepanov
1
-1
/
+37
2020-06-09
hw/pci-host: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
3
-4
/
+6
2020-06-09
hw/pci/pci_bridge: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-2
/
+2
[prev]
[next]