qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-06 13:26:55 to 2013-12-06 22:12:45 UTC [more...]

[Qemu-devel] [PATCH v2 1/3] x86, mpx: add documentation on Intel MPX
 2013-12-07  0:20 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 2/3] X86, mpx: Intel MPX CPU feature definition
` [Qemu-devel] [PATCH v2 3/3] X86, mpx: Intel MPX xstate "

[Qemu-devel] [PULL 0/5] vfio-pci updates for QEMU 2.0
 2013-12-06 22:06 UTC  (7+ messages)
` [Qemu-devel] [PULL 1/5] linux-headers: Update from v3.13-rc3
` [Qemu-devel] [PULL 2/5] vfio-pci: Make use of new KVM-VFIO device
` [Qemu-devel] [PULL 3/5] vfio-pci: Fix Nvidia MSI ACK through 0x88000 quirk
` [Qemu-devel] [PULL 4/5] vfio-pci: Add debug config options to disable MSI/X KVM support
` [Qemu-devel] [PULL 5/5] vfio-pci: Release all MSI-X vectors when disabled

[Qemu-devel] [PATCH 1/2] cputlb: Use memset when flushing entries
 2013-12-06 21:44 UTC  (2+ messages)
` [Qemu-devel] [PATCH 2/2] cputlb: Tidy memset of arrays

[Qemu-devel] [PATCH] help: add id suboption to -iscsi
 2013-12-06 20:44 UTC  (3+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [PATCH V17 00/11] Add support for binding guest numa nodes to host numa nodes
 2013-12-06 18:49 UTC  (3+ messages)

[Qemu-devel] [PULL 00/14] Trivial patches for 2013-12-06
 2013-12-06 19:15 UTC  (15+ messages)
` [Qemu-devel] [PULL 01/14] trace: Remove trace.h from console.h (less dependencies)
` [Qemu-devel] [PULL 02/14] trace: Remove trace.h from hw/usb/hcd-ehci.h "
` [Qemu-devel] [PULL 03/14] console: Replace conditional debug messages by trace methods
` [Qemu-devel] [PULL 04/14] gtk: "
` [Qemu-devel] [PULL 05/14] .gitignore: Ignore config.status
` [Qemu-devel] [PULL 06/14] acpi-build: Fix compiler warning (missing gnu_printf format attribute)
` [Qemu-devel] [PULL 07/14] qobject: "
` [Qemu-devel] [PULL 08/14] misc: Replace 'struct QEMUTimer' by 'QEMUTimer'
` [Qemu-devel] [PULL 09/14] virtio-net: fix the indent
` [Qemu-devel] [PULL 10/14] libcacard/cac: Remove unused statement (value stored is never read)
` [Qemu-devel] [PULL 11/14] libcacard/vcard_emul_nss: "
` [Qemu-devel] [PULL 12/14] Don't crash on keyboard input with no handler
` [Qemu-devel] [PULL 13/14] hw/ppc/mac.h: remove unused BIOS_FILENAME definition
` [Qemu-devel] [PULL 14/14] eeprom93xx: fix coding style

[Qemu-devel] [Bug 1258626] [NEW] Curses Keyboard Broken On OS X
 2013-12-06 19:18 UTC  (2+ messages)
` [Qemu-devel] [Bug 1258626] "

[Qemu-devel] [PATCH] hw/arm/highbank: Simplify code (memory region in device state)
 2013-12-06 19:24 UTC  (3+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [RFC PATCH 00/19] block: Support for 512b-on-4k emulation
 2013-12-06 19:12 UTC  (23+ messages)
` [Qemu-devel] [RFC PATCH 01/19] qemu_memalign: Allow small alignments
` [Qemu-devel] [RFC PATCH 02/19] block: Detect unaligned length in bdrv_qiov_is_aligned()
` [Qemu-devel] [RFC PATCH 03/19] block: Don't use guest sector size for qemu_blockalign()
` [Qemu-devel] [RFC PATCH 04/19] block: rename buffer_alignment to guest_block_size
` [Qemu-devel] [RFC PATCH 05/19] raw: Probe required direct I/O alignment
` [Qemu-devel] [RFC PATCH 06/19] block: Introduce bdrv_aligned_preadv()
` [Qemu-devel] [RFC PATCH 07/19] block: Introduce bdrv_co_do_preadv()
` [Qemu-devel] [RFC PATCH 08/19] block: Introduce bdrv_aligned_pwritev()
` [Qemu-devel] [RFC PATCH 09/19] block: write: Handle COR dependency after I/O throttling
` [Qemu-devel] [RFC PATCH 10/19] block: Introduce bdrv_co_do_pwritev()
` [Qemu-devel] [RFC PATCH 11/19] block: Switch BdrvTrackedRequest to byte granularity
` [Qemu-devel] [RFC PATCH 12/19] block: Allow waiting for overlapping requests between begin/end
` [Qemu-devel] [RFC PATCH 13/19] block: Make zero-after-EOF work with larger alignment
` [Qemu-devel] [RFC PATCH 14/19] block: Generalise and optimise COR serialisation
` [Qemu-devel] [RFC PATCH 15/19] block: Make overlap range for serialisation dynamic
` [Qemu-devel] [RFC PATCH 16/19] block: Align requests in bdrv_co_do_pwritev()
` [Qemu-devel] [RFC PATCH 17/19] block: Change coroutine wrapper to byte granularity
` [Qemu-devel] [RFC PATCH 18/19] block: Make bdrv_pread() a bdrv_prwv_co() wrapper
` [Qemu-devel] [RFC PATCH 19/19] block: Make bdrv_pwrite() "

[Qemu-devel] [PATCH] eeprom93xx: fix coding style
 2013-12-06 18:59 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [PATCH] x86: only allow real mode to access 32bit without LMA
 2013-12-06 18:57 UTC  (4+ messages)

[Qemu-devel] [PATCH 1/3] x86, mpx: add documentation on Intel MPX
 2013-12-06 18:55 UTC  (13+ messages)
` [Qemu-devel] [PATCH 2/3] X86, mpx: Intel MPX definition
` [Qemu-devel] [PATCH 3/3] X86, mpx: Intel MPX xstate feature definition

[Qemu-devel] [PATCH v2 0/4] tcg/optimize: fixes and improvements
 2013-12-06 17:54 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 1/4] tcg/optimize: fix known-zero bits for right shift ops
` [Qemu-devel] [PATCH v2 2/4] tcg/optimize: fix known-zero bits optimization
` [Qemu-devel] [PATCH v2 3/4] tcg/optimize: improve known-zero bits for 32-bit ops
` [Qemu-devel] [PATCH v2 4/4] tcg/optimize: add known-zero bits compute for load ops

[Qemu-devel] [PATCH] SPARC: Fix LEON3 power down instruction
 2013-12-06 17:48 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2] "

[Qemu-devel] [PATCH] tcg: Use bitmaps for free temporaries
 2013-12-06 17:47 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/7] Refactor PCI/SHPC/PCIE hotplug to use a more generic hotplug API
 2013-12-06 17:31 UTC  (11+ messages)
` [Qemu-devel] [PATCH 1/7] define hotplug interface
` [Qemu-devel] [PATCH 2/7] qdev: add to BusState "hotplug-device" link
` [Qemu-devel] [PATCH 3/7] hw/acpi: move typeinfo to the file end
` [Qemu-devel] [PATCH 4/7] acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-device interface
` [Qemu-devel] [PATCH 5/7] pci/shpc: convert SHPC "
` [Qemu-devel] [PATCH 6/7] pci/pcie: convert PCIE "
` [Qemu-devel] [PATCH 7/7] hw/pci: convert PCI bus to use "hotplug-device" interface

[Qemu-devel] [PATCH v2 00/13] target-arm: A64 decoder set 2: misc logic and bit ops
 2013-12-06 17:24 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 01/13] target-arm: A64: add support for conditional select
` [Qemu-devel] [PATCH v2 02/13] target-arm: A64: add support for logical (shifted register)
` [Qemu-devel] [PATCH v2 03/13] target-arm: A64: add support for ADR and ADRP
` [Qemu-devel] [PATCH v2 07/13] target-arm: A64: add support for 1-src data processing and CLZ
` [Qemu-devel] [PATCH v2 10/13] target-arm: A64: add support for bitfield insns
` [Qemu-devel] [PATCH v2 11/13] host-utils: add clrsb32/64 - count leading redundant sign bits
` [Qemu-devel] [PATCH v2 12/13] target-arm: A64: add support for 1-src CLS insn
` [Qemu-devel] [PATCH v2 13/13] target-arm: A64: add support for logical (immediate) insns

[Qemu-devel] [PATCH 00/13] target-arm: A64 decoder set 2: misc logic and bit ops
 2013-12-06 17:23 UTC  (10+ messages)
` [Qemu-devel] [PATCH 01/13] target-arm: A64: add support for conditional select
` [Qemu-devel] [PATCH 02/13] target-arm: A64: add support for logical (shifted register)

[Qemu-devel] [PATCH v3 0/2] Intel MPX feature support at Qemu
 2013-12-06 17:21 UTC  (6+ messages)

[Qemu-devel] [PATCH v8 0/6] target-arm: Add support for VSEL and VMIN/MAXNM
 2013-12-06 17:05 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] qdev: switch reset to post-order, clean up PCI reset
 2013-12-06 16:54 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] pci: do not export pci_bus_reset
` [Qemu-devel] [PATCH 2/4] pci: clean up resetting of IRQs
` [Qemu-devel] [PATCH 3/4] qdev: allow both pre- and post-order vists in qdev walking functions
` [Qemu-devel] [PATCH 4/4] qdev: switch reset to post-order

[Qemu-devel] [PATCH V4 0/7] Giving names to BlockDriverState graph nodes
 2013-12-06 16:52 UTC  (9+ messages)
` [Qemu-devel] [PATCH V4 2/7] block: Allow the user to define "node-name" option
` [Qemu-devel] [PATCH V4 3/7] qmp: Add a command to list the named BlockDriverState nodes
` [Qemu-devel] [PATCH V4 4/7] qmp: Allow to change password on names block driver states

[Qemu-devel] [PATCH v6 RESEND 0/5] add initial support for Canon DIGIC SoC
 2013-12-06 16:51 UTC  (8+ messages)
` [Qemu-devel] [PATCH v6 RESEND 1/5] hw/arm: add very "
` [Qemu-devel] [PATCH v6 RESEND 3/5] hw/arm/digic: add timer support
` [Qemu-devel] [PATCH v6 RESEND 5/5] hw/arm/digic: add NOR ROM support

[Qemu-devel] [PATCH] net: QEMU_NET_PACKET_FLAG_MORE introduced
 2013-12-06 16:39 UTC  (2+ messages)

[Qemu-devel] [PULL 00/48] Block patches
 2013-12-06 16:36 UTC  (49+ messages)
` [Qemu-devel] [PULL 01/48] coroutine: remove qemu_co_queue_wait_insert_head
` [Qemu-devel] [PULL 02/48] coroutine: remove unused CoQueue AioContext
` [Qemu-devel] [PULL 03/48] vmdk: Fix creating big description file
` [Qemu-devel] [PULL 04/48] block: generalize BlockLimits handling to cover bdrv_aio_discard too
` [Qemu-devel] [PULL 05/48] block: add flags to BlockRequest
` [Qemu-devel] [PULL 06/48] block: add flags argument to bdrv_co_write_zeroes tracepoint
` [Qemu-devel] [PULL 07/48] block: add bdrv_aio_write_zeroes
` [Qemu-devel] [PULL 08/48] block: handle ENOTSUP from discard in generic code
` [Qemu-devel] [PULL 09/48] block: make bdrv_co_do_write_zeroes stricter in producing aligned requests
` [Qemu-devel] [PULL 10/48] vpc, vhdx: add get_info
` [Qemu-devel] [PULL 11/48] block drivers: add discard/write_zeroes properties to bdrv_get_info implementation
` [Qemu-devel] [PULL 12/48] block drivers: expose requirement for write same alignment from formats
` [Qemu-devel] [PULL 13/48] block/iscsi: remove .bdrv_has_zero_init
` [Qemu-devel] [PULL 14/48] block/iscsi: updated copyright
` [Qemu-devel] [PULL 15/48] block/iscsi: check WRITE SAME support differently depending on MAY_UNMAP
` [Qemu-devel] [PULL 16/48] raw-posix: implement write_zeroes with MAY_UNMAP for files
` [Qemu-devel] [PULL 17/48] raw-posix: implement write_zeroes with MAY_UNMAP for block devices
` [Qemu-devel] [PULL 18/48] raw-posix: add support for write_zeroes on XFS and "
` [Qemu-devel] [PULL 19/48] qemu-iotests: 033 is fast
` [Qemu-devel] [PULL 20/48] scsi-disk: catch write protection errors in UNMAP
` [Qemu-devel] [PULL 21/48] scsi-disk: reject ANCHOR=1 for UNMAP and WRITE SAME commands
` [Qemu-devel] [PULL 22/48] scsi-disk: correctly implement WRITE SAME
` [Qemu-devel] [PULL 23/48] block: Close backing file early in bdrv_img_create
` [Qemu-devel] [PULL 24/48] qcow2: Zero-initialise first cluster for new images
` [Qemu-devel] [PULL 25/48] qemu-iotests: Add "-c <cache-mode>" option
` [Qemu-devel] [PULL 26/48] qemu-iotests: Honour cache mode in iotests.py
` [Qemu-devel] [PULL 27/48] qemu-iotests: Add _default_cache_mode and _supported_cache_modes
` [Qemu-devel] [PULL 28/48] qemu-iotests: Change default cache mode to "writeback"
` [Qemu-devel] [PULL 29/48] qemu-iotests: Clean up spaces in usage output
` [Qemu-devel] [PULL 30/48] qemu-iotests: Split qcow2 only cases in 048
` [Qemu-devel] [PULL 31/48] snapshot: distinguish id and name in load_tmp
` [Qemu-devel] [PULL 32/48] qemu-nbd: support internal snapshot export
` [Qemu-devel] [PULL 33/48] qemu-iotests: add 058 internal snapshot export with qemu-nbd case
` [Qemu-devel] [PULL 34/48] qemu-img: add -l for snapshot in convert
` [Qemu-devel] [PULL 35/48] qemu-iotests: add test for snapshot in qemu-img convert
` [Qemu-devel] [PULL 36/48] qemu-nbd: add doc for option -f
` [Qemu-devel] [PULL 37/48] qemu-img: add support for skipping zeroes in input during convert
` [Qemu-devel] [PULL 38/48] qemu-img: fix usage instruction for qemu-img convert
` [Qemu-devel] [PULL 39/48] block/iscsi: set bdi->cluster_size
` [Qemu-devel] [PULL 40/48] block: add opt_transfer_length to BlockLimits
` [Qemu-devel] [PULL 41/48] block/iscsi: set bs->bl.opt_transfer_length
` [Qemu-devel] [PULL 42/48] qemu-img: dynamically adjust iobuffer size during convert
` [Qemu-devel] [PULL 43/48] qemu-img: round down request length to an aligned sector
` [Qemu-devel] [PULL 44/48] qemu-img: decrease progress update interval on convert
` [Qemu-devel] [PULL 45/48] qcow2: use start_of_cluster() and offset_into_cluster() everywhere
` [Qemu-devel] [PULL 46/48] block: clean up bdrv_drain_all() throttling comments
` [Qemu-devel] [PULL 47/48] aio: make aio_poll(ctx, true) block with no fds
` [Qemu-devel] [PULL 48/48] qemu-iotests: filter QEMU monitor \r\n

[Qemu-devel] [PULL 0/3] KVM patches for 2013-12-06
 2013-12-06 15:54 UTC  (3+ messages)
` [Qemu-devel] [PULL 2/3] qemu: mempath: prefault pages manually (v4)
` [Qemu-devel] [PULL 3/3] target-i386: fix cpuid leaf 0x0d

[Qemu-devel] [PATCH for-1.7] seccomp: setting "-sandbox on" by default
 2013-12-06 15:40 UTC  (10+ messages)

[Qemu-devel] [PATCH arm-devs v2 00/14] Cadence GEM Bugfixes and missing features
 2013-12-06 15:12 UTC  (2+ messages)

[Qemu-devel] [PATCH arm-devs v3 0/9] Fix Support for ARM A9 CBAR
 2013-12-06 14:49 UTC  (20+ messages)
` [Qemu-devel] [PATCH arm-devs v3 1/9] qom/object: Make uintXX added properties writable
` [Qemu-devel] [PATCH arm-devs v3 2/9] target-arm/helper.c: Allow cp15.c15 dummy override
` [Qemu-devel] [PATCH arm-devs v3 3/9] target-arm: Define and use ARM_FEATURE_CBAR
` [Qemu-devel] [PATCH arm-devs v3 4/9] target-arm/cpu: Convert reset CBAR to a property
` [Qemu-devel] [PATCH arm-devs v3 5/9] arm/highbank: Use object_new() rather than cpu_arm_init()
` [Qemu-devel] [PATCH arm-devs v3 6/9] arm/highbank: Fix CBAR initialisation
` [Qemu-devel] [PATCH arm-devs v3 7/9] arm/xilinx_zynq: Use object_new() rather than cpu_arm_init()
` [Qemu-devel] [PATCH arm-devs v3 8/9] arm/xilinx_zynq: Implement CBAR initialisation
` [Qemu-devel] [PATCH arm-devs v3 9/9] arm/highbank.c: Fix MPCore periphbase name

[Qemu-devel] [PATCH 3/4] KVM/X86: Intel MPX vmx and msr handle
 2013-12-06 14:34 UTC  (3+ messages)

[Qemu-devel] [PATCH] kvm: clear guest TSC on reset
 2013-12-06 14:22 UTC  (10+ messages)
  ` [Qemu-devel] [PATCH] target-i386: "

[Qemu-devel] [PATCH v3 2/2] target-i386: MSR_IA32_BNDCFGS handle
 2013-12-06 14:20 UTC 

[Qemu-devel] [PATCH v3 1/2] target-i386: Intel MPX
 2013-12-06 14:16 UTC 

[Qemu-devel] [PATCH] Fix incorrect state information for migrate_cancel
 2013-12-06 14:00 UTC  (2+ messages)

[Qemu-devel] [PATCH] vl: add missing transition debug->finish_migrate
 2013-12-06 13:57 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).