QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-29 04:42:37 to 2015-07-29 15:05:40 UTC [more...]

[Qemu-devel] RFC: async commands with QMP
 2015-07-29 15:05 UTC  (3+ messages)

[Qemu-devel] [PATCH for-2.4 v2 0/2] vhost: check if vhost has capacity for hotplugged memory
 2015-07-29 15:03 UTC  (4+ messages)
` [Qemu-devel] [PATCH for-2.4 v2 1/2] vhost: add vhost_has_free_slot() interface
` [Qemu-devel] [PATCH for-2.4 v2 2/2] pc-dimm: add vhost slots limit check before commiting to hotplug

[Qemu-devel] Debian 7.8.0 SPARC64 on qemu - anything i can do to speedup the emulation?
 2015-07-29 15:03 UTC  (15+ messages)

[Qemu-devel] [PATCH 00/12] For QEMU 2.5: Add a netfilter object and netbuffer filter
 2015-07-29 14:32 UTC  (27+ messages)
` [Qemu-devel] [PATCH 01/12] net: add a new object netfilter
` [Qemu-devel] [PATCH 02/12] init/cleanup of netfilter object
` [Qemu-devel] [PATCH 03/12] netfilter: add netfilter_{add|del} commands
` [Qemu-devel] [PATCH 04/12] net: add/remove filters from network backend
` [Qemu-devel] [PATCH 05/12] netfilter: hook packets before receive
` [Qemu-devel] [PATCH 06/12] netfilter: provide a compat receive_iov
` [Qemu-devel] [PATCH 07/12] net/queue: export qemu_net_queue_append
` [Qemu-devel] [PATCH 08/12] move out net queue structs define
` [Qemu-devel] [PATCH 09/12] netfilter: add a netbuffer filter
` [Qemu-devel] [PATCH 10/12] netbuffer: add a public api filter_buffer_release_all
` [Qemu-devel] [PATCH 11/12] filter/buffer: add an interval option to buffer filter
` [Qemu-devel] [PATCH 12/12] filter/buffer: update command description and help

[Qemu-devel] Live migration hangs after migration to remote host
 2015-07-29 14:21 UTC  (10+ messages)

[Qemu-devel] [PATCH] Do not use slow [*] expansion for GPIO creation
 2015-07-29 14:13 UTC  (4+ messages)

[Qemu-devel] [aswg] request for ACPI ID for QEMU
 2015-07-29 14:11 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] hw/arm/virt: Add high MMIO PCI region
 2015-07-29 14:01 UTC  (20+ messages)

[Qemu-devel] [PULL for-2.4 0/3] Block patches
 2015-07-29 13:50 UTC  (4+ messages)
` [Qemu-devel] [PULL for-2.4 1/3] virtio-blk-dataplane: delete bottom half before the AioContext is freed
` [Qemu-devel] [PULL for-2.4 2/3] AioContext: avoid leaking BHs on cleanup
` [Qemu-devel] [PULL for-2.4 3/3] AioContext: force event loop iteration using BH

[Qemu-devel] [PATCH for-2.5] virtio: avoid leading underscores for helpers
 2015-07-29 13:05 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/12] qemu-ga: add a configuration file
 2015-07-29 13:41 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/11] aio: Introduce handler type to fix nested aio_poll for dataplane
 2015-07-29 12:03 UTC  (18+ messages)
` [Qemu-devel] [PATCH v2 01/11] aio: Introduce "type" in aio_set_fd_handler and aio_set_event_notifier
` [Qemu-devel] [PATCH v2 03/11] block: Mark fd handlers as "protocol"
` [Qemu-devel] [PATCH v2 04/11] nbd: Mark fd handlers client type as "nbd server"
` [Qemu-devel] [PATCH v2 05/11] aio: Mark ctx->notifier's client type as "context"
` [Qemu-devel] [PATCH v2 06/11] dataplane: Mark host notifiers' client type as "dataplane"
` [Qemu-devel] [PATCH v2 07/11] aio-posix: introduce aio_{disable, enable}_clients
` [Qemu-devel] [PATCH v2 08/11] aio-win32: Implement "
` [Qemu-devel] [PATCH v2 09/11] block: Introduce bdrv_aio_poll
` [Qemu-devel] [PATCH v2 10/11] block: Replace nested aio_poll with bdrv_aio_poll
` [Qemu-devel] [PATCH v2 11/11] block: Only poll block layer fds in bdrv_aio_poll

[Qemu-devel] [PATCH 0/3] hw/arm/gic: Code duplication removal
 2015-07-29 11:54 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] Merge memory_region_init_reservation() into memory_region_init_io()
` [Qemu-devel] [PATCH 2/3] hw/arm/gic: Kill code duplication
` [Qemu-devel] [PATCH 3/3] Introduce gic_class_name() instead of repeating condition

[Qemu-devel] Using the one disk image file on 2 virtual machines at the same time
 2015-07-29 11:34 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] vhost: check if vhost has capacity for hotplugged memory
 2015-07-29 11:26 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] vhost: add vhost_has_free_slot() interface

[Qemu-devel] [PATCH 0/2] scsi-disk: Fix an assertion failure
 2015-07-29 10:58 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] scsi-disk: Fix assertion failure on WRITE SAME
` [Qemu-devel] [PATCH 2/2] virtio-scsi-test: Add test case for tail unaligned "

[Qemu-devel] [PATCH v2 00/45] ivshmem improvements (for 2.5)
 2015-07-29 10:50 UTC  (17+ messages)
` [Qemu-devel] [PATCH v2 01/45] char: add qemu_chr_free()
` [Qemu-devel] [PATCH v2 02/45] msix: add VMSTATE_MSIX_TEST
` [Qemu-devel] [PATCH v2 03/45] ivhsmem: read do not accept more than sizeof(long)
` [Qemu-devel] [PATCH v2 33/45] ivshmem-server: fix hugetlbfs support

[Qemu-devel] [PATCH 0/9] For QEMU 2.5: Add a net filter and a netbuffer plugin based on the filter
 2015-07-29 10:34 UTC  (2+ messages)

[Qemu-devel] [PATCHv4 00/18] slirp: Adding IPv6 support to Qemu -net user mode
 2015-07-29  9:45 UTC  (7+ messages)
` [Qemu-devel] [PATCH 01/18] slirp: goto bad in udp_input if sosendto fails

[Qemu-devel] [PATCH COLO-Frame v8 00/34] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2015-07-29  9:43 UTC  (41+ messages)
` [Qemu-devel] [PATCH COLO-Frame v8 01/34] configure: Add parameter for configure to enable/disable COLO support
` [Qemu-devel] [PATCH COLO-Frame v8 02/34] migration: Introduce capability 'colo' to migration
` [Qemu-devel] [PATCH COLO-Frame v8 03/34] COLO: migrate colo related info to slave
` [Qemu-devel] [PATCH COLO-Frame v8 04/34] colo-comm/migration: skip colo info section for special cases
` [Qemu-devel] [PATCH COLO-Frame v8 05/34] migration: Add state records for migration incoming
` [Qemu-devel] [PATCH COLO-Frame v8 06/34] migration: Integrate COLO checkpoint process into migration
` [Qemu-devel] [PATCH COLO-Frame v8 07/34] migration: Integrate COLO checkpoint process into loadvm
` [Qemu-devel] [PATCH COLO-Frame v8 08/34] COLO: Implement colo checkpoint protocol
` [Qemu-devel] [PATCH COLO-Frame v8 09/34] COLO: Add a new RunState RUN_STATE_COLO
` [Qemu-devel] [PATCH COLO-Frame v8 10/34] QEMUSizedBuffer: Introduce two help functions for qsb
` [Qemu-devel] [PATCH COLO-Frame v8 11/34] COLO: Save VM state to slave when do checkpoint
` [Qemu-devel] [PATCH COLO-Frame v8 12/34] COLO RAM: Load PVM's dirty page into SVM's RAM cache temporarily
` [Qemu-devel] [PATCH COLO-Frame v8 13/34] COLO VMstate: Load VM state into qsb before restore it
` [Qemu-devel] [PATCH COLO-Frame v8 14/34] arch_init: Start to trace dirty pages of SVM
` [Qemu-devel] [PATCH COLO-Frame v8 15/34] COLO RAM: Flush cached RAM into SVM's memory
` [Qemu-devel] [PATCH COLO-Frame v8 16/34] COLO failover: Introduce a new command to trigger a failover
` [Qemu-devel] [PATCH COLO-Frame v8 17/34] COLO failover: Introduce state to record failover process
` [Qemu-devel] [PATCH COLO-Frame v8 18/34] COLO failover: Implement COLO primary/secondary vm failover work
` [Qemu-devel] [PATCH COLO-Frame v8 19/34] qmp event: Add event notification for COLO error
` [Qemu-devel] [PATCH COLO-Frame v8 20/34] COLO failover: Don't do failover during loading VM's state
` [Qemu-devel] [PATCH COLO-Frame v8 21/34] COLO: Add new command parameter 'forward_nic' 'colo_script' for net
` [Qemu-devel] [PATCH COLO-Frame v8 22/34] COLO NIC: Init/remove colo nic devices when add/cleanup tap devices
` [Qemu-devel] [PATCH COLO-Frame v8 23/34] tap: Make launch_script() public
` [Qemu-devel] [PATCH COLO-Frame v8 24/34] COLO NIC: Implement colo nic device interface configure()
` [Qemu-devel] [PATCH COLO-Frame v8 25/34] colo-nic: Handle secondary VM's original net device configure
` [Qemu-devel] [PATCH COLO-Frame v8 26/34] COLO NIC: Implement colo nic init/destroy function
` [Qemu-devel] [PATCH COLO-Frame v8 27/34] COLO NIC: Some init work related with proxy module
` [Qemu-devel] [PATCH COLO-Frame v8 28/34] COLO: Handle nfnetlink message from "
` [Qemu-devel] [PATCH COLO-Frame v8 29/34] COLO: Do checkpoint according to the result of packets comparation
` [Qemu-devel] [PATCH COLO-Frame v8 30/34] COLO: Improve checkpoint efficiency by do additional periodic checkpoint
` [Qemu-devel] [PATCH COLO-Frame v8 31/34] COLO: Add colo-set-checkpoint-period command
` [Qemu-devel] [PATCH COLO-Frame v8 32/34] COLO NIC: Implement NIC checkpoint and failover
` [Qemu-devel] [PATCH COLO-Frame v8 33/34] COLO: Implement shutdown checkpoint
` [Qemu-devel] [PATCH COLO-Frame v8 34/34] COLO: Add block replication into colo process

[Qemu-devel] [PATCH RFC v2 00/47] qapi: QMP introspection
 2015-07-29  9:35 UTC  (47+ messages)
` [Qemu-devel] [PATCH RFC v2 07/47] qapi: Generate a nicer struct for flat unions
` [Qemu-devel] [PATCH RFC v2 27/47] qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
` [Qemu-devel] [PATCH RFC v2 29/47] qapi: Replace dirty is_c_ptr() by method c_null()
` [Qemu-devel] [PATCH RFC v2 33/47] qapi: Clean up after recent conversions to QAPISchemaVisitor
` [Qemu-devel] [PATCH RFC v2 37/47] qapi: De-duplicate parameter list generation
` [Qemu-devel] [PATCH RFC v2 45/47] qapi: New QMP command query-schema for QMP schema introspection
` [Qemu-devel] [PATCH RFC v2 47/47] qapi-introspect: Hide type names

[Qemu-devel] [POC] colo-proxy in qemu
 2015-07-29  9:33 UTC  (12+ messages)
                    ` [Qemu-devel] [PATCH] MAINTAINERS: Add Samuel Thibault as slirp maintainer

[Qemu-devel] [PATCH] sheepdog: fix overlapping metadata update
 2015-07-29  9:31 UTC  (3+ messages)
` [Qemu-devel] [sheepdog] "

[Qemu-devel] [PATCH] net/vmxnet3: Fix incorrect debug message
 2015-07-29  9:29 UTC  (2+ messages)

[Qemu-devel] [PATCH] xen: Drop net_rx_ok
 2015-07-29  9:28 UTC  (5+ messages)

[Qemu-devel] [PATCH for-2.4 v3 0/3] AioContext: fix deadlock after aio_context_acquire() race
 2015-07-29  9:08 UTC  (3+ messages)

[Qemu-devel] [PATCH] sdhci: Pass drive parameter to sdhci-pci via qdev property
 2015-07-29  9:01 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/16] implement vNVDIMM
 2015-07-29  8:41 UTC  (6+ messages)

[Qemu-devel] [PATCH] fixup! virtio-blk: fail get_features when both scsi and 1.0 were set
 2015-07-29  8:42 UTC  (2+ messages)

[Qemu-devel] qemu 2.4rc2 : iothread hanging vm (2.4rc1 works fine)
 2015-07-29  7:43 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/7] error: On abort, report where the error was created
 2015-07-29  7:23 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 6/7] error: Revamp interface documentation

[Qemu-devel] Modifying qemu-option.hx
 2015-07-29  7:15 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).