qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-11 12:18:02 to 2013-07-13 07:40:18 UTC [more...]

[Qemu-devel] [PATCH 0/8] linux-user: enable NPTL on everything but x86
 2013-07-13  7:40 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/8] configure: Flip default of target_nptl
` [Qemu-devel] [PATCH 2/8] configure: Don't say target_nptl="no" if there is no linux-user target
` [Qemu-devel] [PATCH 3/8] configure: Enable threading on all ppc and mips linux-user targets
` [Qemu-devel] [PATCH 4/8] configure: Enable threading for unicore32-linux-user
` [Qemu-devel] [PATCH 5/8] linux-user: Move includes of target-specific headers to end of qemu.h
` [Qemu-devel] [PATCH 6/8] linux-user: Enable NPTL for OpenRISC
` [Qemu-devel] [PATCH 7/8] linux-user: Enable NPTL for SPARC targets
` [Qemu-devel] [PATCH 8/8] linux-user: Enable NPTL for m68k

[Qemu-devel] [PATCH v3 00/14] Refactor portio dispatching
 2013-07-12 23:49 UTC  (27+ messages)
` [Qemu-devel] [PATCH v3 11/14] ioport: Switch dispatching to memory core layer
                ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v4] libxl: usb2 and usb3 controller support for upstream qemu
 2013-07-12 22:12 UTC  (3+ messages)
` [Qemu-devel] [Xen-devel] "

[Qemu-devel] [PATCH] qapi: qapi-commands: fix possible leaks on visitor dealloc
 2013-07-12 21:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/8] Add virtio-mmio and use it in vexpress
 2013-07-12 20:37 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 1/8] device_tree: Add qemu_devtree_setprop_sized_cells() utility functions
` [Qemu-devel] [PATCH v2 2/8] arm/boot: Use qemu_devtree_setprop_sized_cells()
` [Qemu-devel] [PATCH v2 3/8] virtio: Add support for guest setting of queue size
` [Qemu-devel] [PATCH v2 4/8] virtio: Support transports which can specify the vring alignment
` [Qemu-devel] [PATCH v2 5/8] virtio: Implement MMIO based virtio transport
` [Qemu-devel] [PATCH v2 6/8] arm/boot: Allow boards to modify the FDT blob
` [Qemu-devel] [PATCH v2 7/8] vexpress: Make VEDBoardInfo extend arm_boot_info
` [Qemu-devel] [PATCH v2 8/8] vexpress: Add virtio-mmio transports

[Qemu-devel] [PULL 0/3] migration queue
 2013-07-12 21:28 UTC 

[Qemu-devel] [PATCH] Adds the ability to use the command key in the guest OS
 2013-07-12 20:41 UTC 

[Qemu-devel] Call for Proposals: 2013 Linux Plumbers Virtualization Microconference
 2013-07-12 20:38 UTC 

[Qemu-devel] [PATCH] ioport: remove LITTLE_ENDIAN mark for portio
 2013-07-12 20:34 UTC  (2+ messages)

[Qemu-devel] [PATCH] slirp: reorder include to fix FreeBSD build failure
 2013-07-12 20:29 UTC 

[Qemu-devel] Reminder: KVM Forum 2013 Call for Participation
 2013-07-12 19:06 UTC 

[Qemu-devel] [PULL 00/22] ppc patch queue 2013-07-11
 2013-07-12 19:03 UTC  (24+ messages)
` [Qemu-devel] [PATCH 01/22] e600 core for MPC86xx processors
` [Qemu-devel] [PATCH 02/22] spapr: Fix compiler warnings for some versions of gcc
` [Qemu-devel] [PATCH 03/22] spapr: Use named enum for function remove_hpte
` [Qemu-devel] [PATCH 04/22] spapr: Respect -bios command line option for SLOF
` [Qemu-devel] [PATCH 05/22] pseries: move interrupt controllers to hw/intc/
` [Qemu-devel] [PATCH 06/22] target-ppc: Add POWER8 v1.0 CPU model
` [Qemu-devel] [PATCH 07/22] PPC: Mac: Fix guest exported tbfreq values
` [Qemu-devel] [PATCH 08/22] PPC: g3beige: Move secondary IDE bus to mac-io
` [Qemu-devel] [PATCH 09/22] PPC: Macio: Replace tabs with spaces
` [Qemu-devel] [PATCH 10/22] PPC: dbdma: "
` [Qemu-devel] [PATCH 11/22] PPC: Mac: Add debug prints in macio and dbdma code
` [Qemu-devel] [PATCH 12/22] PPC: dbdma: Fix debug print
` [Qemu-devel] [PATCH 13/22] PPC: dbdma: Allow new commands in RUN state
` [Qemu-devel] [PATCH 14/22] PPC: dbdma: Move defines into header file
` [Qemu-devel] [PATCH 15/22] PPC: dbdma: Introduce kick function
` [Qemu-devel] [PATCH 16/22] PPC: dbdma: Move static bh variable to device struct
` [Qemu-devel] [PATCH 17/22] PPC: dbdma: macio: Add DMA callback
` [Qemu-devel] [PATCH 18/22] PPC: dbdma: Move processing to io
` [Qemu-devel] [PATCH 19/22] PPC: dbdma: Wait for DMA until we have data
` [Qemu-devel] [PATCH 20/22] PPC: dbdma: Support unaligned DMA access
` [Qemu-devel] [PATCH 21/22] PPC: Add timer handler for newworld mac-io
` [Qemu-devel] [PATCH 22/22] PPC: dbdma: Support more multi-issue DMA requests
` [Qemu-devel] [APPLIED] Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging

[Qemu-devel] [PATCH v3 resend/cleanup 0/8] rdma: core logic
 2013-07-12 17:46 UTC  (14+ messages)
` [Qemu-devel] [PATCH v3 resend/cleanup 1/8] rdma: update documentation to reflect new unpin support
` [Qemu-devel] [PATCH v3 resend/cleanup 2/8] rdma: bugfix: ram_control_save_page()
` [Qemu-devel] [PATCH v3 resend/cleanup 3/8] rdma: introduce ram_handle_compressed()
` [Qemu-devel] [PATCH v3 resend/cleanup 4/8] rdma: core logic
` [Qemu-devel] [PATCH v3 resend/cleanup 5/8] rdma: send pc.ram
` [Qemu-devel] [PATCH v3 resend/cleanup 6/8] rdma: allow state transitions between other states besides ACTIVE
` [Qemu-devel] [PATCH v3 resend/cleanup 7/8] rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transition
` [Qemu-devel] [PATCH v3 resend/cleanup 8/8] rdma: account for the time spent in MIG_STATE_SETUP through QMP

[Qemu-devel] [RfC PATCH 0/2] new screendump qmp command
 2013-07-12 17:06 UTC  (7+ messages)
` [Qemu-devel] [RfC PATCH 2/2] console: add screendump-device qmp cmd

[Qemu-devel] [PATCH] PPC: dbdma: macio: Fix format specifiers (build regression)
 2013-07-12 16:48 UTC 

[Qemu-devel] [PATCH] atomic: using memory_order_relaxed for refcnt inc/dec ops
 2013-07-12 16:24 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] libxl: usb2 and usb3 controller support for upstream qemu
 2013-07-12 15:33 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/2] Provide sextract32() and sextract64()
 2013-07-12 15:05 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] qdev: handle global properties after all instance_init calls
 2013-07-12 14:57 UTC  (8+ messages)
` [Qemu-devel] [RFC 0/3 v2] "
  ` [Qemu-devel] [RFC 2/3 v2] qom: introduce post_init() function
  ` [Qemu-devel] [RFC 3/3 v2] qdev: set globals on "

[Qemu-devel] [RFC PATCH 00/11] qapi changes in preparation for blockdev-add
 2013-07-12 14:27 UTC  (29+ messages)
` [Qemu-devel] [RFC PATCH 02/11] qapi-types.py: Implement 'base' for unions
` [Qemu-devel] [RFC PATCH 03/11] qapi-visit.py: Split off generate_visit_struct_fields()
` [Qemu-devel] [RFC PATCH 04/11] qapi-visit.py: Implement 'base' for unions
` [Qemu-devel] [RFC PATCH 05/11] qapi: Add visitor for implicit structs
` [Qemu-devel] [RFC PATCH 06/11] qapi: Flat unions with arbitrary discriminator
` [Qemu-devel] [RFC PATCH 07/11] qapi: Add consume argument to qmp_input_get_object()
` [Qemu-devel] [RFC PATCH 08/11] qapi: Anonymous unions
` [Qemu-devel] [RFC PATCH 09/11] Implement qdict_flatten()
` [Qemu-devel] [RFC PATCH 10/11] block: Allow "driver" option on the top level
` [Qemu-devel] [RFC PATCH 11/11] [WIP] block: Implement 'blockdev-add' QMP command

[Qemu-devel] [PULL 0/6] QMP queue
 2013-07-12 14:23 UTC  (5+ messages)
` [Qemu-devel] [PULL 6/6] add timestamp to error_report()

[Qemu-devel] [PATCH v2 repost 0/9] qemu: generate acpi tables for the guest
 2013-07-12 14:17 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 repost 1/9] hw/i386/pc.c: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/apic.h
` [Qemu-devel] [PATCH v2 repost 2/9] i386: add ACPI table files from seabios
` [Qemu-devel] [PATCH v2 repost 3/9] acpi: add rules to compile ASL source
` [Qemu-devel] [PATCH v2 repost 4/9] acpi: pre-compiled ASL files
` [Qemu-devel] [PATCH v2 repost 5/9] i386: add bios linker/loader

[Qemu-devel] [PATCH v8 3/3] Force auto-convegence of live migration
 2013-07-12 12:00 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] libxl: usb2 and usb3 controller support for upstream qemu
 2013-07-12 12:13 UTC  (6+ messages)
` [Qemu-devel] [Xen-devel] "

[Qemu-devel] [PATCH v8 0/3] Throttle-down guest to help with live migration convergence
 2013-07-12 11:56 UTC  (5+ messages)
` [Qemu-devel] [PATCH v8 1/3] Introduce async_run_on_cpu()
` [Qemu-devel] [PATCH v8 2/3] Add 'auto-converge' migration capability

[Qemu-devel] [PATCH] spapr-pci: change endianness for io ports space
 2013-07-12 11:25 UTC  (3+ messages)
` [Qemu-devel] BUG report "

[Qemu-devel] SPARC Leon3 Devices - Registers?
 2013-07-12 10:12 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/7] support for ACPI memory hotplug
 2013-07-12 10:07 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 5/7] acpi: generate hotplug memory devices

[Qemu-devel] [PATCH 0/2] Enhanced Three Speed Ethernet Controller (eTSEC)
 2013-07-12  9:57 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] Add be16_to_cpupu function

[Qemu-devel] [RFC] qapi: qapi-commands: fix possible leaks on visitor dealloc
 2013-07-12  9:42 UTC  (4+ messages)

[Qemu-devel] [PATCH] spapr-pci: rework MSI/MSIX
 2013-07-12  7:38 UTC 

[Qemu-devel] [PATCH 0/6] spapr: migration for vio, vio-lan, vio-tty, pseries, pci, ppc cpu
 2013-07-12  7:30 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] pseries: savevm support for VIO devices
` [Qemu-devel] [PATCH 2/6] pseries: savevm support for PAPR VIO logical lan
` [Qemu-devel] [PATCH 3/6] pseries: savevm support for PAPR VIO logical tty
` [Qemu-devel] [PATCH 4/6] pseries: savevm support for pseries machine
` [Qemu-devel] [PATCH 5/6] pseries: savevm support for PCI host bridge
` [Qemu-devel] [PATCH 6/6] target-ppc: Convert ppc cpu savevm to VMStateDescription

[Qemu-devel] [PATCH v3 0/2] mac programming over macvtap
 2013-07-12  7:07 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 2/2] net: introduce command to query rx-filter information

[Qemu-devel] [RFC PATCH v1 0/3] pkg-config and discard support for gluster driver
 2013-07-12  7:00 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH v1 1/2] gluster: Use pkg-config to configure GlusterFS block driver
` [Qemu-devel] [RFC PATCH v1 2/2] gluster: Add discard support for "

[Qemu-devel] [PATCH] exec.c: Pass correct pointer type to qemu_ram_ptr_length
 2013-07-12  6:46 UTC  (2+ messages)

[Qemu-devel] [PATCH] virtio-net: put virtio net header inline with data
 2013-07-12  5:57 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v1 0/3] Device tree cleanups
 2013-07-12  4:29 UTC  (4+ messages)
` [Qemu-devel] [RFC PATCH v1 1/3] device_tree: s/qemu_devtree/qemu_fdt globally
` [Qemu-devel] [RFC PATCH v1 2/3] device_tree: qemu_fdt_setprop: Rename val_array arg
` [Qemu-devel] [RFC PATCH v1 3/3] device_tree: qemu_fdt_setprop: Fixup error reporting

[Qemu-devel] vm performance degradation after kvm live migration or save-restore with ETP enabled
 2013-07-12  3:21 UTC  (6+ messages)

[Qemu-devel] [PATCH V2 0/5] Add infinite loop check for backing file chain
 2013-07-12  2:58 UTC  (4+ messages)
` [Qemu-devel] [PATCH V2 1/5] Refine and export infinite loop checking in collect_image_info_list()

[Qemu-devel] [PATCH v5 00/14] ACPI memory hotplug
 2013-07-12  2:39 UTC  (17+ messages)
` [Qemu-devel] [PATCH v5 02/14] Add SIZE type to qdev properties
` [Qemu-devel] [PATCH v5 05/14] vl: handle "-device dimm"
` [Qemu-devel] [PATCH v5 10/14] pc: Add dimm paravirt SRAT info

[Qemu-devel] [PATCH qom-next v2 0/5] QOM Super class access
 2013-07-12  0:30 UTC  (4+ messages)
` [Qemu-devel] [PATCH qom-next v2 3/5] target-arm: Use parent classes for reset + realize

[Qemu-devel] [PATCH v2 0/4] qemu: generate acpi tables for the guest
 2013-07-11 20:25 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 3/4] i386: generate pc guest info
  ` [Qemu-devel] [SeaBIOS] "

[Qemu-devel] [PATCH MST/PCI] additional fixes for mac-programming feature
 2013-07-11 19:08 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/17] PPC: Mac OS X guest bringup v2
 2013-07-11 14:22 UTC  (2+ messages)
` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH] virtio-net: add feature bit for any header s/g
 2013-07-11 13:54 UTC  (4+ messages)

[Qemu-devel] [PATCH] full introspection support for QMP
 2013-07-11 13:37 UTC  (11+ messages)

[Qemu-devel] [Bug 1200212] [NEW] qemu-system-arm aborts in lsi_soft_reset
 2013-07-11 13:03 UTC 

[Qemu-devel] [PATCH V4 00/10] Add support for binding guest numa nodes to host numa nodes
 2013-07-11 13:10 UTC  (3+ messages)

[Qemu-devel] [PATCH] pc: don't access fw cfg if NULL
 2013-07-11 12:18 UTC  (2+ messages)

[Qemu-devel] [PATCHv3 00/10] iscsi/qemu-img/block-migration enhancements
 2013-07-11 12:16 UTC  (7+ messages)
` [Qemu-devel] [PATCHv3 05/10] block: add bdrv_write_zeroes()
` [Qemu-devel] [PATCHv3 06/10] block/raw: add bdrv_co_write_zeroes
` [Qemu-devel] [PATCHv3 07/10] iscsi: fix -ENOSPC in iscsi_create()
` [Qemu-devel] [PATCHv3 08/10] iscsi: factor out sector conversions
` [Qemu-devel] [PATCHv3 09/10] iscsi: remove support for misaligned nb_sectors in aio_readv
` [Qemu-devel] [PATCHv3 10/10] iscsi: assert that sectors are aligned to LUN blocksize


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