Sign in
qemu
/
qemu
/
7504edf477d2bac9cbf53225811ec595abf045e4
/
include
7d2a35c
block: Introduce qemu_try_blockalign()
by Kevin Wolf
· 11 years ago
ac2662a
coroutine: make pool size dynamic
by Stefan Hajnoczi
· 11 years ago
65a9bb2
block: New bdrv_nb_sectors()
by Markus Armbruster
· 11 years ago
b33a5bb
qemu: support xen hvm direct kernel boot
by Chunyan Liu
· 11 years ago
07fb617
pc: hack for migration compatibility from QEMU 2.0
by Paolo Bonzini
· 11 years ago
25af8e6
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 11 years ago
6886867
exec: fix migration with devices that use address_space_rw
by Paolo Bonzini
· 11 years ago
147fc41
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-07-18' into staging
by Peter Maydell
· 11 years ago
a9dd38d
Fix new typos in comments (found by codespell)
by Stefan Weil
· 11 years ago
3baca89
block: Add Error argument to bdrv_refresh_limits()
by Kevin Wolf
· 11 years ago
0a9934e
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 11 years ago
1f4e6a0
virtio-scsi: fix with -M pc-i440fx-2.0
by Paolo Bonzini
· 11 years ago
58f423f
dma-helpers: Fix too long qiov
by Kevin Wolf
· 11 years ago
acfb23a
AioContext: do not rely on aio_poll(ctx, true) result to end a loop
by Paolo Bonzini
· 11 years ago
f897bf7
virtio-blk: embed VirtQueueElement in VirtIOBlockReq
by Stefan Hajnoczi
· 11 years ago
abd7642
dataplane: do not free VirtQueueElement in vring_push()
by Stefan Hajnoczi
· 11 years ago
0ceb849
AioContext: speed up aio_notify
by Paolo Bonzini
· 11 years ago
87f68d3
block: drop aio functions that operate on the main AioContext
by Paolo Bonzini
· 11 years ago
c6ea9b7
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 11 years ago
9540d1f
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 11 years ago
4aba9eb
xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64
by Stefano Stabellini
· 11 years ago
448ad91
block: block: introduce APIs for submitting IO as a batch
by Ming Lei
· 11 years ago
812c105
Handle G_IO_HUP in tcp_chr_read for tcp chardev
by Kirill Batuzov
· 11 years ago
85d1277
virtio: move common virtio properties to bus class device
by Ming Lei
· 11 years ago
8593efa
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 11 years ago
c26f3a0
Merge remote-tracking branch 'remotes/bonzini/memory' into staging
by Peter Maydell
· 11 years ago
54e2690
block: extend block-commit to accept a string for the backing file
by Jeff Cody
· 11 years ago
5a6684d
block: add helper function to determine if a BDS is in a chain
by Jeff Cody
· 11 years ago
352e8da
qdev: correctly send DEVICE_DELETED for recursively-deleted devices
by Paolo Bonzini
· 11 years ago
d33382d
memory: MemoryRegion: Add may-overlap and priority props
by Peter Crosthwaite
· 11 years ago
22a893e
memory: MemoryRegion: replace owner field with QOM parent
by Paolo Bonzini
· 11 years ago
b4fefef
memory: MemoryRegion: QOMify
by Peter Crosthwaite
· 11 years ago
64607d0
qom: add a generic mechanism to resolve paths
by Paolo Bonzini
· 11 years ago
4ab1559
qemu-img create: add 'nocow' option
by Chunyan Liu
· 11 years ago
ef7c7ff
qom: add object_property_add_alias()
by Stefan Hajnoczi
· 11 years ago
1351d1e
qdev: drop iothread property type
by Stefan Hajnoczi
· 11 years ago
32a877e
virtio-blk: move qdev properties into virtio-blk.c
by Stefan Hajnoczi
· 11 years ago
f7fedda8
virtio-blk: drop virtio_blk_set_conf()
by Stefan Hajnoczi
· 11 years ago
67cc7e0
qdev: add qdev_alias_all_properties()
by Stefan Hajnoczi
· 11 years ago
ee512c6
virtio-blk: move x-data-plane qdev property to virtio-blk.h
by Stefan Hajnoczi
· 11 years ago
dc80ca6
virtio-blk: avoid qdev property definition duplication
by Stefan Hajnoczi
· 11 years ago
615c489
irq: Slim conversion of qemu_irq to QOM
by Andreas Färber
· 11 years ago
f173d57
irq: Allocate IRQs individually
by Peter Crosthwaite
· 11 years ago
8954000
Merge remote-tracking branch 'remotes/bonzini/nbd-next' into staging
by Peter Maydell
· 11 years ago
32d7d2e
nbd: Handle NBD_OPT_LIST option.
by Hani Benhabiles
· 11 years ago
f5076b5
nbd: Handle fixed new-style clients.
by Hani Benhabiles
· 11 years ago
0f5d1d2
virtio: memory accessors for endian-ambivalent targets
by Greg Kurz
· 11 years ago
616a655
virtio: add endian-ambivalent support to VirtIODevice
by Greg Kurz
· 11 years ago
bf7663c
cpu: introduce CPUClass::virtio_is_big_endian()
by Greg Kurz
· 11 years ago
98ed8ec
exec: introduce target_words_bigendian() helper
by Greg Kurz
· 11 years ago
1b5fc0d
virtio: introduce device specific migration calls
by Greg Kurz
· 11 years ago
3fd74b8
vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message
by Damjan Marion
· 11 years ago
1af878e
numa: Keep track of NUMA nodes present on the command-line
by Eduardo Habkost
· 11 years ago
fa118d1
pc: Fix "prog_if" typo on PC_COMPAT_2_0
by Eduardo Habkost
· 11 years ago
b8f5cfd
pc: Move q35 compat props to PC_COMPAT_*
by Eduardo Habkost
· 11 years ago
2d40fa6
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 11 years ago
ac8076a
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 11 years ago
76fbbec
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging
by Peter Maydell
· 11 years ago
6b8aeca
block.c: Don't return success for bdrv_append_temp_snapshot() failure
by Chen Gang
· 11 years ago
09158f0
block: Add replaces argument to drive-mirror
by Benoît Canet
· 11 years ago
fee65db
virtio-blk: Export request handling functions to dataplane
by Fam Zheng
· 11 years ago
bf4bd46
virtio-blk: Make request completion function virtual
by Fam Zheng
· 11 years ago
ac46821
block: make bdrv_query_stats() static
by Stefan Hajnoczi
· 11 years ago
827805a
virtio-blk: Convert VirtIOBlockReq.out to structrue
by Fam Zheng
· 11 years ago
eddb102
virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr
by Fam Zheng
· 11 years ago
04af2d7
virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq
by Fam Zheng
· 11 years ago
671ec3f
virtio-blk: Convert VirtIOBlockReq.elem to pointer
by Fam Zheng
· 11 years ago
09f6458
virtio-blk: Move VirtIOBlockReq to header
by Fam Zheng
· 11 years ago
2f44a08
qapi event: clean up in callers
by Wenchao Xia
· 11 years ago
9a321e9
spapr_pci: Use XICS interrupt allocator and do not cache interrupts in PHB
by Alexey Kardashevskiy
· 11 years ago
f32935e
vmstate: Add preallocation for migrating arrays (VMS_ALLOC flag)
by Alexey Kardashevskiy
· 11 years ago
51bba71
xics: Implement xics_ics_free()
by Alexey Kardashevskiy
· 11 years ago
bee763d
spapr: Move interrupt allocator to xics
by Alexey Kardashevskiy
· 11 years ago
4af8894
xics: Add flags for interrupts
by Alexey Kardashevskiy
· 11 years ago
3b50d89
spapr: Add RTAS sysparm SPLPAR Characteristics
by Sam bobroff
· 11 years ago
b907d7b
spapr: Add RTAS sysparm UUID
by Sam bobroff
· 11 years ago
3052d95
spapr: Fix RTAS sysparm DIAGNOSTICS_RUN_MODE
by Sam bobroff
· 11 years ago
ce3fa1e
spapr: Add rtas_st_buffer utility function
by Sam bobroff
· 11 years ago
9fc34ad
spapr_pci_vfio: Add spapr-pci-vfio-host-bridge to support vfio
by Alexey Kardashevskiy
· 11 years ago
6d8be4c
vfio: Add vfio_container_ioctl()
by Alexey Kardashevskiy
· 11 years ago
9bb62a0
spapr_iommu: Make in-kernel TCE table optional
by Alexey Kardashevskiy
· 11 years ago
3a3b850
spapr: Fix RTAS token numbers
by Alexey Kardashevskiy
· 11 years ago
575a1c0
net: move queue number into NICPeers
by Jiri Pirko
· 11 years ago
8ee79e7
block: Catch backing files assigned to non-COW drivers
by Kevin Wolf
· 11 years ago
dc71ce4
blockjob: Add block_job_yield()
by Fam Zheng
· 11 years ago
513d80e
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' into staging
by Peter Maydell
· 11 years ago
089a394
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 11 years ago
27acb9d
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 11 years ago
abfd9ce
migration: dump vmstate info as a json file for static analysis
by Amit Shah
· 11 years ago
9005b2a
qemu-char: make writes thread-safe
by Paolo Bonzini
· 11 years ago
db39fcf
qemu-char: introduce qemu_chr_alloc
by Paolo Bonzini
· 11 years ago
7517517
qapi event: clean up
by Wenchao Xia
· 11 years ago
aef9d31
qapi event: convert BALLOON_CHANGE
by Wenchao Xia
· 11 years ago
5f41fbb
qmp: convert ACPI_DEVICE_OST event
by Igor Mammedov
· 11 years ago
7cfadb6
qapi event: convert SPICE events
by Wenchao Xia
· 11 years ago
bcada37b
qapi event: convert other BLOCK_JOB events
by Wenchao Xia
· 11 years ago
5a2d2cb
qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERROR
by Wenchao Xia
· 11 years ago
e010ad8
qapi event: convert RTC_CHANGE
by Wenchao Xia
· 11 years ago
c87b152
pc & q35: Add new machine opt max-ram-below-4g
by Don Slutz
· 11 years ago
a589569
qapi: adjust existing defines
by Wenchao Xia
· 11 years ago
Next »