qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-21 09:08:49 to 2013-03-21 17:17:10 UTC [more...]

[Qemu-devel] [PATCH v3 0/9] Migration: Remove copying of guest ram pages
 2013-03-21 17:12 UTC  (21+ messages)
` [Qemu-devel] [PATCH v3 1/9] Add QemuFileWritevBuffer QemuFileOps
` [Qemu-devel] [PATCH v3 2/9] Add socket_writev_buffer function
` [Qemu-devel] [PATCH v3 3/9] Update bytes_xfer in qemu_put_byte
` [Qemu-devel] [PATCH v3 4/9] Store the data to send also in iovec
` [Qemu-devel] [PATCH v3 5/9] Use writev ops if available
` [Qemu-devel] [PATCH v3 6/9] More optimized qemu_put_be64/32/16
` [Qemu-devel] [PATCH v3 7/9] Add qemu_put_buffer_no_copy
` [Qemu-devel] [PATCH v3 8/9] Use qemu_put_buffer_no_copy for guest memory pages
` [Qemu-devel] [PATCH v3 9/9] coalesce adjacent iovecs

[Qemu-devel] [PATCH] rdma: don't make pages writeable if not requiested
 2013-03-21 17:15 UTC  (13+ messages)

[Qemu-devel] [PATCH] pcie: Enhance PCIe links
 2013-03-21 16:56 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/4] char: add a post_load callback
 2013-03-21 16:35 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 0/2] spice-qemu-char fix agent mouse after migration
  ` [Qemu-devel] [PATCH 1/2] char: add qemu_chr_be_is_fe_connected
  ` [Qemu-devel] [PATCH 2/2] spice-qemu-char: register interface on post load

[Qemu-devel] [RFC 0/4] block: fix I/O throttling oscillations
 2013-03-21 16:34 UTC  (7+ messages)
` [Qemu-devel] [RFC 1/4] block: fix I/O throttling accounting blind spot
` [Qemu-devel] [RFC 2/4] block: keep I/O throttling slice time constant
` [Qemu-devel] [RFC 3/4] block: drop duplicated slice extension code
` [Qemu-devel] [RFC 4/4] block: clean up I/O throttling wait_time code

[Qemu-devel] [PATCH] qemu-ga: use key-value store to avoid recycling fd handles after restart
 2013-03-21 16:13 UTC  (11+ messages)

[Qemu-devel] [PATCH v2] tcg-optimize: Fold sub r,0,x to neg r,x
 2013-03-21 16:13 UTC 

[Qemu-devel] [PATCH V12 0/4] replace QEMUOptionParameter with QemuOpts parser
 2013-03-21 15:59 UTC  (5+ messages)
  ` [Qemu-devel] [PATCH V12 2/4] Create four QemuOptsList related functions
  ` [Qemu-devel] [PATCH V12 3/4] Use QemuOpts support in block layer
  ` [Qemu-devel] [PATCH V12 1/4] add def_value_str and use it in qemu_opts_print

[Qemu-devel] [PATCHv3 0/9] buffer_is_zero / migration optimizations
 2013-03-21 15:57 UTC  (10+ messages)
` [Qemu-devel] [PATCHv3 1/9] move vector definitions to qemu-common.h
` [Qemu-devel] [PATCHv3 2/9] cutils: add a function to find non-zero content in a buffer
` [Qemu-devel] [PATCHv3 3/9] buffer_is_zero: use vector optimizations if possible
` [Qemu-devel] [PATCHv3 4/9] bitops: use vector algorithm to optimize find_next_bit()
` [Qemu-devel] [PATCHv3 5/9] migration: search for zero instead of dup pages
` [Qemu-devel] [PATCHv3 6/9] migration: add an indicator for bulk state of ram migration
` [Qemu-devel] [PATCHv3 7/9] migration: do not sent zero pages in bulk stage
` [Qemu-devel] [PATCHv3 8/9] migration: do not search dirty "
` [Qemu-devel] [PATCHv3 9/9] migration: use XBZRLE only after "

[Qemu-devel] [PATCH] Add support for Secure Shell (ssh) block device
 2013-03-21 15:39 UTC  (4+ messages)
` [Qemu-devel] [PATCH] block: "

[Qemu-devel] [RFC 00/12] target-i386: CPU hot-add with cpu_set QMP command
 2013-03-21 15:38 UTC  (15+ messages)
` [Qemu-devel] [PATCH 01/12] target-i386: consolidate error propagation in x86_cpu_realizefn()
` [Qemu-devel] [PATCH 02/12] target-i386: split APIC creation from initialization "
` [Qemu-devel] [PATCH 03/12] target-i386: split out CPU creation and features parsing into cpu_x86_create()
` [Qemu-devel] [PATCH 04/12] target-i386: introduce apic-id property
` [Qemu-devel] [PATCH 05/12] target-i386: push hot-plugged VCPU state to KVM and unstop it
` [Qemu-devel] [PATCH 06/12] target-i386: replace FROM_SYSBUS() with QOM type cast
` [Qemu-devel] [PATCH 07/12] target-i386: Add ICC_BUS and attach apic, kvmvapic and cpu to it
` [Qemu-devel] [PATCH 08/12] introduce CPU hot-plug notifier
` [Qemu-devel] [PATCH 09/12] rtc: update rtc_cmos on CPU hot-plug
` [Qemu-devel] [PATCH 10/12] acpi_piix4: add infrastructure to send CPU hot-plug GPE to guest
` [Qemu-devel] [PATCH 11/12] qmp: add cpu_set qmp command
` [Qemu-devel] [PATCH 12/12] target-i386: implement CPU hot-add

[Qemu-devel] [RFC PATCH RDMA support v4: 03/10] more verbose documentation of the RDMA transport
 2013-03-21 15:22 UTC  (12+ messages)

[Qemu-devel] [PATCH] Fix I/O throttling pathologic oscillating behavior
 2013-03-21 15:14 UTC  (13+ messages)
` [Qemu-devel] [PATCH] block: fix bdrv_exceed_iops_limits wait computation

[Qemu-devel] [RFC] qmp interface for save vmstate to image
 2013-03-21 15:08 UTC  (10+ messages)

[Qemu-devel] Virtualbox svga card in KVM
 2013-03-21 14:53 UTC 

[Qemu-devel] [PATCH v2 00/23] console: overhaul continued
 2013-03-21 14:43 UTC  (7+ messages)
` [Qemu-devel] [PATCH 22/23] gtk: show a window for each graphical QemuConsole

[Qemu-devel] [Bug 1156313] [NEW] X86-64 flags handling broken
 2013-03-21 14:33 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 00/10] virtio-scsi refactoring
 2013-03-21 14:15 UTC  (11+ messages)
` [Qemu-devel] [PATCH v5 01/10] virtio-scsi: don't use pointer for configuration
` [Qemu-devel] [PATCH v5 02/10] virtio-scsi: allocate cmd_vqs array separately
` [Qemu-devel] [PATCH v5 03/10] virtio-scsi: moving host_features from properties to transport properties
` [Qemu-devel] [PATCH v5 04/10] virtio-scsi: add the virtio-scsi device
` [Qemu-devel] [PATCH v5 05/10] virtio-scsi-pci: switch to new API
` [Qemu-devel] [PATCH v5 06/10] virtio-scsi-s390: switch to the "
` [Qemu-devel] [PATCH v5 07/10] virtio-scsi-ccw: switch to "
` [Qemu-devel] [PATCH v5 08/10] virtio-scsi: cleanup: use QOM casts
` [Qemu-devel] [PATCH v5 09/10] virtio-scsi: cleanup: init and exit functions
` [Qemu-devel] [PATCH v5 10/10] virtio-scsi: cleanup: remove qdev field

[Qemu-devel] [PATCH v2 0/8] Migration: Remove copying of guest ram pages
 2013-03-21 13:52 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 1/8] Add QemuFileWritevBuffer QemuFileOps
` [Qemu-devel] [PATCH v2 2/8] Add socket_writev_buffer function
` [Qemu-devel] [PATCH v2 3/8] Update bytes_xfer in qemu_put_byte
` [Qemu-devel] [PATCH v2 4/8] Store the data to send also in iovec
` [Qemu-devel] [PATCH v2 5/8] Use writev ops if available
` [Qemu-devel] [PATCH v2 6/8] More optimized qemu_put_be64/32/16
` [Qemu-devel] [PATCH v2 7/8] Add qemu_put_buffer_no_copy
` [Qemu-devel] [PATCH v2 8/8] Use qemu_put_buffer_no_copy for guest memory pages

[Qemu-devel] [0/48] target-ppc: MMU implementation cleanup for hash MMUs
 2013-03-21 13:43 UTC  (2+ messages)

[Qemu-devel] [PATCH 29/38] target-ppc: Use add2 for carry generation
 2013-03-21 13:36 UTC 

[Qemu-devel] [RFC 00/12] Migration: Remove copying of guest ram pages
 2013-03-21 13:00 UTC  (30+ messages)
` [Qemu-devel] [RFC 01/12] Add iov_writev to use writev to send iovec (also for files)
` [Qemu-devel] [RFC 02/12] Add QemuFileWritevBuffer QemuFileOps
` [Qemu-devel] [RFC 03/12] Add socket_writev_buffer function
` [Qemu-devel] [RFC 04/12] Add stdio_writev_buffer function
` [Qemu-devel] [RFC 05/12] Add block_writev_buffer function
` [Qemu-devel] [RFC 06/12] Update bytes_xfer in qemu_put_byte
` [Qemu-devel] [RFC 07/12] Store the data to send also in iovec
` [Qemu-devel] [RFC 08/12] Use writev ops instead of put_buffer ops
` [Qemu-devel] [RFC 09/12] More optimized qemu_put_be64/32/16
` [Qemu-devel] [RFC 10/12] Add qemu_put_buffer_no_copy
` [Qemu-devel] [RFC 11/12] Use qemu_put_buffer_no_copy for guest memory pages
` [Qemu-devel] [RFC 12/12] Bye Bye put_buffer

[Qemu-devel] [PATCH v9 0/3] DEVICE_DELETED event
 2013-03-21 12:57 UTC  (10+ messages)
` [Qemu-devel] [PATCH v9 1/3] qdev: "
` [Qemu-devel] [PATCH v9 2/3] qom: call class destructor before unparent
` [Qemu-devel] [PATCH v9 3/3] qmp: add path to device_deleted event

[Qemu-devel] [PATCH] Introduce query-cpu-max QMP command and cpu_max HMP counterpart
 2013-03-21 12:51 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/11] build ACPI MADT for fw_cfg clients
 2013-03-21 12:44 UTC  (9+ messages)
` [Qemu-devel] [PATCH 04/11] qapi schema: add AcpiTableOptions

[Qemu-devel] [PATCH v4 00/10] virtio-scsi refactoring
 2013-03-21 12:44 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4 03/10] virtio-scsi: moving host_features from properties to transport properties
` [Qemu-devel] [PATCH v4 04/10] virtio-scsi: add the virtio-scsi device

[Qemu-devel] [PATCH 1/2] QMP: Remove duplicate TPM type from query-tpm
 2013-03-21 12:25 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/2] vl.c: call bdrv_init_with_whitelist() before cmdline parsing
 2013-03-21 12:07 UTC  (2+ messages)
` [Qemu-devel] [PATCH 2/2] vl.c: throw an error if iscsi is not supported

[Qemu-devel] [PATCH] roms: switch oldnoconfig to olddefconfig
 2013-03-21 12:06 UTC 

[Qemu-devel] [RFC ppc-next PATCH 3/6] memory: add memory_region_to_address()
 2013-03-21 11:53 UTC  (15+ messages)
                            ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v2 00/12] block: Driver-specific options for protocols
 2013-03-21 10:29 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 12/12] nbd: Check against invalid option combinations

[Qemu-devel] iscsi / block segfault regression
 2013-03-21 11:10 UTC  (3+ messages)

[Qemu-devel] [RFC virt-spec PATCH] only writing out the last byte of MAC makes it have effect
 2013-03-21 10:53 UTC  (4+ messages)
` [Qemu-devel] [RFC qemu "

[Qemu-devel] [PATCH][RFC 0/14] implement power chip
 2013-03-21 10:43 UTC  (13+ messages)
` [Qemu-devel] [PATCH][RFC 01/14] gitignore: ignore more files

[Qemu-devel] [PATCH V2] PPC/GDB: handle read and write of fpscr
 2013-03-21 10:08 UTC  (2+ messages)

[Qemu-devel] [0/5] Assorted pending pseries machine patches
 2013-03-21 10:01 UTC  (7+ messages)
` [Qemu-devel] [PATCH 5/5] pseries: Move XICS initialization before cpu initialization
    ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v15 0/6] Add pvpanic device to deal with guest panic event
 2013-03-21  9:54 UTC  (10+ messages)
` [Qemu-devel] [PATCH v15 4/6] pvpanic: add document of pvpanic
` [Qemu-devel] [RFC][PATCH v15 6/6] pvpanic: pass configurable ioport to seabios
` [Qemu-devel] [PATCH v15 2/2] patch dsdt to use passed-in pvpanic ioport
` [Qemu-devel] [PATCH v15] pvpanic: pvpanic device driver

[Qemu-devel] [PATCH] virtio-blk: Set default serial id
 2013-03-21  9:31 UTC  (4+ 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 NNTP newsgroup(s).