qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-20 23:40:24 to 2013-03-21 14:45:02 UTC [more...]

[Qemu-devel] [RFC 00/12] target-i386: CPU hot-add with cpu_set QMP command
 2013-03-21 14:44 UTC  (14+ 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] [PATCH v2 00/23] console: overhaul continued
 2013-03-21 14:43 UTC  (12+ messages)
` [Qemu-devel] [PATCH 07/23] console: switch color_table_rgb to pixman_color_t
` [Qemu-devel] [PATCH 09/23] console: displaystate init revamp
` [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] Fix I/O throttling pathologic oscillating behavior
 2013-03-21 14:28 UTC  (12+ messages)
` [Qemu-devel] [PATCH] block: fix bdrv_exceed_iops_limits wait computation

[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] [RFC] qmp interface for save vmstate to image
 2013-03-21 13:53 UTC  (8+ messages)

[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] Add support for Secure Shell (ssh) block device
 2013-03-21 13:38 UTC  (2+ messages)
` [Qemu-devel] [PATCH] block: "

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

[Qemu-devel] [PATCH V12 0/4] replace QEMUOptionParameter with QemuOpts parser
 2013-03-21 13:20 UTC  (3+ messages)
  ` [Qemu-devel] [PATCH V12 2/4] Create four QemuOptsList related functions

[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  (12+ messages)
` [Qemu-devel] [PATCH 02/11] change element type from "char" to "unsigned char" in ACPI table data
` [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] rdma: don't make pages writeable if not requiested
 2013-03-21 12:32 UTC  (11+ messages)

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

[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 2/6] kvm: hw/kvm is not x86-specific
 2013-03-21 11:53 UTC  (20+ messages)
  ` [Qemu-devel] [RFC ppc-next PATCH 3/6] memory: add memory_region_to_address()
                            ` [Qemu-devel] [Qemu-ppc] "
  ` [Qemu-devel] [RFC ppc-next PATCH 5/6] kvm: export result of irqchip config check
  ` [Qemu-devel] [RFC ppc-next PATCH 6/6] kvm/openpic: in-kernel mpic support

[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  (16+ messages)
` [Qemu-devel] [PATCH][RFC 01/14] gitignore: ignore more files
` [Qemu-devel] [PATCH][RFC 03/14] qdev: remove redundant abort()

[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  (15+ messages)
` [Qemu-devel] [PATCH v15 1/6] add a new runstate: RUN_STATE_GUEST_PANICKED
` [Qemu-devel] [PATCH v15 2/6] add a new qevent: QEVENT_GUEST_PANICKED
` [Qemu-devel] [PATCH v15 3/6] introduce a new qom device to deal with panicked event
` [Qemu-devel] [PATCH v15 4/6] pvpanic: add document of pvpanic
` [Qemu-devel] [RFC][PATCH v15 5/6] pc_piix, pc_q35: export fw_cfg
` [Qemu-devel] [RFC][PATCH v15 6/6] pvpanic: pass configurable ioport to seabios
` [Qemu-devel] [PATCH v15 1/2] add pvpanic device driver
` [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)

[Qemu-devel] [PATCH v2] Add option to mlock qemu and guest memory
 2013-03-21  9:08 UTC 

[Qemu-devel] [PATCH 1/4] char: add a post_load callback
 2013-03-21  8:54 UTC  (3+ messages)

[Qemu-devel] [PATCH 1/4] char: add a post_load callback
 2013-03-21  8:36 UTC  (4+ messages)

[Qemu-devel] large memory requirements for translate.c a barrier
 2013-03-21  8:25 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/2] Implement migration support for pflash_cfi01
 2013-03-21  7:45 UTC  (2+ messages)
` [Qemu-devel] Use of flash for x86 BIOS (was: [PATCH 0/2] Implement migration support for pflash_cfi01)

[Qemu-devel] USB2.0 disk format failure in windows guest
 2013-03-21  7:43 UTC 

[Qemu-devel] TCG assertion with qemu-system-mipsel
 2013-03-21  7:04 UTC  (6+ messages)
        ` [Qemu-devel] TCG broken in system mode (was TCG assertion with qemu-system-mipsel)

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

[Qemu-devel] [PATCH v3] pciinit: Enable default VGA device
 2013-03-21  6:49 UTC  (2+ messages)

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

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

[Qemu-devel] QEMU Migration
 2013-03-21  3:03 UTC  (3+ messages)

[Qemu-devel] [PATCH] QOM-ify TPM
 2013-03-21  1:23 UTC 

[Qemu-devel] [RFC PATCH v4 00/30] ACPI memory hotplug
 2013-03-21  0:39 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH v4 07/30] Add SIZE type to qdev properties


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).