qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-09 11:30:56 to 2013-08-11 15:11:36 UTC [more...]

[Qemu-devel] [PATCH for-1.6 V2 0/2] pvpanic: Separate pvpanic from machine type
 2013-08-11 15:10 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-1.6 V2 1/2] hw/misc: don't create pvpanic device by default
` [Qemu-devel] [PATCH for-1.6 V2 2/2] hw/misc: make pvpanic known to user

[Qemu-devel] peculiar make check problems: tests/libqtest.c
 2013-08-11 14:52 UTC  (3+ messages)

[Qemu-devel] [Bug 1210212] [NEW] qemu core dumps with -serial mon:vc
 2013-08-11 14:35 UTC  (2+ messages)
` [Qemu-devel] [Bug 1210212] "

[Qemu-devel] pvpanic device should not be automatically included as an internal device
 2013-08-11 14:45 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-1.6 1/2] don't create pvpanic device by default

[Qemu-devel] [PATCH v3] pci: Introduce helper to retrieve a PCI device's DMA address space
 2013-08-11 14:36 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 for-1.6 0/2] virtio-mmio: fixes to QueueNum, QueueNumMax
 2013-08-11 13:47 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 for-1.6 1/2] hw/virtio/virtio: Don't allow guests to add/remove queues
` [Qemu-devel] [PATCH v2 for-1.6 2/2] hw/virtio/virtio-mmio: Make QueueNumMax read 0 for unavailable queues

[Qemu-devel] [PATCH v2] virtio-serial: Do not notify virtqueue if no element was pushed back
 2013-08-11 13:25 UTC 

[Qemu-devel] [Bug 1087114] [NEW] assertion "QLIST_EMPTY(&bs->tracked_requests)" failed
 2013-08-11 12:30 UTC  (2+ messages)
` [Qemu-devel] [Bug 1087114] "

[Qemu-devel] [VAC] mjt is at vacation
 2013-08-11 10:27 UTC 

[Qemu-devel] [PATCH 0/2] Disassembly with external objdump
 2013-08-11  8:59 UTC  (13+ messages)
` [Qemu-devel] [PATCH 1/2] disas: Implement fallback to dump object code as hex
` [Qemu-devel] [PATCH 2/2] disas: Add disas-objdump.pl

[Qemu-devel] [RFC] [PATCHv8 00/30] aio / timers: Add AioContext timers and use ppoll
 2013-08-11  8:29 UTC  (55+ 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 23/30] aio / timers: Rearrange timer.h & make legacy functions call non-legacy
` [Qemu-devel] [RFC] [PATCHv8 28/30] aio / timers: Add scripts/switch-timer-api

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

[Qemu-devel] [RFC] [PATCHv9 00/31] aio / timers: Add AioContext timers and use ppoll
 2013-08-10 12:26 UTC  (34+ messages)
` [Qemu-devel] [RFC] [PATCHv9 01/31] aio / timers: Rename qemu_timer_* functions
` [Qemu-devel] [RFC] [PATCHv9 02/31] aio / timers: Rename qemu_new_clock and expose clock types
` [Qemu-devel] [RFC] [PATCHv9 03/31] aio / timers: add qemu-timer.c utility functions
` [Qemu-devel] [RFC] [PATCHv9 04/31] aio / timers: Consistent treatment of disabled clocks for deadlines
` [Qemu-devel] [RFC] [PATCHv9 05/31] aio / timers: add ppoll support with qemu_poll_ns
` [Qemu-devel] [RFC] [PATCHv9 06/31] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack
` [Qemu-devel] [RFC] [PATCHv9 07/31] aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress
` [Qemu-devel] [RFC] [PATCHv9 08/31] aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList
` [Qemu-devel] [RFC] [PATCHv9 09/31] aio / timers: Untangle include files
` [Qemu-devel] [RFC] [PATCHv9 10/31] aio / timers: Add QEMUTimerListGroup and helper functions
` [Qemu-devel] [RFC] [PATCHv9 11/31] aio / timers: Add QEMUTimerListGroup to AioContext
` [Qemu-devel] [RFC] [PATCHv9 12/31] aio / timers: Add a notify callback to QEMUTimerList
` [Qemu-devel] [RFC] [PATCHv9 13/31] aio / timers: aio_ctx_prepare sets timeout from AioContext timers
` [Qemu-devel] [RFC] [PATCHv9 14/31] aio / timers: Add aio_timer_init & aio_timer_new wrappers
` [Qemu-devel] [RFC] [PATCHv9 15/31] aio / timers: Convert aio_poll to use AioContext timers' deadline
` [Qemu-devel] [RFC] [PATCHv9 16/31] aio / timers: Convert mainloop to use timeout
` [Qemu-devel] [RFC] [PATCHv9 17/31] aio / timers: On timer modification, qemu_notify or aio_notify
` [Qemu-devel] [RFC] [PATCHv9 18/31] aio / timers: Introduce new API timer_new and friends
` [Qemu-devel] [RFC] [PATCHv9 19/31] aio / timers: Use all timerlists in icount warp calculations
` [Qemu-devel] [RFC] [PATCHv9 20/31] aio / timers: Add documentation and new format calls
` [Qemu-devel] [RFC] [PATCHv9 21/31] aio / timers: Remove alarm timers
` [Qemu-devel] [RFC] [PATCHv9 22/31] aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline
` [Qemu-devel] [RFC] [PATCHv9 23/31] aio / timers: Add qemu_clock_get_ms and qemu_clock_get_ms
` [Qemu-devel] [RFC] [PATCHv9 24/31] aio / timers: Rearrange timer.h & make legacy functions call non-legacy
` [Qemu-devel] [RFC] [PATCHv9 25/31] aio / timers: Remove main_loop_timerlist
` [Qemu-devel] [RFC] [PATCHv9 26/31] aio / timers: Convert rtc_clock to be a QEMUClockType
` [Qemu-devel] [RFC] [PATCHv9 27/31] aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API
` [Qemu-devel] [RFC] [PATCHv9 28/31] aio / timers: Add test harness for AioContext timers
` [Qemu-devel] [RFC] [PATCHv9 29/31] aio / timers: Add scripts/switch-timer-api
` [Qemu-devel] [RFC] [PATCHv9 30/31] aio / timers: Switch entire codebase to the new timer API
` [Qemu-devel] [RFC] [PATCHv9 31/31] aio / timers: Remove legacy interface

[Qemu-devel] [RFC] [PATCHv2] aio / timers pt2: Replace main_loop_tlg with qemu_dummy_timer_ctx
 2013-08-10 11:21 UTC 

[Qemu-devel] [RFC] [PATCH] aio / timers pt2: Replace main_loop_tlg with qemu_dummy_timer_ctx
 2013-08-10 10:54 UTC 

[Qemu-devel] [RFC] Convert AioContext to Gsource sub classes
 2013-08-10 10:15 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 0/2] hw/arm: add 'virt' platform
 2013-08-10  9:14 UTC  (5+ 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/7] AARCH64 support on machvirt machine model using KVM
 2013-08-10  9:10 UTC  (8+ 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] [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-10  7:30 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 for-1.6 0/6] rdma: uh oh! IPv6 broken in linux - need workaround
 2013-08-09 20:36 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 for-1.6 1/6] rdma: use resp.len after validation in qemu_rdma_registration_stop
` [Qemu-devel] [PATCH v2 for-1.6 2/6] rdma: validate RDMAControlHeader::len
` [Qemu-devel] [PATCH v2 for-1.6 3/6] rdma: check if RDMAControlHeader::len match transferred byte
` [Qemu-devel] [PATCH v2 for-1.6 4/6] rdma: proper getaddrinfo() handling
` [Qemu-devel] [PATCH v2 for-1.6 5/6] rdma: IPv6 over Ethernet (RoCE) is broken in linux - workaround
` [Qemu-devel] [PATCH v2 for-1.6 6/6] rdma: remaining documentation fixes

[Qemu-devel] -cpu host (was Re: KVM call minutes for 2013-08-06)
 2013-08-09 20:07 UTC  (9+ messages)

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

[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  (10+ 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).