messages from 2013-07-23 08:31:28 to 2013-07-23 17:19:37 UTC [more...]
[Qemu-devel] [PULL 0/3] migration queue
2013-07-23 17:16 UTC
[Qemu-devel] [PATCH] watchdog: Remove break after exit
2013-07-23 17:19 UTC (3+ messages)
` [Qemu-devel] [Qemu-trivial] "
[Qemu-devel] [PATCH] linux-user: correct argument number for sys_mremap and sys_splice
2013-07-23 17:18 UTC (2+ messages)
` [Qemu-devel] [Qemu-trivial] "
[Qemu-devel] [PATCH] exec: Remove env from list of poisoned names
2013-07-23 17:12 UTC (2+ messages)
` [Qemu-devel] [Qemu-trivial] "
[Qemu-devel] [PATCH 00/16 RFC v6] ACPI memory hotplug
2013-07-23 17:11 UTC (19+ messages)
` [Qemu-devel] [PATCH 01/16] pc: use pci_hole64 info consistently
` [Qemu-devel] [PATCH 02/16] vl: set default ram_size during variable initialization
` [Qemu-devel] [PATCH 03/16] vl: convert -m to qemu_opts_parse()
` [Qemu-devel] [PATCH 04/16] qapi: make visit_type_size fallback to type_int
` [Qemu-devel] [PATCH 05/16] qdev: Add SIZE type to qdev properties
` [Qemu-devel] [PATCH 06/16] dimm: implement dimm device abstraction
` [Qemu-devel] [PATCH 07/16] dimm: map DimmDevice into DimBus provided address space
` [Qemu-devel] [PATCH 08/16] pc: piix: make hotplug memory gap in high memory
` [Qemu-devel] [PATCH 09/16] pc: i440fx: add DimmBus to chipset and map it into hotplug memory region
` [Qemu-devel] [PATCH 10/16] dimm: add busy slot check and slot auto-allocation
` [Qemu-devel] [PATCH 11/16] dimm: add busy address check and address auto-allocation
` [Qemu-devel] [PATCH 12/16] dimm: introduce memory added notifier
` [Qemu-devel] [PATCH 13/16] acpi/piix4: introduce memory hot-plug interface QEMU<->ACPI BIOS
` [Qemu-devel] [PATCH 14/16] pc: ACPI BIOS: implement memory hotplug interface
` [Qemu-devel] [PATCH 15/16] pc: update acpi-dsdt.hex.generated and add ssdt-mem.hex.generated
` [Qemu-devel] [PATCH 16/16] pc: ACPI BIOS: reserve SRAT entry for hotplug mem hole
[Qemu-devel] [PATCH] hw/9pfs: Fix potential memory leak and avoid reuse of freed memory
2013-07-23 17:09 UTC (4+ messages)
` [Qemu-devel] [Qemu-trivial] "
[Qemu-devel] KVM call agenda for 2013-08-06
2013-07-23 16:31 UTC
[Qemu-devel] QCOW2 cryptography and secure key handling
2013-07-23 15:57 UTC (8+ messages)
[Qemu-devel] KVM call minutes for 2013-07-23
2013-07-23 16:29 UTC
[Qemu-devel] [PATCH V3 for-1.6 0/5] Leaky bucket throttling and features
2013-07-23 16:29 UTC (6+ messages)
` [Qemu-devel] [PATCH V3 for-1.6 1/5] block: Repair the throttling code
` [Qemu-devel] [PATCH V3 for-1.6 2/5] block: Modify the throttling code to implement the leaky bucket algorithm
` [Qemu-devel] [PATCH V3 for-1.6 3/5] block: Add support for throttling burst threshold in QMP and the command line
` [Qemu-devel] [PATCH V3 for-1.6 4/5] block: Add iops_sector_count to do the iops accounting for a given io size
` [Qemu-devel] [PATCH V3 for-1.6 5/5] block: Add throttling percentage metrics
[Qemu-devel] [libvirt] [PATCH 6/7] qemu: Probe QEMU binary for host CPU
2013-07-23 16:27 UTC
[Qemu-devel] [qom-cpu PATCH 0/2] i386: disable PMU passthrough mode by default
2013-07-23 16:23 UTC (9+ messages)
` [Qemu-devel] [qom-cpu PATCH 2/2] "
[Qemu-devel] [PULL 00/21] Linux-user updates
2013-07-23 15:49 UTC (22+ messages)
` [Qemu-devel] [PULL 01/21] configure: Flip default of target_nptl
` [Qemu-devel] [PULL 02/21] configure: Don't say target_nptl="no" if there is no linux-user target
` [Qemu-devel] [PULL 03/21] configure: Enable threading on all ppc and mips linux-user targets
` [Qemu-devel] [PULL 04/21] configure: Enable threading for unicore32-linux-user
` [Qemu-devel] [PULL 05/21] linux-user: Move includes of target-specific headers to end of qemu.h
` [Qemu-devel] [PULL 06/21] linux-user: Enable NPTL for OpenRISC
` [Qemu-devel] [PULL 07/21] linux-user: Enable NPTL for SPARC targets
` [Qemu-devel] [PULL 08/21] linux-user: Enable NPTL for m68k
` [Qemu-devel] [PULL 09/21] linux-user: Add missing 'break' in i386 get_thread_area syscall
` [Qemu-devel] [PULL 10/21] linux-user: Clean up handling of clone() argument order
` [Qemu-devel] [PULL 11/21] linux-user: Add i386 TLS setter
` [Qemu-devel] [PULL 12/21] linux-user: Enable NPTL for x86-64
` [Qemu-devel] [PULL 13/21] configure: Make NPTL non-optional
` [Qemu-devel] [PULL 14/21] linux-user: Avoid conditional cpu_reset()
` [Qemu-devel] [PULL 15/21] linux-user: Fix target_stat and target_stat64 for OpenRISC
` [Qemu-devel] [PULL 16/21] linux-user: Fix pipe syscall return for SPARC
` [Qemu-devel] [PULL 17/21] linux-user: fix segmentation fault passing with h2g(x) != x
` [Qemu-devel] [PULL 18/21] linux-user: Fix epoll on ARM hosts
` [Qemu-devel] [PULL 19/21] linux-user: Reset copied CPUs in cpu_copy() always
` [Qemu-devel] [PULL 20/21] linux-user: Unlock mmap_lock when resuming guest from page_unprotect
` [Qemu-devel] [PULL 21/21] linux-user: Handle compressed ISA encodings when processing MIPS exceptions
[Qemu-devel] [PATCH V2 for-1.6 0/5] Leaky bucket throttling and features
2013-07-23 15:20 UTC (10+ messages)
` [Qemu-devel] [PATCH V2 for-1.6 1/5] block: Repair the throttling code
` [Qemu-devel] [PATCH V2 for-1.6 2/5] block: Modify the throttling code to implement the leaky bucket algorithm
` [Qemu-devel] [PATCH V2 for-1.6 3/5] block: Add support for throttling burst threshold in QMP and the command line
` [Qemu-devel] [PATCH V2 for-1.6 4/5] block: Add iops_sector_count to do the iops accounting for a given io size
` [Qemu-devel] [PATCH V2 for-1.6 5/5] block: Add throttling percentage metrics
[Qemu-devel] [PATCH v3] linux-user: Handle compressed ISA encodings when processing MIPS exceptions
2013-07-23 14:56 UTC (2+ messages)
[Qemu-devel] KVM Forum 2013 Call for Participation - Extended to August 4th
2013-07-23 14:52 UTC
[Qemu-devel] Question on aio_poll
2013-07-23 14:46 UTC (3+ messages)
[Qemu-devel] [PULL 00/11] migration queue
2013-07-23 14:45 UTC
[Qemu-devel] [PATCH v2 00/11] pseries: migration and QOM support
2013-07-23 14:38 UTC (2+ messages)
[Qemu-devel] [PATCH 0/9] Add platform bus
2013-07-23 14:28 UTC (10+ messages)
[Qemu-devel] [RFC 0/8] arm AioContext with its own timer stuff
2013-07-23 14:22 UTC (12+ messages)
` [Qemu-devel] [RFC 6/8] timer: run timers on aio_poll
[Qemu-devel] RFC [PATCH] Make bdrv_flush synchronous only and update callers
2013-07-23 14:00 UTC (7+ messages)
[Qemu-devel] [PATCH] seccomp: add additional asynchronous I/O syscalls
2013-07-23 13:57 UTC (2+ messages)
[Qemu-devel] [PATCH] seccomp: add arch_prctl() to the syscall whitelist
2013-07-23 13:57 UTC (2+ messages)
[Qemu-devel] KVM call agenda for 2013-07-30
2013-07-23 13:51 UTC (5+ messages)
[Qemu-devel] [PATCH v3 RESEND] libxl: Spice vdagent support for upstream qemu
2013-07-23 13:42 UTC
[Qemu-devel] [PATCH 0/3] dataplane: virtio-blk live migration with x-data-plane=on
2013-07-23 13:39 UTC (4+ messages)
` [Qemu-devel] [PATCH 3/3] dataplane: enable virtio-blk x-data-plane=on live migration
[Qemu-devel] [PATCH v2 00/11] Point-in-time snapshot exporting over NBD
2013-07-23 13:34 UTC (18+ messages)
` [Qemu-devel] [PATCH v2 01/11] block: replace in_use with refcnt_soft and refcnt_hard
` [Qemu-devel] [PATCH v2 04/11] block: use refcnt for device attach/detach
` [Qemu-devel] [PATCH v2 05/11] migration: omit drive ref as we have bdrv_ref now
` [Qemu-devel] [PATCH v2 06/11] xen_disk: simplify blk_disconnect with refcnt
` [Qemu-devel] [PATCH v2 07/11] block: hold hard reference for backup/mirror target
` [Qemu-devel] [PATCH v2 11/11] qmp: add command 'blockdev-backup'
[Qemu-devel] [PATCH v2 0/3] dataplane: virtio-blk live migration with x-data-plane=on
2013-07-23 13:26 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] migration: notify migration state before starting thread
` [Qemu-devel] [PATCH v2 2/3] dataplane: enable virtio-blk x-data-plane=on live migration
` [Qemu-devel] [PATCH v2 3/3] dataplane: refuse to start if device is already in use
[Qemu-devel] [PATCH 0/3] dataplane: virtio-blk live migration with x-data-plane=on
2013-07-23 13:20 UTC (7+ messages)
[Qemu-devel] Introducing Virgil - 3D virtual GPU for qemu
2013-07-23 13:11 UTC (2+ messages)
` [Qemu-devel] [Mesa-dev] "
[Qemu-devel] [PATCH 00/18] 'blockdev-add' QMP command
2013-07-23 13:03 UTC (19+ messages)
` [Qemu-devel] [PATCH 01/18] qapi-types.py: Split off generate_struct_fields()
` [Qemu-devel] [PATCH 02/18] qapi-types.py: Implement 'base' for unions
` [Qemu-devel] [PATCH 03/18] qapi-visit.py: Split off generate_visit_struct_fields()
` [Qemu-devel] [PATCH 04/18] qapi-visit.py: Implement 'base' for unions
` [Qemu-devel] [PATCH 05/18] docs: Document QAPI union types
` [Qemu-devel] [PATCH 06/18] qapi: Add visitor for implicit structs
` [Qemu-devel] [PATCH 07/18] qapi: Flat unions with arbitrary discriminator
` [Qemu-devel] [PATCH 08/18] qapi: Add consume argument to qmp_input_get_object()
` [Qemu-devel] [PATCH 09/18] qapi.py: Maintain a list of union types
` [Qemu-devel] [PATCH 10/18] qapi: Anonymous unions
` [Qemu-devel] [PATCH 11/18] block: Allow "driver" option on the top level
` [Qemu-devel] [PATCH 12/18] QemuOpts: Add qemu_opt_unset()
` [Qemu-devel] [PATCH 13/18] blockdev: Rename I/O throttling options for QMP
` [Qemu-devel] [PATCH 14/18] qcow2: Use dashes instead of underscores in options
` [Qemu-devel] [PATCH 15/18] blockdev: Rename 'readonly' option to 'read-only'
` [Qemu-devel] [PATCH 16/18] blockdev: Split up 'cache' option
` [Qemu-devel] [PATCH 17/18] Implement qdict_flatten()
` [Qemu-devel] [PATCH 18/18] blockdev: 'blockdev-add' QMP command
[Qemu-devel] [PATCH v2 1/2] ps2: add support of auto-repeat
2013-07-23 12:43 UTC (6+ messages)
[Qemu-devel] [PATCH RFC qom-next 0/4] QOM'ification of pci-bridge types
2013-07-23 12:35 UTC (11+ messages)
` [Qemu-devel] [PATCH RFC qom-next 4/4] pcie_port: Turn PCIEPort and PCIESlot into abstract QOM types
[Qemu-devel] APM regression since v1.3.0-408-g9ee59f3
2013-07-23 12:31 UTC (2+ messages)
[Qemu-devel] [PATCH] gluster: Add image resize support
2013-07-23 12:23 UTC (2+ messages)
[Qemu-devel] [RFC PATCH v1 0/3] pkg-config and discard support for gluster driver
2013-07-23 12:14 UTC (7+ messages)
` [Qemu-devel] [RFC PATCH v1 1/2] gluster: Use pkg-config to configure GlusterFS block driver
[Qemu-devel] [PATCH v2] spice: fix display initialization
2013-07-23 11:55 UTC
[Qemu-devel] [PATCH V6 0/3] Implement sync modes for drive-backup
2013-07-23 11:53 UTC (2+ messages)
[Qemu-devel] [PATCH 0/7] s390 fixes
2013-07-23 11:48 UTC (2+ messages)
[Qemu-devel] [Question] why x2apic's set by default without host support(on Nehalem CPU)
2013-07-23 11:27 UTC (4+ messages)
[Qemu-devel] [PATCH 00/11] sheepdog: reconnect server after connection failure
2013-07-23 11:36 UTC (13+ messages)
` [Qemu-devel] [PATCH 01/11] ignore SIGPIPE in qemu-img and qemu-io
` [Qemu-devel] [PATCH for-1.6 "
` [Qemu-devel] [PATCH 02/11] iov: handle EOF in iov_send_recv
` [Qemu-devel] [PATCH 03/11] qemu-sockets: make wait_for_connect be invoked in qemu_aio_wait
` [Qemu-devel] [PATCH 05/11] sheepdog: check return values of qemu_co_recv/send correctly
` [Qemu-devel] [PATCH 07/11] sheepdog: reload inode outside of resend_aioreq
` [Qemu-devel] [PATCH 08/11] coroutine: add co_aio_sleep_ns() to allow sleep in block drivers
` [Qemu-devel] [PATCH 09/11] sheepdog: try to reconnect to sheepdog after network error
` [Qemu-devel] [PATCH 10/11] sheepdog: make add_aio_request and send_aioreq void functions
` [Qemu-devel] [PATCH 11/11] sheepdog: cancel aio requests if possible
[Qemu-devel] [RFC PATCH] vga: Start supporting resolution not multiple of 16 correctly
2013-07-23 11:28 UTC (5+ messages)
[Qemu-devel] [PATCH 0/2] block: allow commit active as top
2013-07-23 11:13 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/2] block: allow live commit of active image
[Qemu-devel] [sheepdog] [PATCH 00/11] sheepdog: reconnect server after connection failure
2013-07-23 11:08 UTC
[Qemu-devel] [PULL 0/3] OpenRISC patch queue
2013-07-23 10:47 UTC (4+ messages)
` [Qemu-devel] [PULL 1/3] hw/openrisc: Indent typo
` [Qemu-devel] [PULL 2/3] hw/openrisc: Use stderr output instead of qemu_log
` [Qemu-devel] [PULL 3/3] target-openrisc: Free typename in openrisc_cpu_class_by_name
[Qemu-devel] [PATCH qom-cpu v3 00/41] QOM CPUState, part 11: GDB stub
2013-07-23 10:32 UTC (2+ messages)
[Qemu-devel] [PATCH v2 0/7] AARCH64 support on machvirt machine model using KVM
2013-07-23 10:06 UTC (11+ messages)
` [Qemu-devel] [PATCH v2 1/7] AARCH64: Add A57 CPU to default AArch64 configuration and enable KVM
` [Qemu-devel] [PATCH v2 2/7] Add the additional parent parameter to memory region init calls
` [Qemu-devel] [PATCH v2 3/7] AARCH64: Add aarch64 CPU initialization, get and put registers support
` [Qemu-devel] [PATCH v2 4/7] AARCH64: Add boot support for aarch64 processor
` [Qemu-devel] [PATCH v2 5/7] AARCH64: Disable the non-aarch64 specific reset code
` [Qemu-devel] [PATCH v2 6/7] AARCH64: Add SMP support for aarch64 processors
` [Qemu-devel] [PATCH v2 7/7] AARCH64: Use the spin-table method for booting secondary processors in machvirt
[Qemu-devel] [PATCH 00/28] Memory API for 1.6: fix I/O port endianness mess
2013-07-23 9:30 UTC (7+ messages)
[Qemu-devel] [PATCH qom-cpu] HACKING: Document vaddr type usage
2013-07-23 9:14 UTC (4+ messages)
[Qemu-devel] Emulating mips
2013-07-23 9:06 UTC (2+ messages)
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).