qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-11 14:52:52 to 2013-04-12 11:11:16 UTC [more...]

[Qemu-devel] [PATCH 2/8] rdma: core rdma logic
 2013-04-12 11:10 UTC  (10+ messages)
` [Qemu-devel] [PATCH 3/8] rdma: new QEMUFileOps hooks
` [Qemu-devel] [PATCH 4/8] rdma: implement "
` [Qemu-devel] [PATCH 5/8] rdma: introduce capability for chunk registration
` [Qemu-devel] [PATCH 6/8] rdma: send pc.ram
` [Qemu-devel] [PATCH 7/8] rdma: print out throughput while debugging
` [Qemu-devel] [PATCH 8/8] rdma: add documentation

[Qemu-devel] [PATCH v2 0/2] New trace backend: ftrace
 2013-04-12 11:06 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/19 v3] target-i386: CPU hot-add with cpu-add QMP command
 2013-04-12 11:00 UTC  (34+ messages)
` [Qemu-devel] [PATCH 01/19] target-i386: split out CPU creation and features parsing into cpu_x86_create()
` [Qemu-devel] [PATCH 03/19] cpu: make kvm-stub.o a part of CPU library
` [Qemu-devel] [PATCH 04/19] cpu: call cpu_synchronize_post_init() from CPUClass.realize() if hotplugged
` [Qemu-devel] [PATCH 05/19] cpu: resume CPU from CPUClass.cpu_common_realizefn() when it is hot-plugged
` [Qemu-devel] [PATCH 06/19] introduce CPU hot-plug notifier
` [Qemu-devel] [PATCH 07/19] rtc: update rtc_cmos on CPU hot-plug
` [Qemu-devel] [PATCH 08/19] cpu: introduce get_arch_id() method and override it for target-i386
` [Qemu-devel] [PATCH 09/19] cpu: add helper cpu_exists(), to check if CPU with specified id exists
` [Qemu-devel] [PATCH 11/19] target-i386: introduce apic-id property
` [Qemu-devel] [PATCH 12/19] introduce ICC bus/device/bridge
` [Qemu-devel] [PATCH 13/19] target-i386: cpu: attach ICC bus to CPU on its creation
` [Qemu-devel] [PATCH 14/19] target-i386: replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
` [Qemu-devel] [PATCH 15/19] target-i386: move APIC to ICC bus
` [Qemu-devel] [PATCH 16/19] target-i386: move IOAPIC "
` [Qemu-devel] [PATCH 17/19] qdev: set device's parent before calling realize() down inheritance chain
` [Qemu-devel] [PATCH 18/19] target-i386: expose all possible CPUs as /machine/icc-bridge/cpu[0..N] links
` [Qemu-devel] [PATCH 19/19] add cpu-add qmp command and implement CPU hot-add for target-i386

[Qemu-devel] [RFC PATCH RDMA support v5: 03/12] comprehensive protocol documentation
 2013-04-12 10:53 UTC  (33+ messages)

[Qemu-devel] [PATCH] bswap: fix compiler warning
 2013-04-12 10:51 UTC  (3+ messages)

[Qemu-devel] Nic devices' name are wrongly repeated
 2013-04-12 10:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH] net: make nic name unique

[Qemu-devel] [Bug 955379] [NEW] cmake hangs with qemu-arm-static
 2013-04-12 10:25 UTC  (2+ messages)
` [Qemu-devel] [Bug 955379] "

[Qemu-devel] [PATCH] qemu-char: another io_add_watch_poll fix
 2013-04-12 10:31 UTC  (5+ messages)

[Qemu-devel] weird behaviour of numlock key
 2013-04-12 10:29 UTC  (3+ messages)

[Qemu-devel] [RFC 00/13] aio: drop io_flush()
 2013-04-12 10:27 UTC  (18+ messages)
` [Qemu-devel] [RFC 01/13] block: stop relying on io_flush() in bdrv_drain_all()
` [Qemu-devel] [RFC 02/13] dataplane/virtio-blk: check exit conditions before aio_poll()
` [Qemu-devel] [RFC 03/13] aio: stop using .io_flush()
` [Qemu-devel] [RFC 04/13] block/curl: drop curl_aio_flush()
` [Qemu-devel] [RFC 05/13] block/gluster: drop qemu_gluster_aio_flush_cb()
` [Qemu-devel] [RFC 06/13] block/iscsi: drop iscsi_process_flush()
` [Qemu-devel] [RFC 07/13] block/linux-aio: drop qemu_laio_completion_cb()
` [Qemu-devel] [RFC 08/13] block/nbd: drop nbd_have_request()
` [Qemu-devel] [RFC 09/13] block/rbd: drop qemu_rbd_aio_flush_cb()
` [Qemu-devel] [RFC 10/13] block/sheepdog: drop have_co_req() and aio_flush_request()
` [Qemu-devel] [RFC 11/13] dataplane/virtio-blk: drop flush_true() and flush_io()
` [Qemu-devel] [RFC 12/13] thread-pool: drop thread_pool_active()
` [Qemu-devel] [RFC 13/13] aio: drop io_flush argument

[Qemu-devel] [PATCH 0/5] proposal to make hostmem listener RAM unplug safe
 2013-04-12 10:03 UTC  (23+ messages)
` [Qemu-devel] [PATCH 1/5] memory: add ref/unref interface for MemroyRegionOps
` [Qemu-devel] [PATCH 2/5] hostmem: make hostmem global and RAM hotunplg safe
` [Qemu-devel] [PATCH 3/5] vring: use hostmem's RAM safe api
` [Qemu-devel] [PATCH 4/5] virtio-blk: release reference to RAM's memoryRegion

[Qemu-devel] [PATCH V11 00/17] qmp/hmp interfaces for internal snapshot info
 2013-04-12  9:39 UTC  (23+ messages)
` [Qemu-devel] [PATCH V11 09/17] qmp: add interface query-snapshots
` [Qemu-devel] [PATCH V11 11/17] qmp: add ImageInfo in BlockDeviceInfo used by query-block
` [Qemu-devel] [PATCH V11 13/17] block: dump to buffer for bdrv_snapshot_dump() and bdrv_image_info_dump()

[Qemu-devel] [PATCH] virtio-balloon: fix dynamic properties
 2013-04-12  9:33 UTC  (6+ messages)

[Qemu-devel] VNC Websocket TLS support design decisions
 2013-04-12  9:00 UTC  (2+ messages)

[Qemu-devel] [PATCH] Initial TLS support for VNC Websockets
 2013-04-12  8:45 UTC 

[Qemu-devel] [PATCH 0/3] Release SMP restriction on Windows host
 2013-04-12  8:20 UTC  (5+ messages)

[Qemu-devel] [RFC][PATCH 00/22] instrument: Let the user wrap/override specific event tracing routines
 2013-04-12  8:18 UTC  (4+ messages)

[Qemu-devel] [RFC PATCH v3 0/5] port network layer onto glib
 2013-04-12  7:44 UTC  (8+ messages)

[Qemu-devel] [PATCH] rbd: add an asynchronous flush
 2013-04-12  7:42 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2] "

[Qemu-devel] [PATCH] ui/gtk: Set QEMU window icon
 2013-04-12  6:55 UTC  (4+ messages)

[Qemu-devel] [PATCH] pci-assign: remove the duplicate function name in debug message
 2013-04-12  6:46 UTC 

[Qemu-devel] [PATCH 0/8] rdma: migration support
 2013-04-12  5:51 UTC  (2+ messages)
` [Qemu-devel] [PATCH 1/8] rdma: introduce qemu ram foreach block

[Qemu-devel] [PATCH 1/3] debugcon: fix always print "addr=0x0, val=0x0" bug
 2013-04-12  4:12 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/3] debugcon: make debug message more readable
` [Qemu-devel] [PATCH 3/3] debugcon: fix compiler warning when open DEBUG_DEBUGCON

[Qemu-devel] [RFC PATCH] net: introduce monitor command to query mactables
 2013-04-11 23:25 UTC  (5+ messages)

[Qemu-devel] [PATCH] cpu-exec: Allow "-d exec" in non-debug builds (drop CONFIG_DEBUG_EXEC)
 2013-04-11 20:32 UTC  (2+ messages)

[Qemu-devel] Question to prefered
 2013-04-11 20:10 UTC  (3+ messages)

[Qemu-devel] [PATCH qom-cpu-next 0/2] replace cpuid_*features fields with a featue word array (v7)
 2013-04-11 20:07 UTC  (3+ messages)
` [Qemu-devel] [PATCH qom-cpu-next 1/2] target-i386/cpu.c: Coding style fixes
` [Qemu-devel] [PATCH qom-cpu-next 2/2] target-i386: Replace cpuid_*features fields with a feature word array

[Qemu-devel] [qom-cpu PATCH 0/2] replace cpuid_*features fields with a featue word array (v6)
 2013-04-11 20:00 UTC  (2+ messages)

[Qemu-devel] RFC: vfio API changes needed for powerpc (v3)
 2013-04-11 19:53 UTC  (6+ messages)

[Qemu-devel] [PATCH 00/12] directory reorganization, final part
 2013-04-11 19:00 UTC  (19+ messages)
` [Qemu-devel] [PATCH 01/12] arm: fix location of some include files
` [Qemu-devel] [PATCH 02/12] virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge
` [Qemu-devel] [PATCH 03/12] Add linux-headers to QEMU_INCLUDES
` [Qemu-devel] [PATCH 04/12] Fix failure to create q35 machine
` [Qemu-devel] [PATCH 05/12] configure: fix TPM logic
` [Qemu-devel] [PATCH 06/12] tpm: reorganize headers and split hardware part
` [Qemu-devel] [PATCH 07/12] sysemu: avoid proliferation of include/ subdirectories
` [Qemu-devel] [PATCH 08/12] include: avoid useless includes of exec/ headers
` [Qemu-devel] [PATCH 09/12] memory: move core typedefs to qemu/typedefs.h
` [Qemu-devel] [PATCH 10/12] exec: remove useless declarations from memory-internal.h
` [Qemu-devel] [PATCH 11/12] hw: move memory API headers to hw/
` [Qemu-devel] [PATCH 12/12] hw: move memory API to hw/core

[Qemu-devel] listing "bus" option in output of "qemu -device $devname, ?"
 2013-04-11 18:33 UTC 

[Qemu-devel] [PULL] Fixes and minor improvements to TCI
 2013-04-11 18:15 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] tci: Use 32-bit signed offsets to loads/stores
` [Qemu-devel] [PATCH 2/5] tci: Use a local variable for env
` [Qemu-devel] [PATCH 3/5] tci: Avoid code before declarations
` [Qemu-devel] [PATCH 4/5] tci: Delete unused tb_ret_addr
` [Qemu-devel] [PATCH 5/5] tci: Make tcg temporaries local to tcg_qemu_tb_exec

[Qemu-devel] VFIO-VGA Issue
 2013-04-11 17:59 UTC  (11+ messages)

[Qemu-devel] [RFC PATCH RDMA support v7: 00/13] rdma cleanup and reordering
 2013-04-11 17:53 UTC  (30+ messages)
` [Qemu-devel] [RFC PATCH RDMA support v1: 10/13] introduce new command migrate_check_for_zero

[Qemu-devel] [PATCH 0/4] Fix JSON string formatter
 2013-04-11 17:03 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] unicode: New mod_utf8_codepoint()
` [Qemu-devel] [PATCH 2/4] check-qjson: Improve a few comments, delete bogus ones
` [Qemu-devel] [PATCH 3/4] check-qjson: Test noncharacters other than U+FFFE, U+FFFF in strings
` [Qemu-devel] [PATCH 4/4] qjson: to_json() case QTYPE_QSTRING is buggy, rewrite

[Qemu-devel] [PATCH 0/4] Fix JSON string formatter
 2013-04-11 16:12 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/22 v2] target-i386: CPU hot-add with cpu-add QMP command
 2013-04-11 15:49 UTC  (11+ messages)
` [Qemu-devel] [PATCH 22/22] add cpu-add qmp command and implement CPU hot-add for target-i386

[Qemu-devel] [PATCH V2 0/3] Virtio-9p live migration patchset
 2013-04-11 14:52 UTC  (3+ messages)
` [Qemu-devel] [PATCH V2 2/3] virtio-9p: Wait for 9p operations to complete before migration and savevm


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