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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-12
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
74
-748
/
+2177
2020-06-12
virtio-pci: fix queue_enable write
Jason Wang
1
-4
/
+8
2020-06-12
pci: Display PCI IRQ pin in "info pci"
Peter Xu
3
-3
/
+7
2020-06-12
Fix parameter type in vhost migration log path
Raphael Norwitz
1
-2
/
+2
2020-06-12
acpi: ged: rename event memory region
Gerd Hoffmann
2
-9
/
+9
2020-06-12
acpi: fadt: add hw-reduced sleep register support
Gerd Hoffmann
2
-2
/
+4
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
4
-0
/
+221
2020-06-12
vhost-vsock: add vhost-vsock-common abstraction
Stefano Garzarella
5
-251
/
+350
2020-06-12
hw/pci: Fix crash when running QEMU with "-nic model=rocker"
Thomas Huth
1
-1
/
+12
2020-06-12
libvhost-user: advertise vring features
Stefan Hajnoczi
2
-3
/
+11
2020-06-12
Lift max ram slots limit in libvhost-user
Raphael Norwitz
2
-12
/
+20
2020-06-12
Support individual region unmap in libvhost-user
Raphael Norwitz
2
-0
/
+64
2020-06-12
Support adding individual regions in libvhost-user
Raphael Norwitz
2
-0
/
+110
2020-06-12
Support ram slot configuration in libvhost-user
Raphael Norwitz
2
-0
/
+20
2020-06-12
Refactor out libvhost-user fault generation logic
Raphael Norwitz
1
-68
/
+79
2020-06-12
Lift max memory slots limit imposed by vhost-user
Raphael Norwitz
2
-23
/
+40
2020-06-12
Transmit vhost-user memory regions individually
Raphael Norwitz
2
-74
/
+469
2020-06-12
Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS
Raphael Norwitz
3
-2
/
+64
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/ericb/tags/pull-nbd-2020-06-09-v2' into...
Peter Maydell
7
-13
/
+59
2020-06-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
20
-92
/
+73
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-11
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-06-09' int...
Peter Maydell
8
-193
/
+398
2020-06-11
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-09-2020' ...
Peter Maydell
10
-258
/
+658
2020-06-11
Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20200609' into staging
Peter Maydell
8
-224
/
+359
2020-06-10
block: Call attention to truncation of long NBD exports
Eric Blake
2
-10
/
+18
2020-06-10
nbd/server: Avoid long error message assertions CVE-2020-10761
Eric Blake
3
-3
/
+26
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
iotests: 194: wait for migration completion on target too
Vladimir Sementsov-Ogievskiy
2
-0
/
+15
2020-06-09
iotests: Fix 291 across more file systems
Eric Blake
2
-4
/
+4
2020-06-09
qcow2_format.py: dump bitmaps header extension
Vladimir Sementsov-Ogievskiy
3
-9
/
+70
2020-06-09
qcow2: QcowHeaderExtension print names for extension magics
Vladimir Sementsov-Ogievskiy
4
-21
/
+36
2020-06-09
qcow2_format: refactor QcowHeaderExtension as a subclass of Qcow2Struct
Vladimir Sementsov-Ogievskiy
1
-16
/
+37
2020-06-09
qcow2_format.py: QcowHeaderExtension: add dump method
Vladimir Sementsov-Ogievskiy
1
-10
/
+12
2020-06-09
qcow2_format.py: add field-formatting class
Vladimir Sementsov-Ogievskiy
1
-10
/
+25
2020-06-09
qcow2_format.py: separate generic functionality of structure classes
Vladimir Sementsov-Ogievskiy
1
-35
/
+66
2020-06-09
qcow2_format.py: use strings to specify c-type of struct fields
Vladimir Sementsov-Ogievskiy
1
-22
/
+28
2020-06-09
qcow2_format.py: use modern string formatting
Vladimir Sementsov-Ogievskiy
1
-27
/
+27
2020-06-09
qcow2_format.py: use tuples instead of lists for fields
Vladimir Sementsov-Ogievskiy
1
-20
/
+20
2020-06-09
qcow2_format.py: drop new line printing at end of dump()
Vladimir Sementsov-Ogievskiy
2
-1
/
+1
2020-06-09
qcow2.py: move qcow2 format classes to separate module
Vladimir Sementsov-Ogievskiy
2
-156
/
+177
2020-06-09
qcow2.py: add licensing blurb
Vladimir Sementsov-Ogievskiy
1
-0
/
+16
2020-06-09
qcow2.py: python style fixes
Vladimir Sementsov-Ogievskiy
1
-39
/
+56
2020-06-09
qemu-img: Fix doc typo for 'bitmap' subcommand
Eric Blake
1
-1
/
+1
[next]