qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-28 16:34:16 to 2015-07-29 10:20:09 UTC [more...]

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

[Qemu-devel] [PATCH v2 00/45] ivshmem improvements (for 2.5)
 2015-07-29 10:14 UTC  (19+ 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 v2 42/45] ivshmem: add hostmem backend

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

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

[Qemu-devel] [aswg] request for ACPI ID for QEMU
 2015-07-29  9:52 UTC 

[Qemu-devel] [PATCHv4 00/18] slirp: Adding IPv6 support to Qemu -net user mode
 2015-07-29  9:45 UTC  (24+ messages)
` [Qemu-devel] [PATCH 01/18] slirp: goto bad in udp_input if sosendto fails
  ` [Qemu-devel] [PATCH 02/18] slirp: Generalizing and neutralizing code before adding IPv6 stuff
  ` [Qemu-devel] [PATCH 03/18] slirp: Reindent after refactoring
  ` [Qemu-devel] [PATCH 04/18] slirp: Make Socket structure IPv6 compatible
  ` [Qemu-devel] [PATCH 05/18] slirp: Factorizing address translation
  ` [Qemu-devel] [PATCH 06/18] slirp: Factorizing and cleaning solookup()
  ` [Qemu-devel] [PATCH 07/18] slirp: Make udp_attach IPv6 compatible
  ` [Qemu-devel] [PATCH 08/18] slirp: Adding family argument to tcp_fconnect()
  ` [Qemu-devel] [PATCH 09/18] qemu/timer.h : Adding function to second scale
  ` [Qemu-devel] [PATCH 10/18] slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfiguration
  ` [Qemu-devel] [PATCH 11/18] slirp: Adding ICMPv6 error sending
  ` [Qemu-devel] [PATCH 12/18] slirp: Adding IPv6 UDP support
  ` [Qemu-devel] [PATCH 13/18] slirp: Factorizing tcpiphdr structure with an union
  ` [Qemu-devel] [PATCH 14/18] slirp: Generalizing and neutralizing various TCP functions before adding IPv6 stuff
  ` [Qemu-devel] [PATCH 15/18] slirp: Reindent after refactoring
  ` [Qemu-devel] [PATCH 16/18] slirp: Handle IPv6 in TCP functions
  ` [Qemu-devel] [PATCH 17/18] slirp: Adding IPv6 address for DNS relay
  ` [Qemu-devel] [PATCH 18/18] qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses

[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  (76+ 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 30/47] qapi: De-duplicate enum code generation
` [Qemu-devel] [PATCH RFC v2 32/47] qapi-event: Convert to QAPISchemaVisitor, fixing data with base
` [Qemu-devel] [PATCH RFC v2 33/47] qapi: Clean up after recent conversions to QAPISchemaVisitor
` [Qemu-devel] [PATCH RFC v2 35/47] qapi-commands: Rearrange code
` [Qemu-devel] [PATCH RFC v2 36/47] qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
` [Qemu-devel] [PATCH RFC v2 37/47] qapi: De-duplicate parameter list generation
` [Qemu-devel] [PATCH RFC v2 38/47] qapi-commands: De-duplicate output marshaling functions
` [Qemu-devel] [PATCH RFC v2 40/47] qapi: Introduce a first class 'any' type
` [Qemu-devel] [PATCH RFC v2 41/47] qom: Don't use 'gen': false for qom-get, qom-set, object-add
` [Qemu-devel] [PATCH RFC v2 42/47] qapi-schema: Fix up misleading specification of netdev_add
` [Qemu-devel] [PATCH RFC v2 44/47] qapi: Pseudo-type '**' is now unused, drop it
` [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  (14+ 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  (6+ messages)
` [Qemu-devel] [PATCH for-2.4 v3 1/3] virtio-blk-dataplane: delete bottom half before the AioContext is freed
` [Qemu-devel] [PATCH for-2.4 v3 2/3] AioContext: avoid leaking BHs on cleanup
` [Qemu-devel] [PATCH for-2.4 v3 3/3] AioContext: force event loop iteration using BH

[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] Using the one disk image file on 2 virtual machines at the same time
 2015-07-29  8:46 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] scsi-disk: Fix an assertion failure
 2015-07-29  8:45 UTC  (3+ 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] fixup! virtio-blk: fail get_features when both scsi and 1.0 were set
 2015-07-29  8:42 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] vhost: check if vhost has capacity for hotplugged memory
 2015-07-29  8:33 UTC  (3+ 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 00/11] aio: Introduce handler type to fix nested aio_poll for dataplane
 2015-07-29  7:38 UTC  (15+ messages)
` [Qemu-devel] [PATCH v2 01/11] aio: Introduce "type" in aio_set_fd_handler and aio_set_event_notifier
` [Qemu-devel] [PATCH v2 02/11] aio: Save type to AioHandler
` [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 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)

[Qemu-devel] [PATCH v2 for-2.5] rcu: Allow calling rcu_(un)register_thread() during synchronize_rcu()
 2015-07-29  1:11 UTC  (9+ messages)

[Qemu-devel] [RFC PATCH qemu 0/4] vfio: SPAPR IOMMU v2 (memory preregistration support)
 2015-07-29  0:27 UTC  (2+ messages)

[Qemu-devel] Logging number of translated instructions per basic block
 2015-07-28 21:20 UTC 

[Qemu-devel] Using the one disk image file on 2 virtual machines at the same time
 2015-07-28 21:40 UTC  (2+ messages)

[Qemu-devel] [PULL for-2.4 0/2] Net patches
 2015-07-28 20:09 UTC  (2+ messages)

[Qemu-devel] [PATCH rebased for-2.4] target-i386: add ABM to Haswell* and Broadwell* CPU models
 2015-07-28 18:51 UTC  (2+ messages)

[Qemu-devel] QEMU developers on DebConf15?
 2015-07-28 18:03 UTC  (3+ messages)

[Qemu-devel] [PULL 00/10] virtio fixes for 2.4
 2015-07-28 18:01 UTC  (2+ messages)

[Qemu-devel] [PULL 00/19] Ide patches
 2015-07-28 18:02 UTC  (5+ messages)
` [Qemu-devel] [PULL 18/19] macio: move unaligned DMA write code into separate pmac_dma_write() function

[Qemu-devel] [PATCH v7 0/6] vGICv3 support
 2015-07-28 17:37 UTC  (5+ messages)
` [Qemu-devel] [PATCH v7 4/6] Introduce irqchip type specification for KVM

[Qemu-devel] [PATCH v2 0/9] vhost-user: add migration log support (for 2.5)
 2015-07-28 17:36 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 1/9] configure: probe for memfd
` [Qemu-devel] [PATCH v2 2/9] posix: add linux-only memfd fallback
` [Qemu-devel] [PATCH v2 3/9] osdep: add memfd helpers
` [Qemu-devel] [PATCH v2 4/9] vhost: alloc shareable log
` [Qemu-devel] [PATCH v2 5/9] vhost: document log resizing
` [Qemu-devel] [PATCH v2 6/9] vhost: use variable arguments for vhost_call()
` [Qemu-devel] [PATCH v2 7/9] vhost-user: start and end the va_list
` [Qemu-devel] [PATCH v2 8/9] vhost-user: send log shm fd along with log_base
` [Qemu-devel] [PATCH v2 9/9] vhost-user: document migration log

[Qemu-devel] [PATCH] migration: yet more possible state transitions
 2015-07-28 16:47 UTC  (4+ messages)

[Qemu-devel] Using the one disk image file on 2 virtual machines at the same time
 2015-07-28 16:45 UTC 

[Qemu-devel] [PATCH RFC 0/6] vhost-user: add migration log support
 2015-07-28 16:37 UTC  (8+ messages)
` [Qemu-devel] [PATCH RFC 2/6] posix: add linux-only memfd fallback


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 NNTP newsgroup(s).