Sign in
qemu
/
qemu
/
b1660997125099db2c0cd7f54f6664fbd93bad00
b166099
QAPI: Fix blockdev-add example documentation
by Jeff Cody
· 8 years ago
31eb120
iscsi: Add blockdev-add support
by Kevin Wolf
· 8 years ago
1d56010
iscsi: Add timeout option
by Kevin Wolf
· 8 years ago
81aa2a0
iscsi: Add header-digest option
by Kevin Wolf
· 8 years ago
d4e7992
iscsi: Add initiator-name option
by Kevin Wolf
· 8 years ago
4317142
iscsi: Handle -iscsi user/password in bdrv_parse_filename()
by Kevin Wolf
· 8 years ago
d5895fc
iscsi: Split URL into individual options
by Kevin Wolf
· 8 years ago
a1cf5fa
Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into staging
by Peter Maydell
· 8 years ago
f778a82
hw/i386: Deprecate -drive if=scsi with PC machine types
by Markus Armbruster
· 8 years ago
a64aa57
hw: Deprecate -drive if=scsi with non-onboard HBAs
by Markus Armbruster
· 8 years ago
fb8b660
hw/scsi: Concentrate -drive if=scsi auto-create in one place
by Markus Armbruster
· 8 years ago
8f2d75e
hw: Drop superfluous special checks for orphaned -drive
by Markus Armbruster
· 8 years ago
720b8dc
blockdev: Make orphaned -drive fatal
by Markus Armbruster
· 8 years ago
664cc62
blockdev: Improve message for orphaned -drive
by Markus Armbruster
· 8 years ago
2a7ae4e
hw/arm/highbank: Default -drive to if=ide instead of if=scsi
by Markus Armbruster
· 8 years ago
7e46551
hw: Default -drive to if=none instead of scsi when scsi cannot work
by Markus Armbruster
· 8 years ago
a27fa28
hw: Default -drive to if=none instead of ide when ide cannot work
by Markus Armbruster
· 8 years ago
e0319b0
hw/arm/cubieboard hw/arm/xlnx-ep108: Fix units_per_default_bus
by Markus Armbruster
· 8 years ago
2059839
hw: Default -drive to if=ide explicitly where it works
by Markus Armbruster
· 8 years ago
a0775e2
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 8 years ago
a7b91d3
coroutine-lock: make CoRwlock thread-safe and fair
by Paolo Bonzini
· 8 years ago
1ace7ce
coroutine-lock: add mutex argument to CoQueue APIs
by Paolo Bonzini
· 8 years ago
f8c6e1c
coroutine-lock: place CoMutex before CoQueue in header
by Paolo Bonzini
· 8 years ago
c05df34
test-aio-multithread: add performance comparison with thread-based mutexes
by Paolo Bonzini
· 8 years ago
480cff6
coroutine-lock: add limited spinning to CoMutex
by Paolo Bonzini
· 8 years ago
fed20a7
coroutine-lock: make CoMutex thread-safe
by Paolo Bonzini
· 8 years ago
91bcea4
block: document fields protected by AioContext lock
by Paolo Bonzini
· 8 years ago
bd45143
async: remove unnecessary inc/dec pairs
by Paolo Bonzini
· 8 years ago
a153bf5
aio-posix: partially inline aio_dispatch into aio_poll
by Paolo Bonzini
· 8 years ago
b9e413d
block: explicitly acquire aiocontext in aio callbacks that need it
by Paolo Bonzini
· 8 years ago
1919631
block: explicitly acquire aiocontext in bottom halves that need it
by Paolo Bonzini
· 8 years ago
9d45665
block: explicitly acquire aiocontext in callbacks that need it
by Paolo Bonzini
· 8 years ago
2f47da5
block: explicitly acquire aiocontext in timers that need it
by Paolo Bonzini
· 8 years ago
0836c72
aio: push aio_context_acquire/release down to dispatching
by Paolo Bonzini
· 8 years ago
b20123a
qed: introduce qed_aio_start_io and qed_aio_next_io_cb
by Paolo Bonzini
· 8 years ago
e5c67ab
blkdebug: reschedule coroutine on the AioContext it is running on
by Paolo Bonzini
· 8 years ago
a9d9235
coroutine-lock: reschedule coroutine on the AioContext it was running on
by Paolo Bonzini
· 8 years ago
ff82911
nbd: convert to use qio_channel_yield
by Paolo Bonzini
· 8 years ago
c4c497d
io: make qio_channel_yield aware of AioContexts
by Paolo Bonzini
· 8 years ago
bf88c12
io: add methods to set I/O handlers on AioContext
by Paolo Bonzini
· 8 years ago
934ebf4
test-thread-pool: use generic AioContext infrastructure
by Paolo Bonzini
· 8 years ago
35f106e
block-backend: allow blk_prw from coroutine context
by Paolo Bonzini
· 8 years ago
0c330a7
aio: introduce aio_co_schedule and aio_co_wake
by Paolo Bonzini
· 8 years ago
c2b38b2
block: move AioContext, QEMUTimer, main-loop to libqemuutil
by Paolo Bonzini
· 8 years ago
b856256
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170221-1' into staging
by Peter Maydell
· 8 years ago
31fb444
usb-ccid: add check message size checks
by Gerd Hoffmann
· 8 years ago
7569c54
usb-ccid: move header size check
by Gerd Hoffmann
· 8 years ago
0aeebc7
usb-ccid: better bulk_out error handling
by Gerd Hoffmann
· 8 years ago
558ff1b
xhci: drop via vendor command handling
by Gerd Hoffmann
· 8 years ago
2992d6b
xhci: fix nec vendor quirk handling
by Gerd Hoffmann
· 8 years ago
72a810f
xhci: add qemu xhci controller
by Gerd Hoffmann
· 8 years ago
898248a
xhci: drop ER_FULL_HACK workaround
by Gerd Hoffmann
· 8 years ago
f89b60f
xhci: apply limits to loops
by Gerd Hoffmann
· 8 years ago
95ed569
usb: ohci: limit the number of link eds
by Li Qiang
· 8 years ago
26f670a
usb: ohci: fix error return code in servicing iso td
by Li Qiang
· 8 years ago
d710e1e
usb: ehci: fix memory leak in ehci
by Li Qiang
· 8 years ago
56f9e46
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-02-20' into staging
by Peter Maydell
· 8 years ago
c8f21db
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170220-1' into staging
by Peter Maydell
· 8 years ago
6753e4e
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20170220-1' into staging
by Peter Maydell
· 8 years ago
fea346f
Makefile: Put VERSION info into version.texi rather than using -D
by Peter Maydell
· 8 years ago
1ede77d
qapi2texi: replace quotation by bold section name
by Marc-André Lureau
· 8 years ago
5d42ff9
Merge remote-tracking branch 'remotes/huth/tags/coldfire-20170219' into staging
by Peter Maydell
· 8 years ago
0ea1523
egl-helpers: Support newer MESA versions
by Frediano Ziglio
· 8 years ago
7b52550
spice: allow to specify drm rendernode
by Marc-André Lureau
· 8 years ago
378af96
Add wctablet device
by Anatoli Huseu1
· 8 years ago
ed6f72b
ps2: fix mouse mappings for right/middle button
by Fabian Lesniak
· 8 years ago
d514cfd
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 8 years ago
5baf274
MAINTAINERS: Add odd fixer for the ColdFire boards
by Thomas Huth
· 8 years ago
88b8698
hw/m68k: QOMify the ColdFire interrupt controller
by Thomas Huth
· 8 years ago
22f2dbe
hw/m68k: Remove dummy machine
by Thomas Huth
· 8 years ago
7e58326
intel_iommu: vtd_slpt_level_shift check level
by Peter Xu
· 8 years ago
6c441e1
intel_iommu: convert dbg macros to trace for trans
by Peter Xu
· 8 years ago
bc535e5
intel_iommu: convert dbg macros to traces for inv
by Peter Xu
· 8 years ago
6e90556
intel_iommu: renaming gpa to iova where proper
by Peter Xu
· 8 years ago
046ab7e
intel_iommu: simplify irq region translation
by Peter Xu
· 8 years ago
3b40f0e
intel_iommu: add "caching-mode" option
by Aviv Ben-David
· 8 years ago
dfbd90e
vfio: allow to notify unmap for very large region
by Peter Xu
· 8 years ago
4a4b88f
vfio: introduce vfio_get_vaddr()
by Peter Xu
· 8 years ago
3213835
vfio: trace map/unmap for notify as well
by Peter Xu
· 8 years ago
d4e9b75
pcie: simplify pcie_add_capability()
by Peter Xu
· 8 years ago
b4b9862
virtio: Fix no interrupt when not creating msi controller
by Michael S. Tsirkin
· 8 years ago
97cd965
virtio: use VRingMemoryRegionCaches for avail and used rings
by Paolo Bonzini
· 8 years ago
ca0176a
virtio: check for vring setup in virtio_queue_update_used_idx
by Paolo Bonzini
· 8 years ago
991976f
virtio: use VRingMemoryRegionCaches for descriptor ring
by Paolo Bonzini
· 8 years ago
c611c76
virtio: add MemoryListener to cache ring translations
by Paolo Bonzini
· 8 years ago
5eba040
virtio: use MemoryRegionCache to access descriptors
by Paolo Bonzini
· 8 years ago
91047df
exec: make address_space_cache_destroy idempotent
by Paolo Bonzini
· 8 years ago
9796d0a
virtio: use address_space_map/unmap to access descriptors
by Paolo Bonzini
· 8 years ago
e6a830d
virtio: add virtio_*_phys_cached
by Paolo Bonzini
· 8 years ago
1d8280c
memory: make memory_listener_unregister idempotent
by Paolo Bonzini
· 8 years ago
79c0f39
docs: add document to explain the usage of vNVDIMM
by Haozhong Zhang
· 8 years ago
0793169
virtio: Report real progress in VQ aio poll handler
by Fam Zheng
· 8 years ago
4bb571d
pci/pcie: don't assume cap id 0 is reserved
by Michael S. Tsirkin
· 8 years ago
ad584d3
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 8 years ago
65c9d60
target-i386: correctly propagate retaddr into SVM helpers
by Paolo Bonzini
· 8 years ago
7a37b59
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-upstream-pull-request' into staging
by Peter Maydell
· 8 years ago
f47291b
vl: log available guest crash information
by Anton Nefedov
· 8 years ago
c86f106
report guest crash information in GUEST_PANICKED event
by Anton Nefedov
· 8 years ago
d187e08
i386/cpu: add crash-information QOM property
by Anton Nefedov
· 8 years ago
d9e73d3
Makefile: avoid leaving the temporary QEMU_PKGVERSION header file
by Lin Ma
· 8 years ago
Next »