qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-01 19:58:26 to 2013-04-02 15:13:30 UTC [more...]

[Qemu-devel] [PATCH v2 00/36] hw/ reorganization, part 2
 2013-04-02 14:59 UTC  (31+ messages)
` [Qemu-devel] [PATCH 01/35] hw: move headers to include/
` [Qemu-devel] [PATCH 02/35] hw: make subdirectories for devices
` [Qemu-devel] [PATCH 03/35] moxie: configure with default-configs file
` [Qemu-devel] [PATCH 04/35] hw: move target-independent files to subdirectories
` [Qemu-devel] [PATCH 06/35] hw: make all of hw/ide/ configurable via default-configs/
` [Qemu-devel] [PATCH 09/35] hw: move watchdogs to hw/watchdog, configure "
` [Qemu-devel] [PATCH 10/35] hw: move MC146818RTC to hw/timer/, "
` [Qemu-devel] [PATCH 11/35] hw: move NICs to hw/net/, "
` [Qemu-devel] [PATCH 13/35] hw: move audio devices to hw/audio/, "
` [Qemu-devel] [PATCH 14/35] hw: move display devices to hw/display/, "
` [Qemu-devel] [PATCH 15/35] hw: move I2C controllers to hw/i2c/, "
` [Qemu-devel] [PATCH 16/35] hw: move SSI controllers to hw/ssi/, "
` [Qemu-devel] [PATCH 17/35] hw: move SCSI controllers to hw/scsi/, "
` [Qemu-devel] [PATCH 18/35] hw: move more files to hw/xen/
` [Qemu-devel] [PATCH 20/35] hw: move ISA bridges and devices to hw/isa/, configure with default-configs/
` [Qemu-devel] [PATCH 21/35] hw: move timer devices to hw/timer/, "
` [Qemu-devel] [PATCH 22/35] hw: move SD/MMC devices to hw/sd/, "
` [Qemu-devel] [PATCH 23/35] hw: move PCI bridges to hw/pci/, "
` [Qemu-devel] [PATCH 24/35] hw: move VFIO and ivshmem to hw/pci/
` [Qemu-devel] [PATCH 25/35] hw: move DMA controllers to hw/dma/, configure with default-configs/
` [Qemu-devel] [PATCH 26/35] hw: move interrupt controllers to hw/intc/, "
` [Qemu-devel] [PATCH 27/35] hw: move GPIO interfaces to hw/gpio/, "
` [Qemu-devel] [PATCH 28/35] hw: move NVRAM interfaces to hw/nvram/, "
` [Qemu-devel] [PATCH 29/35] hw: move other devices to hw/misc/, "
` [Qemu-devel] [PATCH 30/35] hw: move ARM CPU cores to hw/cpu/, "
` [Qemu-devel] [PATCH 31/35] hw: move hw/kvm/ to hw/i386/kvm
` [Qemu-devel] [PATCH 32/35] hw: move another file to hw/alpha/
` [Qemu-devel] [PATCH 33/35] hw: move last file to hw/arm/
` [Qemu-devel] [PATCH 34/35] MAINTAINERS: update for source code movement
` [Qemu-devel] [PATCH 35/35] hw: move private headers to hw/ subdirectories

[Qemu-devel] [PATCH v3 00/27] Modernize tcg/ppc64
 2013-04-02 15:12 UTC  (32+ messages)
` [Qemu-devel] [PATCH v3 01/27] disas: Disassemble all ppc insns for the host
` [Qemu-devel] [PATCH v3 02/27] tcg-ppc64: Use TCGReg everywhere
` [Qemu-devel] [PATCH v3 03/27] tcg-ppc64: Introduce and use tcg_out_rlw
` [Qemu-devel] [PATCH v3 04/27] tcg-ppc64: Introduce and use tcg_out_ext32u
` [Qemu-devel] [PATCH v3 05/27] tcg-ppc64: Introduce and use tcg_out_shli64
` [Qemu-devel] [PATCH v3 06/27] tcg-ppc64: Introduce and use tcg_out_shri64
` [Qemu-devel] [PATCH v3 07/27] tcg-ppc64: Cleanup tcg_out_movi
` [Qemu-devel] [PATCH v3 08/27] tcg-ppc64: Introduce and use TAI and SAI
` [Qemu-devel] [PATCH v3 09/27] tcg-ppc64: Rearrange integer constant constraints
` [Qemu-devel] [PATCH v3 10/27] tcg-ppc64: Improve constant add and sub ops
` [Qemu-devel] [PATCH v3 11/27] tcg-ppc64: Tidy or and xor patterns
` [Qemu-devel] [PATCH v3 12/27] tcg-ppc64: Improve and_i32 with constant
` [Qemu-devel] [PATCH v3 13/27] tcg-ppc64: Improve and_i64 "
` [Qemu-devel] [PATCH v3 14/27] tcg-ppc64: Streamline qemu_ld/st insn selection
` [Qemu-devel] [PATCH v3 15/27] tcg-ppc64: Implement rotates
` [Qemu-devel] [PATCH v3 16/27] tcg-ppc64: Implement bswap16 and bswap32
` [Qemu-devel] [PATCH v3 17/27] tcg-ppc64: Implement bswap64
` [Qemu-devel] [PATCH v3 18/27] tcg-ppc64: Implement compound logicals
` [Qemu-devel] [PATCH v3 19/27] tcg-ppc64: Handle constant inputs for some "
` [Qemu-devel] [PATCH v3 20/27] tcg-ppc64: Implement deposit
` [Qemu-devel] [PATCH v3 21/27] tcg-ppc64: Use I constraint for mul
` [Qemu-devel] [PATCH v3 22/27] tcg-ppc64: Use TCGType throughout compares
` [Qemu-devel] [PATCH v3 23/27] tcg-ppc64: Rewrite setcond
` [Qemu-devel] [PATCH v3 24/27] tcg-ppc64: Implement movcond
` [Qemu-devel] [PATCH v3 25/27] tcg-ppc64: Use getauxval for ISA detection
` [Qemu-devel] [PATCH v3 26/27] tcg-ppc64: Implement add2/sub2_i64
` [Qemu-devel] [PATCH v3 27/27] tcg-ppc64: Implement mulu2/muls2_i64

[Qemu-devel] [PATCH] hw/mc146818rtc.c: Fix reading and writing of time registers
 2013-04-02 15:01 UTC 

[Qemu-devel] [PATCH v4] Add option to mlock qemu and guest memory
 2013-04-02 15:03 UTC  (4+ messages)

[Qemu-devel] [RFC PATCH 0/6] audio: simplify -soundhw machinery, use default-configs
 2013-04-02 14:51 UTC  (7+ messages)
` [Qemu-devel] [RFC PATCH 1/6] adlib: qdev-ify
` [Qemu-devel] [RFC PATCH 2/6] audio: remove the need for audio card CONFIG_* symbols
` [Qemu-devel] [RFC PATCH 3/6] audio: remove HAS_AUDIO
` [Qemu-devel] [RFC PATCH 4/6] audio: remove CONFIG_* symbols
` [Qemu-devel] [RFC PATCH 5/6] audio: replace audio card configuration with default-configs
` [Qemu-devel] [RFC PATCH 6/6] audio: move PCI audio cards to pci.mak

[Qemu-devel] [PATCH] virtio-blk-x: fix configuration synchronization
 2013-04-02 14:50 UTC  (9+ messages)

[Qemu-devel] [PULL 0/6] QMP queue
 2013-04-02 14:45 UTC  (5+ messages)
` [Qemu-devel] [PULL 6/6] Monitor: Make output buffer dynamic

[Qemu-devel] [PATCH 0/5] trim down config-target.mak
 2013-04-02 14:44 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] configure: move TARGET_*_ALIGNMENT to target-*/cpu.h
` [Qemu-devel] [PATCH 2/5] cpu: default TARGET_LONG_ALIGNMENT to TARGET_LONG_SIZE
` [Qemu-devel] [PATCH 3/5] configure: move CONFIG_QEMU_LDST_OPTIMIZATION to config-host.mak
` [Qemu-devel] [PATCH 4/5] configure: move common libraries "
` [Qemu-devel] [PATCH 5/5] configure: CONFIG_NO_XEN is duplicated

[Qemu-devel] [PATCH 0/2] Add TPM driver and ACPI support to SeaBIOS
 2013-04-02 14:34 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/2] Provide ACPI SSDT table for TPM device

[Qemu-devel] [PULL 0/5] qga: w32 guest-{set, get}-time implementations and minor fixes
 2013-04-02 14:13 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] qga: add windows implementation for guest-get-time
` [Qemu-devel] [PATCH 2/5] qga: add windows implementation for guest-set-time
` [Qemu-devel] [PATCH 3/5] qga schema: mark optional GuestLogicalProcessor.can-offline with #optional
` [Qemu-devel] [PATCH 4/5] qga schema: document generic QERR_UNSUPPORTED
` [Qemu-devel] [PATCH 5/5] qemu-ga: ga_get_fd_handle(): abort if fd_counter overflows

[Qemu-devel] [PATCH] rbd: add an asynchronous flush
 2013-04-02 14:10 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2] "

[Qemu-devel] [PATCH 0/3] block: make qmp_transaction extendable
 2013-04-02 13:59 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/3] block: adjust qmp_transaction to be extendable
` [Qemu-devel] [PATCH 3/3] block: change rollback sequence in qmp_transaction

[Qemu-devel] [PATCH] qom: do nothing on unparent of object without parent
 2013-04-02 13:50 UTC 

[Qemu-devel] [PATCH] configure: QEMU_INCLUDES are the same for all subtargets
 2013-04-02 13:49 UTC 

[Qemu-devel] vNVRAM / blobstore design
 2013-04-02 13:37 UTC  (13+ messages)

[Qemu-devel] [PATCH] set usb bus name by busno
 2013-04-02 13:36 UTC  (2+ messages)

[Qemu-devel] [PATCH uq/master v2 0/2] correctly reset the CPU on INIT interrupts
 2013-04-02 13:29 UTC  (3+ messages)
` [Qemu-devel] [PATCH uq/master v2 1/2] kvm: reset state from the CPU's reset method

[Qemu-devel] [Xen-devel] frequently ballooning results in qemu exit
 2013-04-02 13:27 UTC  (6+ messages)

[Qemu-devel] [PATCH V3 WIP 3/3] disable vhost_verify_ring_mappings check
 2013-04-02 13:27 UTC  (5+ messages)

[Qemu-devel] [PATCH 1/2] xen-mapcache: replace last_address_index with a last_entry pointer
 2013-04-02 13:25 UTC 

[Qemu-devel] [PATCH 2/2] xen-mapcache: pass the right size argument to test_bits
 2013-04-02 13:25 UTC 

[Qemu-devel] KVM call agenda for 2013-04-02
 2013-04-02 13:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/7] virtio-serial refactoring
 2013-04-02 13:13 UTC  (3+ messages)

[Qemu-devel] [PATCH 1/1] rng backend: open backend in blocking mode
 2013-04-02 12:52 UTC  (4+ messages)

[Qemu-devel] [Bug 1042388] [NEW] qemu: Unsupported syscall: 257
 2013-04-02 12:05 UTC  (2+ messages)
` [Qemu-devel] [Bug 1042388] Re: qemu: Unsupported syscall: 257 (timer_create)

[Qemu-devel] [Patch] v2 fix /proc/self/maps output
 2013-04-02 12:03 UTC 

[Qemu-devel] [PATCH-v2 0/3] virtio/vhost: Add checks for uninitialized VQs
 2013-04-02 12:01 UTC  (5+ messages)
` [Qemu-devel] [PATCH-v2 1/3] virtio: add API to check that ring is setup
` [Qemu-devel] [PATCH-v2 2/3] virtio-pci: Add virtio_queue_valid checks ahead of virtio_queue_get_num
` [Qemu-devel] [PATCH-v2 3/3] vhost: Skip uninitialized VQs in vhost_virtqueue_[start, stop]

[Qemu-devel] [PATCH] vga.c: Debug messages go to stderr
 2013-04-02 11:58 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2 V3] virtio-spec/net: dynamic network offloads configuration
 2013-04-02 11:57 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2 V3] virtio-spec: "
` [Qemu-devel] [PATCH 2/2 V3] virtio-net: "

[Qemu-devel] [PATCH V11 00/17] qmp/hmp interfaces for internal snapshot info
 2013-04-02 11:47 UTC  (18+ messages)
` [Qemu-devel] [PATCH V11 01/17] block: move bdrv_snapshot_find() to block/snapshot.c
` [Qemu-devel] [PATCH V11 02/17] block: distinguish id and name in bdrv_find_snapshot()
` [Qemu-devel] [PATCH V11 03/17] qemu-img: remove unused parameter in collect_image_info()
` [Qemu-devel] [PATCH V11 04/17] block: move collect_snapshots() and collect_image_info() to block/qapi.c
` [Qemu-devel] [PATCH V11 05/17] block: add snapshot info query function bdrv_query_snapshot_info_list()
` [Qemu-devel] [PATCH V11 06/17] block: add check for VM snapshot in bdrv_query_snapshot_info_list()
` [Qemu-devel] [PATCH V11 07/17] block: add image info query function bdrv_query_image_info()
` [Qemu-devel] [PATCH V11 08/17] block: move qmp_query_block() and bdrv_query_info() to block/qapi.c
` [Qemu-devel] [PATCH V11 09/17] qmp: add interface query-snapshots
` [Qemu-devel] [PATCH V11 10/17] qmp: add recursive member in ImageInfo
` [Qemu-devel] [PATCH V11 11/17] qmp: add ImageInfo in BlockDeviceInfo used by query-block
` [Qemu-devel] [PATCH V11 12/17] block: move bdrv_snapshot_dump() and dump_human_image_info() to block/qapi.c
` [Qemu-devel] [PATCH V11 13/17] block: dump to buffer for bdrv_snapshot_dump() and bdrv_image_info_dump()
` [Qemu-devel] [PATCH V11 14/17] hmp: add function hmp_info_snapshots()
` [Qemu-devel] [PATCH V11 15/17] hmp: switch snapshot info function to qmp based one
` [Qemu-devel] [PATCH V11 16/17] hmp: show ImageInfo in 'info block'
` [Qemu-devel] [PATCH V11 17/17] hmp: add parameters device and -v for info block

[Qemu-devel] [PATCH 00/16 v4] Add an IPMI device to qemu
 2013-04-02 11:32 UTC  (3+ messages)
` [Qemu-devel] [PATCH 13/16] IPMI: Add an external connection simulation interface

[Qemu-devel] [RFC PATCH] main-loop: Unconditionally unlock iothread
 2013-04-02 11:11 UTC  (2+ messages)

[Qemu-devel] [Xen-devel] [PATCHv3] QEMU(upstream): Disable xen's use of O_DIRECT by default as it results in crashes
 2013-04-02 11:08 UTC  (5+ messages)
` [Qemu-devel] [PATCH] [RFC] Xen PV backend: Move call to bdrv_new from blk_init to blk_connect

[Qemu-devel] [PATCH 0/7] Spice / usb-redir chardev flowcontrol patches v3
 2013-04-02 10:40 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/7] virtio-console: Also throttle when less was written then requested

[Qemu-devel] [RFC PATCH 0/3] aio-context start to eliminate io_flush
 2013-04-02 10:15 UTC  (7+ messages)
` [Qemu-devel] [RFC PATCH 1/3] aio-context: if io_flush isn't provided, assume "always busy"
` [Qemu-devel] [RFC PATCH 2/3] sheepdog: pass NULL for io_flush

[Qemu-devel] [PATCH] acpi: initialize s4_val used in s4 shutdown
 2013-04-02 10:03 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v2 0/4] port network layer onto glib
 2013-04-02  9:49 UTC  (4+ messages)

[Qemu-devel] [PATCH V10 00/17] qmp/hmp interfaces for internal snapshot info
 2013-04-02  9:30 UTC  (18+ messages)
` [Qemu-devel] [PATCH V10 11/17] qmp: add ImageInfo in BlockDeviceInfo used by query-block
` [Qemu-devel] [PATCH V10 12/17] hmp: add function hmp_info_snapshots()
` [Qemu-devel] [PATCH V10 15/17] block: dump to buffer for bdrv_image_info_dump()
` [Qemu-devel] [PATCH V10 17/17] hmp: add parameter device and -b for info block

[Qemu-devel] [PATCH 0/2] More translation improvements
 2013-04-02  9:28 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] po/Makefile: Fix dependency for %.mo
` [Qemu-devel] [PATCH 2/2] po: Update German translation

[Qemu-devel] [PATCH 0/2] Monitor: make output buffer dynamic
 2013-04-02  9:19 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2] Monitor: Make "

[Qemu-devel] [RFC PATCH v4 00/30] ACPI memory hotplug
 2013-04-02  9:15 UTC  (5+ messages)

[Qemu-devel] [PATCH 1/2] PPC: Remvove env->hreset_excp_prefix
 2013-04-02  8:56 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/2] PPC: fix hreset_vector for 60x, 7x0, 7x5, G2, MPC8xx, MPC5xx, 7400 and 7450

[Qemu-devel] [PATCH v16 0/6] Add pvpanic device to deal with guest panic event
 2013-04-02  9:07 UTC  (8+ messages)
` [Qemu-devel] [PATCH v16] Add pvpanic device driver
  ` [Qemu-devel] [SeaBIOS] "

[Qemu-devel] qemu crashed when starting vm(kvm) with vnc connect
 2013-04-02  9:02 UTC 

[Qemu-devel] [RFC PATCH] main-loop: Unconditionally unlock iothread
 2013-04-02  8:53 UTC 

[Qemu-devel] [PATCH] append the terminating '\0' to bootorder string
 2013-04-02  8:50 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] target-ppc: fix nego and subf*o instructions
 2013-04-02  8:18 UTC  (2+ messages)

[Qemu-devel] [PATCH] PPC: e500: advertise 4.2 MPIC only if KVM supports EPR
 2013-04-02  7:47 UTC  (2+ messages)

[Qemu-devel] [PATCH] target-ppc: Enable ISEL on POWER7
 2013-04-02  6:17 UTC  (2+ messages)

[Qemu-devel] [0/2] [vmxnet3] iPXE support and byte swapping fix
 2013-04-02  6:14 UTC  (3+ messages)
` [Qemu-devel] [2/2] [vmxnet3] const_cpu_to_le64 wrapping for feature bits dropped

[Qemu-devel] [PATCH 0/5] proposal to make hostmem listener RAM unplug safe
 2013-04-02  6:11 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/5] hostmem: make hostmem global and RAM hotunplg safe
` [Qemu-devel] [PATCH 4/5] virtio-blk: release reference to RAM's memoryRegion

[Qemu-devel] [PATCH 0/5] vhost-scsi: Add support for host virtualized target
 2013-04-02  5:07 UTC  (3+ messages)

[Qemu-devel] Ongoing big-endian vmxnet3 breakage
 2013-04-02  4:18 UTC 

[Qemu-devel] dataplane bug: fail to start Windows VM with dataplane enable
 2013-04-02  2:02 UTC  (5+ messages)
  ` [Qemu-devel] 回复: "
    ` [Qemu-devel] question about performance of dataplane
      ` [Qemu-devel] 答复: "

[Qemu-devel] Virtualbox svga card in KVM
 2013-04-02  1:13 UTC  (2+ messages)

[Qemu-devel] [Bug 1163065] [NEW] target-i386 cpu_get_phys_page_debug checks bits in wrong order
 2013-04-02  0:21 UTC 

[Qemu-devel] [PATCH 0/3] virtio/vhost: Add checks for uninitialized VQs
 2013-04-01 23:51 UTC  (9+ messages)
` [Qemu-devel] [PATCH 2/3] virtio-pci: Add virtio_queue_valid checks ahead of virtio_queue_get_num
` [Qemu-devel] [PATCH 3/3] vhost: Check+skip uninitialized VQs in vhost_verify_ring_mappings

[Qemu-devel] [PATCH 0/3] chardev-frontends: Explicitly check, inc and dec avail_connections v2
 2013-04-01 21:38 UTC  (3+ messages)
` [Qemu-devel] [PATCH 3/3] ipoctal232: Convert to use chardev properties directly

[Qemu-devel] [PATCH 0/3] piix_pci cleanups
 2013-04-01 20:48 UTC 

[Qemu-devel] [PATCH v3 0/5] Remove sysbus_add_memory and sysbus_del_memory
 2013-04-01 20:48 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-bridge-helper: force usage of a very high MAC address for the bridge
 2013-04-01 20:48 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/6] virtio-balloon refactoring
 2013-04-01 20:36 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/milkymist-softusb: set buffer in softusb_read_{dmem, pmem} error path
 2013-04-01 20:36 UTC  (2+ messages)

[Qemu-devel] [Bug 1162963] [NEW] migration fails with error about ram device
 2013-04-01 20:19 UTC  (2+ messages)
` [Qemu-devel] [Bug 1162963] "

[Qemu-devel] [RFC 00/12] target-i386: CPU hot-add with cpu_set QMP command
 2013-04-01 20:00 UTC  (3+ messages)
` [Qemu-devel] [PATCH 01/12] target-i386: consolidate error propagation in x86_cpu_realizefn()

[Qemu-devel] [GIT PULL 0/9] vfio-pci updates & VGA support
 2013-04-01 19:58 UTC  (3+ messages)
` [Qemu-devel] [PATCH 8/9] vfio: Add bootindex support
` [Qemu-devel] [PATCH 9/9] vfio: cleanup includes


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