qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-07 08:19:27 to 2015-07-07 13:30:39 UTC [more...]

[Qemu-devel] [PULL 00/10] qemu-ga patches for 2.4.0
 2015-07-07 13:30 UTC  (7+ messages)

[Qemu-devel] [RFC PATCH V6 00/18] Multithread TCG
 2015-07-07 13:30 UTC  (30+ messages)
` [Qemu-devel] [RFC PATCH V6 01/18] cpu: make cpu_thread_is_idle public
` [Qemu-devel] [RFC PATCH V6 02/18] replace spinlock by QemuMutex
` [Qemu-devel] [RFC PATCH V6 05/18] protect TBContext with tb_lock
` [Qemu-devel] [RFC PATCH V6 06/18] tcg: remove tcg_halt_cond global variable
` [Qemu-devel] [RFC PATCH V6 07/18] Drop global lock during TCG code execution
` [Qemu-devel] [RFC PATCH V6 08/18] cpu: remove exit_request global
` [Qemu-devel] [RFC PATCH V6 09/18] cpu: add a tcg_executing flag

[Qemu-devel] [PULL for-2.4 v2 0/6] Block patches
 2015-07-07 13:29 UTC  (7+ messages)
` [Qemu-devel] [PULL for-2.4 v2 1/6] qcow2: remove unnecessary check
` [Qemu-devel] [PULL for-2.4 v2 2/6] block: update bdrv_drain_all()/bdrv_drain() comments
` [Qemu-devel] [PULL for-2.4 v2 3/6] block: Initialize local_err in bdrv_append_temp_snapshot
` [Qemu-devel] [PULL for-2.4 v2 4/6] block: Use bdrv_drain to replace uncessary bdrv_drain_all
` [Qemu-devel] [PULL for-2.4 v2 5/6] block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive
` [Qemu-devel] [PULL for-2.4 v2 6/6] blockjob: add block_job_release function

[Qemu-devel] [PATCH v4 0/9] GIC-500 implementation, software + KVM
 2015-07-07 13:27 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/5] arm: enable TZ support for the GIC
 2015-07-07 13:27 UTC  (2+ messages)

[Qemu-devel] qemu build fails on xen
 2015-07-07 13:26 UTC  (6+ messages)

[Qemu-devel] [PULL for-2.4 0/7] Block patches
 2015-07-07 13:24 UTC  (11+ messages)
` [Qemu-devel] [PULL for-2.4 1/7] qcow2: remove unnecessary check
` [Qemu-devel] [PULL for-2.4 2/7] block: update bdrv_drain_all()/bdrv_drain() comments
` [Qemu-devel] [PULL for-2.4 3/7] block/nfs: add support for setting debug level
` [Qemu-devel] [PULL for-2.4 4/7] block: Initialize local_err in bdrv_append_temp_snapshot
` [Qemu-devel] [PULL for-2.4 5/7] block: Use bdrv_drain to replace uncessary bdrv_drain_all
` [Qemu-devel] [PULL for-2.4 6/7] block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive
` [Qemu-devel] [PULL for-2.4 7/7] blockjob: add block_job_release function

[Qemu-devel] [PULL v3 00/28] Migration pull request
 2015-07-07 13:09 UTC  (29+ messages)
` [Qemu-devel] [PULL 01/28] rdma: fix memory leak
` [Qemu-devel] [PULL 02/28] Only try and read a VMDescription if it should be there
` [Qemu-devel] [PULL 03/28] rdma typos
` [Qemu-devel] [PULL 04/28] Store block name in local blocks structure
` [Qemu-devel] [PULL 05/28] Translate offsets to destination address space
` [Qemu-devel] [PULL 06/28] Rework ram_control_load_hook to hook during block load
` [Qemu-devel] [PULL 07/28] Allow rdma_delete_block to work without the hash
` [Qemu-devel] [PULL 08/28] Rework ram block hash
` [Qemu-devel] [PULL 09/28] Sort destination RAMBlocks to be the same as the source
` [Qemu-devel] [PULL 10/28] Sanity check RDMA remote data
` [Qemu-devel] [PULL 11/28] Fail more cleanly in mismatched RAM cases
` [Qemu-devel] [PULL 12/28] Fix older machine type compatibility on power with section footers
` [Qemu-devel] [PULL 13/28] runstate: Add runstate store
` [Qemu-devel] [PULL 14/28] runstate: migration allows more transitions now
` [Qemu-devel] [PULL 15/28] migration: create new section to store global state
` [Qemu-devel] [PULL 16/28] global_state: Make section optional
` [Qemu-devel] [PULL 17/28] vmstate: Create optional sections
` [Qemu-devel] [PULL 18/28] migration: Add configuration section
` [Qemu-devel] [PULL 19/28] migration: Use cmpxchg correctly
` [Qemu-devel] [PULL 20/28] migration: ensure we start in NONE state
` [Qemu-devel] [PULL 21/28] migration: Use always helper to set state
` [Qemu-devel] [PULL 22/28] migration: No need to call trace_migrate_set_state()
` [Qemu-devel] [PULL 23/28] migration: create migration event
` [Qemu-devel] [PULL 24/28] migration: Make events a capability
` [Qemu-devel] [PULL 25/28] migration: Add migration events on target side
` [Qemu-devel] [PULL 26/28] check_section_footers: Check the correct section_id
` [Qemu-devel] [PULL 27/28] migration: protect migration_bitmap
` [Qemu-devel] [PULL 28/28] migration: extend migration_bitmap

[Qemu-devel] [PATCH] migration: Make events a capability
 2015-07-07 13:07 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/10] block: incremental backup transactions using BlockJobTxn
 2015-07-07 12:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 05/10] block: add block job transactions

[Qemu-devel] [PATCH V3] block/nfs: add support for setting debug level
 2015-07-07 12:51 UTC  (2+ messages)

[Qemu-devel] [PULL 00/13] pc,virtio,pci: fixes and updates
 2015-07-07 12:40 UTC  (14+ messages)
` [Qemu-devel] [PULL 01/13] dataplane: fix cross-endian issues
` [Qemu-devel] [PULL 02/13] Revert "dataplane: allow virtio-1 devices"
` [Qemu-devel] [PULL 03/13] acpi: split out ICH ACPI support
` [Qemu-devel] [PULL 04/13] ich9: add TCO interface emulation
` [Qemu-devel] [PULL 05/13] tests: add testcase for TCO watchdog emulation
` [Qemu-devel] [PULL 06/13] ich9: implement strap SPKR pin logic
` [Qemu-devel] [PULL 07/13] hw/i386/pc: factor out pc_cmos_init_floppy()
` [Qemu-devel] [PULL 08/13] hw/i386/pc: reflect any FDC @ ioport 0x3f0 in the CMOS
` [Qemu-devel] [PULL 09/13] hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init()
` [Qemu-devel] [PULL 10/13] virtio_net: reuse constants from linux
` [Qemu-devel] [PULL 11/13] pci_regs.h: import "
` [Qemu-devel] [PULL 12/13] pcie: Set the "link active" in the link status register
` [Qemu-devel] [PULL 13/13] virtio: define virtio_pci_cfg_cap in header

[Qemu-devel] [BUG/RFC] Two cpus are not brought up normally in SLES11 sp3 VM after reboot
 2015-07-07 12:39 UTC  (7+ messages)

[Qemu-devel] [PATCH 00/27] sPAPR updates 2015-07-02
 2015-07-07 12:39 UTC  (2+ messages)

[Qemu-devel] [PULL for-2.4 0/9] Net patches
 2015-07-07 12:38 UTC  (10+ messages)
` [Qemu-devel] [PULL for-2.4 1/9] rocker: fix memory leak
` [Qemu-devel] [PULL for-2.4 2/9] e1000: flush packets when link comes up
` [Qemu-devel] [PULL for-2.4 3/9] vmxnet3: Fix incorrect small packet padding
` [Qemu-devel] [PULL for-2.4 4/9] rocker: don't queue receive pkts when port is disabled
` [Qemu-devel] [PULL for-2.4 5/9] rocker: fix misplaced break statement
` [Qemu-devel] [PULL for-2.4 6/9] rocker: fix missing break statements
` [Qemu-devel] [PULL for-2.4 7/9] rocker: return -1 when dropping packet on ingress
` [Qemu-devel] [PULL for-2.4 8/9] rocker: mark copy-to-cpu pkts as forwarding offloaded
` [Qemu-devel] [PULL for-2.4 9/9] rocker: tests: don't need to specify master/self when setting vlans

[Qemu-devel] [PULL for-2.4 0/3] vga patch queue
 2015-07-07 12:23 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/3] virtio-gpu: update console device property
` [Qemu-devel] [PULL 2/3] virtio-gpu: use virtio_instance_init_common, fixup properties
` [Qemu-devel] [PULL 3/3] virtio-gpu: add to display-vga test

[Qemu-devel] [PATCH qemu v10 00/14] spapr: vfio: Enable Dynamic DMA windows (DDW)
 2015-07-07 12:11 UTC  (20+ messages)
` [Qemu-devel] [PATCH qemu v10 10/14] spapr_pci: Enable vfio-pci hotplug
` [Qemu-devel] [PATCH qemu v10 13/14] vfio: spapr: Add SPAPR IOMMU v2 support (DMA memory preregistering)
` [Qemu-devel] [PATCH qemu v10 14/14] spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)

[Qemu-devel] [PATCH v2 00/13] block: Protect block jobs with lock / unlock API
 2015-07-07 11:55 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 01/13] block: Use bdrv_drain to replace uncessary bdrv_drain_all
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH] blockjob: add block_job_release function
 2015-07-07 11:53 UTC  (2+ messages)

[Qemu-devel] [PATCH] block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive
 2015-07-07 11:52 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v2] opts: produce valid command line in qemu_opts_print
 2015-07-07 11:49 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PULL v3 for-2.4 00/11] s390x patches for 2.4
 2015-07-07 11:47 UTC  (4+ messages)
` [Qemu-devel] [PULL v3 for-2.4 08/11] virtio-ccw: migrate ->revision
    ` [Qemu-devel] [PATCH] s390/virtio-ccw: Fix migration

[Qemu-devel] [virtio guest] vring_need_event() from virtqueue_kick_prepare()
 2015-07-07 11:43 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 00/10] Consolidate crypto APIs & implementations
 2015-07-07 11:06 UTC  (3+ messages)

[Qemu-devel] [PATCH 1/2] tests: introduce basic pci test for virtio-net
 2015-07-07 10:58 UTC  (2+ messages)
` [Qemu-devel] [PATCH 2/2] tests: test rx recovery from cont

[Qemu-devel] [PATCH for-2.4] s390x: diag288 reset fix
 2015-07-07 10:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH for-2.4] watchdog/diag288: correctly register for system reset requests

[Qemu-devel] [PATCH rebased for-2.4] target-i386: add ABM to Haswell* and Broadwell* CPU models
 2015-07-07 10:42 UTC 

[Qemu-devel] [PATCH] block: Initialize local_err in bdrv_append_temp_snapshot
 2015-07-07 10:41 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH] blockjob: Don't sleep too short
 2015-07-07 10:40 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v6 0/12] HyperV equivalent of pvpanic driver
 2015-07-07 10:21 UTC  (5+ messages)
` [Qemu-devel] [PATCH 12/12] i386/kvm: Hyper-v crash msrs set/get'ers and migration

[Qemu-devel] [PULL 00/11] VFIO updates for 2.4-rc0
 2015-07-07 10:19 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/11] Fix exceptions handling for MIPS, PowerPC, and i386
 2015-07-07 10:13 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 08/11] target-i386: exception handling for seg_helper functions

[Qemu-devel] [PATCH v6 0/10] QGA: disk and volume info for Windows & guest exec
 2015-07-07 10:07 UTC  (9+ messages)
` [Qemu-devel] [PATCH 01/10] util, qga: drop guest_file_toggle_flags
` [Qemu-devel] [PATCH 06/10] qga: guest exec functionality for Windows guests

[Qemu-devel] [PATCH] acpi: split out ICH ACPI support
 2015-07-07 10:06 UTC 

[Qemu-devel] [Bug 1472083] [NEW] Qemu 2.1.2 hang when stop command
 2015-07-07 10:06 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] net: Flush queued packets when guest resumes
 2015-07-07 10:02 UTC  (10+ messages)

[Qemu-devel] [PATCH v3 00/16] Add an IPMI device to QEMU
 2015-07-07  9:47 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 15/16] ipmi: Add ACPI table entries

[Qemu-devel] [PATCH v2] net-hub: Drop can_receive
 2015-07-07  9:41 UTC  (3+ messages)

[Qemu-devel] [PATCH] block: update bdrv_drain_all()/bdrv_drain() comments
 2015-07-07  9:32 UTC  (2+ messages)

[Qemu-devel] [PATCH COLO-BLOCK v7 00/17] Block replication for continuous checkpoints
 2015-07-07  9:23 UTC  (7+ messages)

[Qemu-devel] [PATCH] vl: move rom_load_all after machine init done
 2015-07-07  9:22 UTC  (10+ messages)

[Qemu-devel] [PATCH 2.4] socket: pass correct size in net_socket_send()
 2015-07-07  9:09 UTC  (2+ messages)

[Qemu-devel] Using QCOW2 with nand flashes
 2015-07-07  9:09 UTC  (4+ messages)
` [Qemu-devel] Fwd: "

[Qemu-devel] [PATCH COLO-BLOCK v8 00/18] Block replication for continuous checkpoints
 2015-07-07  8:43 UTC  (19+ messages)
` [Qemu-devel] [PATCH COLO-BLOCK v8 01/18] Add new block driver interface to add/delete a BDS's child
` [Qemu-devel] [PATCH COLO-BLOCK v8 02/18] quorum: implement block driver interfaces "
` [Qemu-devel] [PATCH COLO-BLOCK v8 03/18] hmp: add monitor command to add/remove a child
` [Qemu-devel] [PATCH COLO-BLOCK v8 04/18] introduce a new API qemu_opts_absorb_qdict_by_index()
` [Qemu-devel] [PATCH COLO-BLOCK v8 05/18] quorum: allow ignoring child errors
` [Qemu-devel] [PATCH COLO-BLOCK v8 06/18] introduce a new API to enable/disable attach device model
` [Qemu-devel] [PATCH COLO-BLOCK v8 07/18] introduce a new API to check if blk is attached
` [Qemu-devel] [PATCH COLO-BLOCK v8 08/18] block: make bdrv_put_ref_bh_schedule() as a public API
` [Qemu-devel] [PATCH COLO-BLOCK v8 09/18] Backup: clear all bitmap when doing block checkpoint
` [Qemu-devel] [PATCH COLO-BLOCK v8 10/18] allow writing to the backing file
` [Qemu-devel] [PATCH COLO-BLOCK v8 11/18] Allow creating backup jobs when opening BDS
` [Qemu-devel] [PATCH COLO-BLOCK v8 12/18] block: Allow references for backing files
` [Qemu-devel] [PATCH COLO-BLOCK v8 13/18] docs: block replication's description
` [Qemu-devel] [PATCH COLO-BLOCK v8 14/18] Add new block driver interfaces to control block replication
` [Qemu-devel] [PATCH COLO-BLOCK v8 15/18] skip nbd_target when starting "
` [Qemu-devel] [PATCH COLO-BLOCK v8 16/18] quorum: implement block driver interfaces for "
` [Qemu-devel] [PATCH COLO-BLOCK v8 17/18] Implement new driver "
` [Qemu-devel] [PATCH COLO-BLOCK v8 18/18] Add a new API to start/stop replication, do checkpoint to all BDSes

[Qemu-devel] [PATCH 0/2] ahci: Fix CD-ROM signature
 2015-07-07  8:49 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/2] ahci: fix signature generation

[Qemu-devel] [PATCH] virtio-net: Drop net_virtio_info.can_receive
 2015-07-07  8:45 UTC  (6+ 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).