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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-16
hw/acpi: extract acpi_add_rom_blob()
Wei Yang
5
-33
/
+65
2019-06-16
vhost: fix vhost_log size overflow during migration
Li Hangjing
1
-0
/
+10
2019-06-16
docs/vhost-user.json: some firmware.json copy leftovers
Marc-André Lureau
1
-3
/
+3
2019-06-16
vhost-user-gpu: initialize msghdr & iov at declaration
Marc-André Lureau
1
-13
/
+8
2019-06-16
vhost-user-input: check ioctl(EVIOCGNAME) return value
Marc-André Lureau
1
-1
/
+5
2019-06-16
vhost-user: improve error report
Marc-André Lureau
2
-2
/
+2
2019-06-16
vhost-user: check unix_listen() return value
Marc-André Lureau
2
-0
/
+8
2019-06-16
vhost-user-gpu: do not send scanout update if no GPU socket
Marc-André Lureau
1
-1
/
+1
2019-06-14
pc-bios: update the README file with edk2-stable201905 information
Laszlo Ersek
1
-6
/
+8
2019-06-14
pc-bios: refresh edk2 build artifacts for edk2-stable201905
Laszlo Ersek
7
-59
/
+693
2019-06-14
roms/Makefile.edk2: update input file list for "pc-bios/edk2-licenses.txt"
Laszlo Ersek
1
-0
/
+2
2019-06-14
roms/Makefile.edk2: remove edk2-stable201903 network feature test macros
Laszlo Ersek
1
-12
/
+2
2019-06-14
roms/edk2: update submodule from edk2-stable201903 to edk2-stable201905
Laszlo Ersek
1
-0
/
+0
2019-06-14
roms/Makefile.edk2: define edk2-stable201905 network feature test macros
Laszlo Ersek
1
-0
/
+10
2019-06-14
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-06-14' in...
Peter Maydell
21
-116
/
+772
2019-06-14
iotests: Test qemu-img convert -C --salvage
Max Reitz
2
-0
/
+4
2019-06-14
iotests: Test qemu-img convert --salvage
Max Reitz
3
-0
/
+214
2019-06-14
blkdebug: Inject errors on .bdrv_co_block_status()
Max Reitz
2
-1
/
+12
2019-06-14
blkdebug: Add "none" event
Max Reitz
2
-1
/
+5
2019-06-14
blkdebug: Add @iotype error option
Max Reitz
2
-9
/
+67
2019-06-14
qemu-img: Add salvaging mode to convert
Max Reitz
3
-23
/
+75
2019-06-14
qemu-img: Move quiet into ImgConvertState
Max Reitz
1
-6
/
+7
2019-06-14
blockdev: Overlays are not snapshots
Max Reitz
2
-10
/
+10
2019-06-14
qapi/block-core: Overlays are not snapshots
Max Reitz
1
-10
/
+10
2019-06-14
qemu-img: Fix options leakage in img_rebase()
Max Reitz
1
-0
/
+3
2019-06-14
iotests: restrict 254 to support only qcow2
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2019-06-14
hw/block/fdc: floppy command FIFO memory initialization
Andrey Shinkevich
1
-0
/
+1
2019-06-14
iotests: Fix intermittent failure in 219
Max Reitz
1
-3
/
+10
2019-06-14
iotests: Filter 175's allocation information
Max Reitz
2
-8
/
+26
2019-06-14
event_match: always match on None value
John Snow
1
-10
/
+14
2019-06-14
iotests: add iotest 256 for testing blockdev-backup across iothread contexts
John Snow
3
-0
/
+242
2019-06-14
iotests.py: rewrite run_job to be pickier
John Snow
1
-19
/
+29
2019-06-14
QEMUMachine: add events_wait method
John Snow
1
-20
/
+49
2019-06-14
iotests.py: do not use infinite waits
John Snow
1
-7
/
+7
2019-06-14
blockdev-backup: don't check aio_context too early
John Snow
1
-4
/
+0
2019-06-14
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190613.0' ...
Peter Maydell
4
-212
/
+156
2019-06-13
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-06-13' into st...
Peter Maydell
13
-1402
/
+1326
2019-06-13
vfio/common: Introduce vfio_set_irq_signaling helper
Eric Auger
4
-211
/
+154
2019-06-13
vfio/pci: Allow MSI-X relocation to fixup bogus PBA
Alex Williamson
1
-1
/
+1
2019-06-13
vfio/pci: Hide Resizable BAR capability
Alex Williamson
1
-0
/
+1
2019-06-13
block/nbd: merge NBDClientSession struct back to BDRVNBDState
Vladimir Sementsov-Ogievskiy
1
-103
/
+94
2019-06-13
block/nbd: merge nbd-client.* to nbd.c
Vladimir Sementsov-Ogievskiy
5
-1322
/
+1255
2019-06-13
block/nbd-client: drop stale logout
Vladimir Sementsov-Ogievskiy
3
-12
/
+5
2019-06-13
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190613-...
Peter Maydell
17
-1572
/
+3203
2019-06-13
target/arm: Fix short-vector increment behaviour
Peter Maydell
1
-40
/
+60
2019-06-13
target/arm: Convert float-to-integer VCVT insns to decodetree
Peter Maydell
3
-239
/
+80
2019-06-13
target/arm: Convert VCVT fp/fixed-point conversion insns to decodetree
Peter Maydell
3
-55
/
+136
2019-06-13
target/arm: Convert VJCVT to decodetree
Peter Maydell
3
-11
/
+33
2019-06-13
target/arm: Convert integer-to-float insns to decodetree
Peter Maydell
3
-11
/
+65
2019-06-13
target/arm: Convert double-single precision conversion insns to decodetree
Peter Maydell
3
-12
/
+55
[prev]
[next]