qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-08 21:43:22 to 2013-08-09 19:20:10 UTC [more...]

[Qemu-devel] [PATCH 0/2] Disassembly with external objdump
 2013-08-09 19:19 UTC 

[Qemu-devel] [PATCH v2 0/7] AARCH64 support on machvirt machine model using KVM
 2013-08-09 19:04 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 3/7] AARCH64: Add aarch64 CPU initialization, get and put registers support
` [Qemu-devel] [PATCH v2 7/7] AARCH64: Use the spin-table method for booting secondary processors in machvirt

[Qemu-devel] [PATCH 1/2] memory: Provide separate handling of unassigned io ports accesses
 2013-08-09 18:48 UTC  (6+ messages)

[Qemu-devel] GDB debugging of QEMU
 2013-08-09 18:45 UTC  (6+ messages)

[Qemu-devel] [PULL] Block fix for 1.6
 2013-08-09 17:59 UTC  (2+ messages)
` [Qemu-devel] [PULL] block: Bugfix 'format' and 'snapshot' used in drive option

[Qemu-devel] -cpu host (was Re: KVM call minutes for 2013-08-06)
 2013-08-09 17:53 UTC  (8+ messages)

[Qemu-devel] [PATCH v3 for-1.6 0/3] Remove legacy sysfw code
 2013-08-09 17:52 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/3] sysfw: remove read-only pc_sysfw_flash_vs_rom_bug_compatible
` [Qemu-devel] [PATCH v3 2/3] pc_sysfw: remove the rom_only property
` [Qemu-devel] [PATCH v3 3/3] pc_sysfw: do not make it a device anymore

[Qemu-devel] [RFC v2 01/15] Add an explanation of when a function should be marked coroutine_fn
 2013-08-09 17:44 UTC  (15+ messages)
` [Qemu-devel] [RFC v2 02/15] Rename qemu_coroutine_self to qemu_coroutine_self_int and add an annotated wrapper
` [Qemu-devel] [RFC v2 03/15] Explicitly mark BlockDriver function .bdrv_create as coroutine and rename it bdrv_co_create
` [Qemu-devel] [RFC v2 04/15] Convert .bdrv_open and .bdrv_file_open to coroutine_fn
` [Qemu-devel] [RFC v2 05/15] Make qcow2_open synchronous
` [Qemu-devel] [RFC v2 06/15] Explicitly mark BlockDriver functions .bdrv_write and .bdrv_read as coroutine functions
` [Qemu-devel] [RFC v2 07/15] Call bdrv->open via a synchronous wrapper in block/snapshot.c
` [Qemu-devel] [RFC v2 08/15] Convert bdrv_create and associated functions to be coroutine_fn
` [Qemu-devel] [RFC v2 09/15] Add a synchronous wrapper bdrv_sync_rwco
` [Qemu-devel] [RFC v2 10/15] Convert bdrv_read, bdrv_write and associated functions to coroutine functions
` [Qemu-devel] [RFC v2 11/15] Make bdrv_discard coroutine only and add bdrv_sync_discard
` [Qemu-devel] [RFC v2 12/15] Make bdrv_flush coroutine only and add bdrv_sync_flush
` [Qemu-devel] [RFC v2 13/15] Introduce a run_handler function in qemu-img.c
` [Qemu-devel] [RFC v2 14/15] Add coroutine annotations for qemu_co_rwlock_rdlock and qemu_co_rwlock_wrlock
` [Qemu-devel] [RFC v2 15/15] Add coroutine_fn annotations to nbd_co_* functions

[Qemu-devel] [PATCH for 1.6 0/2] Fix unassigned memory and I/O access handling
 2013-08-09 17:33 UTC  (4+ messages)
` [Qemu-devel] [PATCH for 1.6 1/2] memory: Provide separate handling of unassigned io ports accesses
` [Qemu-devel] [PATCH for 1.6 2/2] Revert "memory: Return -1 again on reads from unsigned regions"

[Qemu-devel] [PATCH] pc: compat: remove PCLMULQDQ from Westmere on pc-*-1.4 and older
 2013-08-09 17:24 UTC  (4+ messages)
` [Qemu-devel] [PATCH for-1.6] "

[Qemu-devel] [PATCH 00/16 RFC v6] ACPI memory hotplug
 2013-08-09 17:19 UTC  (2+ messages)

[Qemu-devel] [libvirt] [PATCH] qemu: Drop qemuDomainMemoryLimit
 2013-08-09 16:32 UTC  (4+ messages)

[Qemu-devel] [PATCH v5 0/2] hw/arm: add 'virt' platform
 2013-08-09 16:23 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 1/2] hw/arm/boot: Allow boards to provide an fdt blob
` [Qemu-devel] [PATCH v5 2/2] hw/arm: Add 'virt' platform

[Qemu-devel] [PATCH v2 0/4] target-arm: Implement support for generic timers
 2013-08-09 16:18 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] target-arm: Allow raw_read() and raw_write() to handle 64 bit regs
` [Qemu-devel] [PATCH v2 2/4] target-arm: Support coprocessor registers which do I/O
` [Qemu-devel] [PATCH v2 3/4] target-arm: Implement the generic timer
` [Qemu-devel] [PATCH v2 4/4] hw/cpu/a15mpcore: Wire generic timer outputs to GIC inputs

[Qemu-devel] [RFC] [PATCHv8 00/30] aio / timers: Add AioContext timers and use ppoll
 2013-08-09 15:15 UTC  (62+ messages)
` [Qemu-devel] [RFC] [PATCHv8 05/30] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack
` [Qemu-devel] [RFC] [PATCHv8 07/30] aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList
` [Qemu-devel] [RFC] [PATCHv8 09/30] aio / timers: Add QEMUTimerListGroup and helper functions
` [Qemu-devel] [RFC] [PATCHv8 11/30] aio / timers: Add a notify callback to QEMUTimerList
` [Qemu-devel] [RFC] [PATCHv8 12/30] aio / timers: aio_ctx_prepare sets timeout from AioContext timers
` [Qemu-devel] [RFC] [PATCHv8 13/30] aio / timers: Add aio_timer_new wrapper
` [Qemu-devel] [RFC] [PATCHv8 15/30] aio / timers: Convert mainloop to use timeout
` [Qemu-devel] [RFC] [PATCHv8 16/30] aio / timers: On timer modification, qemu_notify or aio_notify
` [Qemu-devel] [RFC] [PATCHv8 23/30] aio / timers: Rearrange timer.h & make legacy functions call non-legacy
` [Qemu-devel] [RFC] [PATCHv8 27/30] aio / timers: Add test harness for AioContext timers
` [Qemu-devel] [RFC] [PATCHv8 28/30] aio / timers: Add scripts/switch-timer-api
` [Qemu-devel] [RFC] [PATCHv8 29/30] aio / timers: Switch entire codebase to the new timer API
` [Qemu-devel] [RFC] [PATCHv8 30/30] aio / timers: Remove legacy interface

[Qemu-devel] Are there plans to achieve ram live Snapshot feature?
 2013-08-09 15:51 UTC  (4+ messages)

[Qemu-devel] [PATCH] pc: drop external DSDT loading
 2013-08-09 15:51 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 for-1.6 0/2] virtio-mmio: fixes to QueueNum, QueueNumMax
 2013-08-09 15:47 UTC  (2+ messages)

[Qemu-devel] [SeaBIOS] [PATCH] acpi: hide 64-bit PCI hole for Windows XP
 2013-08-09 15:49 UTC  (10+ messages)

[Qemu-devel] [PATCH 0/7] Virtio support for endian-curious guests
 2013-08-09 15:15 UTC  (21+ messages)
` [Qemu-devel] [PATCH 1/7] virtio: allow byte swapping for vring and config access

[Qemu-devel] [PATCH v3] pci: Introduce helper to retrieve a PCI device's DMA address space
 2013-08-09 15:09 UTC 

[Qemu-devel] [ceph-users] qemu-1.4.0 and onwards, linux kernel 3.2.x, ceph-RBD, heavy I/O leads to kernel_hung_tasks_timout_secs message and unresponsive qemu-process, [Bug 1207686]
 2013-08-09 15:03 UTC  (7+ messages)

[Qemu-devel] [PATCH] default-configs: Fix A9MP and A15MP config names
 2013-08-09 13:50 UTC 

[Qemu-devel] [PATCH V4 0/5] Continuous Leaky Bucket Throttling
 2013-08-09 12:05 UTC  (2+ messages)
` [Qemu-devel] [PATCH V4 0/5] Continuous Leaky Bucket Throttling*

[Qemu-devel] [PATCH for-next] spapr: Avoid "HOST@0" CPU node name in SLOF device tree for -cpu host
 2013-08-09 11:34 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] pci: Introduce helper to retrieve a PCI device's DMA address space
 2013-08-09 11:30 UTC  (13+ messages)

[Qemu-devel] [PATCH v5 0/8] Implement reference count for BlockDriverState [resend]
 2013-08-09 10:02 UTC  (9+ messages)
` [Qemu-devel] [PATCH v5 1/8] vvfat: use bdrv_new() to allocate BlockDriverState
` [Qemu-devel] [PATCH v5 2/8] iscsi: use bdrv_new() instead of stack structure
` [Qemu-devel] [PATCH v5 3/8] block: implement reference count for BlockDriverState
` [Qemu-devel] [PATCH v5 4/8] block: make bdrv_delete() static
` [Qemu-devel] [PATCH v5 5/8] migration: omit drive ref as we have bdrv_ref now
` [Qemu-devel] [PATCH v5 6/8] xen_disk: simplify blk_disconnect with refcnt
` [Qemu-devel] [PATCH v5 7/8] nbd: use BlockDriverState refcnt
` [Qemu-devel] [PATCH v5 8/8] block: use BDS ref for block jobs

[Qemu-devel] mac -vnc has bug
 2013-08-09  9:53 UTC 

[Qemu-devel] [PATCH v1 0/5] make slirp subsystem self-contained
 2013-08-09  9:32 UTC  (8+ messages)
` [Qemu-devel] [PATCH v1 1/5] util: introduce gsource event abstraction
` [Qemu-devel] [PATCH v1 2/5] slirp: make timeout local

[Qemu-devel] [PATCH] spapr-pci: fix config space access to support bridges
 2013-08-09  8:50 UTC 

[Qemu-devel] [PATCH v6 00/18] aio: drop io_flush()
 2013-08-09  8:31 UTC  (4+ messages)

[Qemu-devel] [PATCH v7 00/18] aio: drop io_flush()
 2013-08-09  8:22 UTC  (19+ messages)
` [Qemu-devel] [PATCH v7 01/18] block: ensure bdrv_drain_all() works during bdrv_delete()
` [Qemu-devel] [PATCH v7 02/18] block: stop relying on io_flush() in bdrv_drain_all()
` [Qemu-devel] [PATCH v7 03/18] dataplane/virtio-blk: check exit conditions before aio_poll()
` [Qemu-devel] [PATCH v7 04/18] tests: adjust test-aio to new aio_poll() semantics
` [Qemu-devel] [PATCH v7 05/18] tests: adjust test-thread-pool "
` [Qemu-devel] [PATCH v7 06/18] aio: stop using .io_flush()
` [Qemu-devel] [PATCH v7 07/18] block/curl: drop curl_aio_flush()
` [Qemu-devel] [PATCH v7 08/18] block/gluster: drop qemu_gluster_aio_flush_cb()
` [Qemu-devel] [PATCH v7 09/18] block/iscsi: drop iscsi_process_flush()
` [Qemu-devel] [PATCH v7 10/18] block/linux-aio: drop qemu_laio_completion_cb()
` [Qemu-devel] [PATCH v7 11/18] block/nbd: drop nbd_have_request()
` [Qemu-devel] [PATCH v7 12/18] block/rbd: drop qemu_rbd_aio_flush_cb()
` [Qemu-devel] [PATCH v7 13/18] block/sheepdog: drop have_co_req() and aio_flush_request()
` [Qemu-devel] [PATCH v7 14/18] block/ssh: drop return_true()
` [Qemu-devel] [PATCH v7 15/18] dataplane/virtio-blk: drop flush_true() and flush_io()
` [Qemu-devel] [PATCH v7 16/18] thread-pool: drop thread_pool_active()
` [Qemu-devel] [PATCH v7 17/18] tests: drop event_active_cb()
` [Qemu-devel] [PATCH v7 18/18] aio: drop io_flush argument

[Qemu-devel] [PATCH V3 for-1.6 0/5] Leaky bucket throttling and features
 2013-08-09  7:09 UTC  (5+ messages)
` [Qemu-devel] [PATCH V3 for-1.6 3/5] block: Add support for throttling burst threshold in QMP and the command line

[Qemu-devel] Question about life cycle of QEMU's stable branches
 2013-08-09  6:55 UTC 

[Qemu-devel] [Bug 1208540] [NEW] RDMSR of register 0x345 (IA32_PERF_CAPABILITIES) fails in guest
 2013-08-09  5:27 UTC  (2+ messages)
` [Qemu-devel] [Bug 1208540] "

[Qemu-devel] 1.7.3.1 release planned
 2013-08-09  3:36 UTC  (2+ messages)

[Qemu-devel] [PATCH v10 00/10] qemu-ga: fsfreeze on Windows using VSS
 2013-08-08 22:35 UTC  (2+ 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).