messages from 2013-08-06 14:45:32 to 2013-08-08 01:32:05 UTC [more...]
[Qemu-devel] RFC: [PATCH 0/5] Explicitly annotating coroutine_fn functions
2013-08-08 1:31 UTC (24+ messages)
` [Qemu-devel] [PATCH 1/5] Add an explanation of when a function should be marked coroutine_fn
` [Qemu-devel] [PATCH 2/5] qemu_coroutine_self should not be marked coroutine_fn as it cannot yield
` [Qemu-devel] [PATCH 3/5] Convert BlockDriver to explicit coroutine annotations
` [Qemu-devel] [PATCH 4/5] Convert block functions to coroutine versions
` [Qemu-devel] [PATCH 5/5] Convert block layer callers' annotations
[Qemu-devel] [PATCH] sheepdog: implement .bdrv_get_allocated_file_size
2013-08-07 23:14 UTC (2+ messages)
` [Qemu-devel] [sheepdog] "
[Qemu-devel] [PATCH v4 0/7] target-i386: add PCLMULQDQ and AES-NI instructions
2013-08-07 22:12 UTC (3+ messages)
` [Qemu-devel] [PATCH v4 3/7] target-i386: enable PCLMULQDQ on Westmere CPU
[Qemu-devel] [RFC V3 0/2] continuous leaky bucket throttling
2013-08-07 21:23 UTC (3+ messages)
[Qemu-devel] [PATCH for 1.6] w32: Add missing version.o to all executables (fix regression)
2013-08-07 21:07 UTC
[Qemu-devel] [PULL] seabios: update to 1.7.3
2013-08-07 20:47 UTC (3+ messages)
` [Qemu-devel] [PATCH] "
[Qemu-devel] [ANNOUNCE] QEMU 1.6.0-rc2 is now available
2013-08-07 20:46 UTC
[Qemu-devel] [PATCH v2] Convert stderr message calling error_get_pretty() to error_report()
2013-08-07 19:09 UTC (2+ messages)
[Qemu-devel] [PATCH v2 0/9] VHDX log replay and write support
2013-08-07 17:21 UTC (10+ messages)
` [Qemu-devel] [PATCH v2 2/9] block: vhdx - add header update capability
` [Qemu-devel] [PATCH v2 4/9] block: vhdx - log support struct and defines
` [Qemu-devel] [PATCH v2 5/9] block: vhdx - break endian translation functions out
[Qemu-devel] [RFC] [PATCHv4 10/13] aio / timers: Convert mainloop to use timeout
2013-08-07 17:20 UTC (32+ messages)
` [Qemu-devel] [RFC] [PATCHv5 00/16] aio / timers: Add AioContext timers and use ppoll
` [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files
` [Qemu-devel] [RFC] [PATCHv6 00/16] aio / timers: Add AioContext timers and use ppoll
` [Qemu-devel] [RFC] [PATCHv6 01/16] aio / timers: add qemu-timer.c utility functions
` [Qemu-devel] [RFC] [PATCHv6 05/16] aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList
` [Qemu-devel] [RFC] [PATCHv6 08/16] aio / timers: Add QEMUTimerListGroup to AioContext
[Qemu-devel] [PATCH for-1.6 0/4] rdma: additional cleanups, proper getaddrinfo() handling
2013-08-07 16:05 UTC (5+ messages)
` [Qemu-devel] [PATCH for-1.6 1/4] rdma: use resp.len after validation in qemu_rdma_registration_stop
` [Qemu-devel] [PATCH for-1.6 2/4] rdma: validate RDMAControlHeader::len
` [Qemu-devel] [PATCH for-1.6 3/4] rdma: check if RDMAControlHeader::len match transferred byte
` [Qemu-devel] [PATCH for-1.6 4/4] rdma: proper getaddrinfo() handling
[Qemu-devel] [RFC] [PATCHv7 00/22] aio / timers: Add AioContext timers and use ppoll
2013-08-07 15:47 UTC (27+ messages)
` [Qemu-devel] [RFC] [PATCHv7 01/22] aio / timers: Add qemu_clock_free and expose qemu_clock_new and clock types
` [Qemu-devel] [RFC] [PATCHv7 02/22] aio / timers: add qemu-timer.c utility functions
` [Qemu-devel] [RFC] [PATCHv7 03/22] aio / timers: Consistent treatment of disabled clocks for deadlines
` [Qemu-devel] [RFC] [PATCHv7 04/22] aio / timers: add ppoll support with qemu_poll_ns
` [Qemu-devel] [RFC] [PATCHv7 05/22] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack
` [Qemu-devel] [RFC] [PATCHv7 06/22] aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress
` [Qemu-devel] [RFC] [PATCHv7 07/22] aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList
` [Qemu-devel] [RFC] [PATCHv7 08/22] aio / timers: Untangle include files
` [Qemu-devel] [RFC] [PATCHv7 09/22] aio / timers: Add QEMUTimerListGroup and helper functions
` [Qemu-devel] [RFC] [PATCHv7 10/22] aio / timers: Add QEMUTimerListGroup to AioContext
` [Qemu-devel] [RFC] [PATCHv7 11/22] aio / timers: Add a notify callback to QEMUTimerList
` [Qemu-devel] [RFC] [PATCHv7 12/22] aio / timers: aio_ctx_prepare sets timeout from AioContext timers
` [Qemu-devel] [RFC] [PATCHv7 13/22] aio / timers: Add aio_timer_new wrapper
` [Qemu-devel] [RFC] [PATCHv7 14/22] aio / timers: Convert aio_poll to use AioContext timers' deadline
` [Qemu-devel] [RFC] [PATCHv7 15/22] aio / timers: Convert mainloop to use timeout
` [Qemu-devel] [RFC] [PATCHv7 16/22] aio / timers: On timer modification, qemu_notify or aio_notify
` [Qemu-devel] [RFC] [PATCHv7 17/22] aio / timers: Introduce new API qemu_timer_new and friends
` [Qemu-devel] [RFC] [PATCHv7 18/22] aio / timers: Use all timerlists in icount warp calculations
` [Qemu-devel] [RFC] [PATCHv7 19/22] aio / timers: Add documentation and new format calls
` [Qemu-devel] [RFC] [PATCHv7 20/22] aio / timers: Remove alarm timers
` [Qemu-devel] [RFC] [PATCHv7 21/22] aio / timers: Add test harness for AioContext timers
` [Qemu-devel] [RFC] [PATCHv7 22/22] aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline
[Qemu-devel] [PATCH v10 00/10] qemu-ga: fsfreeze on Windows using VSS
2013-08-07 15:40 UTC (11+ messages)
` [Qemu-devel] [PATCH v10 01/10] configure: Support configuring C++ compiler
` [Qemu-devel] [PATCH v10 02/10] Add c++ keywords to QAPI helper script
` [Qemu-devel] [PATCH v10 03/10] checkpatch.pl: Check .cpp files
` [Qemu-devel] [PATCH v10 04/10] Add a script to extract VSS SDK headers on POSIX system
` [Qemu-devel] [PATCH v10 05/10] qemu-ga: Add configure options to specify path to Windows/VSS SDK
` [Qemu-devel] [PATCH v10 06/10] error: Add error_set_win32 and error_setg_win32
` [Qemu-devel] [PATCH v10 07/10] qemu-ga: Add Windows VSS provider and requester as DLL
` [Qemu-devel] [PATCH v10 08/10] qemu-ga: Call Windows VSS requester in fsfreeze command handler
` [Qemu-devel] [PATCH v10 09/10] qemu-ga: Install Windows VSS provider on `qemu-ga -s install'
` [Qemu-devel] [PATCH v10 10/10] QMP/qemu-ga-client: Make timeout longer for guest-fsfreeze-freeze command
[Qemu-devel] [PATCH 0/3] rdma: validate remote provided RDMAControlHeader::len
2013-08-07 15:02 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/3] rdma: use resp.len after validation in qemu_rdma_registration_stop
` [Qemu-devel] [PATCH 2/3] rdma: validate RDMAControlHeader::len
` [Qemu-devel] [PATCH 3/3] rdma: check if RDMAControlHeader::len match transferred byte
[Qemu-devel] [PATCH v3 For-1.6 0/7] rdma: bugfixes, cleanups, IPv6 support
2013-08-07 14:53 UTC (8+ messages)
` [Qemu-devel] [PATCH v3 For-1.6 1/7] rdma: bugfix: make IPv6 support work
` [Qemu-devel] [PATCH v3 For-1.6 2/7] rdma: forgot to turn off the debugging flag
` [Qemu-devel] [PATCH v3 For-1.6 3/7] rdma: correct newlines in error statements
[Qemu-devel] [Bug 1209180] [NEW] hw/usb/core.c:415: usb_handle_packet: Assertion `p->ep->type != 3 || (dev->flags & (1 << USB_DEV_FLAG_IS_HOST))' failed
2013-08-07 14:26 UTC (2+ messages)
` [Qemu-devel] [Bug 1209180] "
[Qemu-devel] [PATCH 0/6 v2] xics: reworks and in-kernel support
2013-08-07 14:22 UTC (14+ messages)
` [Qemu-devel] [PATCH 5/6] xics: split to xics and xics-common
` [Qemu-devel] [PATCH 6/6] xics-kvm: Support for in-kernel XICS interrupt controller
[Qemu-devel] [PATCH 00/16 RFC v6] ACPI memory hotplug
2013-08-07 14:14 UTC (3+ messages)
[Qemu-devel] Using virtio-mmio
2013-08-07 13:38 UTC (10+ messages)
[Qemu-devel] [PATCH 0/5] 64bit PowerPC little endian support
2013-08-07 12:47 UTC (14+ messages)
` [Qemu-devel] [PATCH 1/5] target-ppc: POWER7 supports the MSR_LE bit
` [Qemu-devel] [PATCH 2/5] target-ppc: USE LPCR_ILE to control exception endian on POWER7
` [Qemu-devel] [PATCH 3/5] pseries: Add H_SET_MODE hcall to change guest exception endianness
` [Qemu-devel] [PATCH 4/5] disas/ppc.c: Fix little endian disassembly
` [Qemu-devel] [PATCH 5/5] pseries: Fix loading of little endian kernels
[Qemu-devel] [PATCH 0/8 v3] vfio on power: preparations for VFIO, guest IOMMUs and VFIO itself
2013-08-07 10:27 UTC (10+ messages)
` [Qemu-devel] [PATCH 1/8] pci: Introduce helper to retrieve a PCI device's DMA address space
` [Qemu-devel] [PATCH 2/8] memory: Sanity check that no listeners remain on a destroyed AddressSpace
` [Qemu-devel] [PATCH 3/8] vfio: Introduce VFIO address spaces
` [Qemu-devel] [PATCH 4/8] vfio: Create VFIOAddressSpace objects as needed
` [Qemu-devel] [PATCH 5/8] vfio: Add guest side IOMMU support
` [Qemu-devel] [PATCH 6/8] spapr vfio: add vfio_container_spapr_get_info()
` [Qemu-devel] [PATCH 7/8] spapr vfio: add spapr-pci-vfio-host-bridge to support vfio
` [Qemu-devel] [PATCH 8/8] spapr vfio: enable for spapr
[Qemu-devel] [PATCH for-1.6? v2 00/21] qtest: Test all targets
2013-08-07 10:13 UTC (9+ messages)
` [Qemu-devel] [PATCH for-1.6? v2 01/21] mips_mipssim: Silence BIOS loading warning for qtest
` [Qemu-devel] [PATCH for-1.6? v2 14/21] milkymist: Suppress -kernel/-bios/-drive error "
` [Qemu-devel] [PATCH for-1.6? v2 18/21] shix: Drop debug output
` [Qemu-devel] [PATCH for-1.6? v2 19/21] shix: Don't require firmware presence for qtest
[Qemu-devel] [PATCH 0/2 v4] kvm irqfd: support msimessage to irq translation in PHB
2013-08-07 8:51 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] "
` [Qemu-devel] [PATCH 2/2] pseries: enable irqfd for pci
[Qemu-devel] [PATCH] Moving alarm_timer assignment before atexit()
2013-08-07 8:17 UTC (4+ messages)
[Qemu-devel] [SeaBIOS] [PATCH] don't expose pvpanic device in the UI
2013-08-07 8:17 UTC (18+ messages)
[Qemu-devel] [PATCH] powerpc iommu: enable multiple TCE requests
2013-08-07 8:08 UTC
[Qemu-devel] [PATCH] block: Produce zeros when protocols reading beyond end of file
2013-08-07 8:04 UTC (5+ messages)
` [Qemu-devel] [PATCH v2] "
[Qemu-devel] [PATCH for-1.6] qemu-timer: fix get_clock() gettimeofday() fallback #ifdef
2013-08-07 7:53 UTC (3+ messages)
[Qemu-devel] [PATCH] Bugfix for loading multiboot kernels
2013-08-07 7:44 UTC (2+ messages)
` [Qemu-devel] [PATCH for-1.6] "
[Qemu-devel] [PATCH v6 00/18] aio: drop io_flush()
2013-08-07 7:42 UTC (8+ messages)
` [Qemu-devel] [PATCH v6 01/18] block: ensure bdrv_drain_all() works during bdrv_delete()
[Qemu-devel] [PATCH for-next v2 00/22] QOM realize for virtio
2013-08-07 6:38 UTC (14+ messages)
` [Qemu-devel] [PATCH for-next v2 01/22] object: Add OBJECT_GET_PARENT_CLASS() macro
[Qemu-devel] vm performance degradation after kvm live migration or save-restore with ETP enabled
2013-08-07 5:52 UTC (13+ messages)
` [Qemu-devel] vm performance degradation after kvm live migration or save-restore with EPT enabled
[Qemu-devel] [Patch] Fix typo in qom/object.h
2013-08-07 5:49 UTC
[Qemu-devel] [PATCH 0/4]: timers thread-safe stuff
2013-08-07 5:46 UTC (4+ messages)
` [Qemu-devel] [PATCH 2/4] timer: protect timers_state's clock with seqlock
[Qemu-devel] [Bug 1204697] [NEW] guest disk accesses lead to ATA errors + host vcpu0 unhandled wrmsr/rdmsr
2013-08-07 5:21 UTC (3+ messages)
` [Qemu-devel] [Bug 1204697] "
[Qemu-devel] [PATCH V7 0/8] add internal snapshot support at block device level
2013-08-07 3:00 UTC (9+ messages)
` [Qemu-devel] [PATCH V7 1/8] snapshot: new function bdrv_snapshot_find_by_id_and_name()
` [Qemu-devel] [PATCH V7 2/8] snapshot: distinguish id and name in snapshot delete
` [Qemu-devel] [PATCH V7 3/8] qmp: add internal snapshot support in qmp_transaction
` [Qemu-devel] [PATCH V7 4/8] qmp: add interface blockdev-snapshot-internal-sync
` [Qemu-devel] [PATCH V7 5/8] qmp: add interface blockdev-snapshot-delete-internal-sync
` [Qemu-devel] [PATCH V7 6/8] hmp: add interface hmp_snapshot_blkdev_internal
` [Qemu-devel] [PATCH V7 7/8] hmp: add interface hmp_snapshot_delete_blkdev_internal
` [Qemu-devel] [PATCH V7 8/8] qemu-iotests: add 057 internal snapshot for block device test case
[Qemu-devel] [PATCH V6 0/8] add internal snapshot support at block device level
2013-08-07 3:01 UTC (3+ messages)
[Qemu-devel] [Patch] Fix typo in qom/object.h
2013-08-07 2:33 UTC
[Qemu-devel] [Patch] ARM: Add an L2 cache controller to KZM
2013-08-07 2:21 UTC (6+ messages)
[Qemu-devel] [PATCH v3 for-qmp-1.6 0/4] dump-guest-memory: correct the vmcores
2013-08-06 21:20 UTC (4+ messages)
[Qemu-devel] [Bug 1208944] [NEW] -kernel option broken for some multiboot kernels
2013-08-06 19:02 UTC (2+ messages)
` [Qemu-devel] [Bug 1208944] "
[Qemu-devel] [PULL for-1.6 0/1] QOM CPUState patch queue 2013-08-06
2013-08-06 19:00 UTC (2+ messages)
` [Qemu-devel] [PULL 1/1] target-i386: Fix X86CPU error handling
[Qemu-devel] [PATCH] audio/mixeng_template.h: fix inline declaration
2013-08-06 18:45 UTC
[Qemu-devel] [PATCH v3] target-mips: fix decoding of microMIPS POOL32Axf instructions
2013-08-06 17:04 UTC (2+ messages)
[Qemu-devel] [PATCH] KVM: always use MADV_DONTFORK
2013-08-06 17:06 UTC (6+ messages)
` [Qemu-devel] PING for-1.6 "
[Qemu-devel] KVM call minutes for 2013-08-06
2013-08-06 17:01 UTC (3+ messages)
[Qemu-devel] Call for agenda for 2013-08-20
2013-08-06 15:24 UTC
[Qemu-devel] [PULL 00/14] Block fixes for 1.6
2013-08-06 14:39 UTC (2+ messages)
` [Qemu-devel] [PULL 10/14] vmdk: check granularity field in opening
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).