qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-11-10 22:32:17 to 2010-11-12 12:20:15 UTC [more...]

[Qemu-devel] Re: [PATCH] Implement a virtio GPU transport
 2010-11-12 12:14 UTC  (8+ messages)

[Qemu-devel] Cannot not unplug cold-plugged devices
 2010-11-12 11:26 UTC  (5+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH v3 0/3]: QMP: Human Monitor passthrough
 2010-11-12 10:21 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/3] qemu-char: Introduce Memory driver
` [Qemu-devel] [PATCH 2/3] QMP: Introduce Human Monitor passthrough command
` [Qemu-devel] [PATCH 3/3] QMP/qmp-shell: Introduce HMP mode

[Qemu-devel] [PATCH v2 0/3]: QMP: Human Monitor passthrough
 2010-11-12 10:16 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/3] qemu-char: Introduce Memory driver
` [Qemu-devel] [PATCH 2/3] QMP: Introduce Human Monitor passthrough command

[Qemu-devel] [PATCH] scsi-disk: Move active request asserts
 2010-11-12 10:13 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [patch] fix scsi-generic
 2010-11-12 10:00 UTC  (6+ messages)
        ` [Qemu-devel] "

[Qemu-devel] [PATCH 0/4] pci: clean up of command/status register
 2010-11-12  9:51 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] pci: revise pci command register initialization
` [Qemu-devel] [PATCH 2/4] pci: clean up pci command register io/memory bit initialization
` [Qemu-devel] [PATCH 3/4] pci: fix accesses to pci status register
` [Qemu-devel] [PATCH 4/4] pci: clean up of "

[Qemu-devel] No Virtual Console
 2010-11-12  9:49 UTC  (5+ messages)

[Qemu-devel] (no subject)
 2010-11-12  9:43 UTC 

[Qemu-devel] [Bug 671831] [NEW] Sparc guest assert error
 2010-11-12  9:26 UTC  (8+ messages)
` [Qemu-devel] [Bug 671831] "

[Qemu-devel] [PATCH v2 0/3] virtio: Use ioeventfd for virtqueue notify
 2010-11-12  9:25 UTC  (13+ messages)
` [Qemu-devel] [PATCH 1/3] virtio-pci: Rename bugs field to flags
` [Qemu-devel] [PATCH 2/3] virtio-pci: Use ioeventfd for virtqueue notify
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 3/3] virtio-pci: Don't use ioeventfd on old kernels
` [Qemu-devel] Re: [PATCH v2 0/3] virtio: Use ioeventfd for virtqueue notify

[Qemu-devel] [PATCH 0/8] PCI capability and device assignment improvements
 2010-11-12  9:20 UTC  (20+ messages)
` [Qemu-devel] [PATCH 1/8] pci: pci_default_cap_write_config ignores wmask
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 2/8] pci: Remove pci_enable_capability_support()
` [Qemu-devel] [PATCH 3/8] device-assignment: Use PCI capabilities support
` [Qemu-devel] [PATCH 4/8] pci: Replace used bitmap with capability byte map
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 5/8] pci: Remove cap.length, cap.start, cap.supported
` [Qemu-devel] [PATCH 6/8] device-assignment: Move PCI capabilities to match physical hardware
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 7/8] pci: Pass ID for capability read/write handlers
` [Qemu-devel] [RFC PATCH 8/8] device-assignment: pass through and stub more PCI caps
  ` [Qemu-devel] "
` [Qemu-devel] Re: [PATCH 0/8] PCI capability and device assignment improvements

[Qemu-devel] Log Console Output to File
 2010-11-12  3:42 UTC  (9+ messages)

[Qemu-devel] [Bug 510612] Re: sound broken in qemu 0.12.x
 2010-11-12  1:23 UTC  (2+ messages)

[Qemu-devel] SMM jmp weirdness
 2010-11-12  0:53 UTC 

[Qemu-devel] [Bug 643430] [NEW] system_powerdown is working in qemu-kvm with KVM enabled for FreeBSD guests
 2010-11-12  0:28 UTC  (3+ messages)
` [Qemu-devel] [Bug 643430] "

[Qemu-devel] [Bug 595438] [NEW] segmentation scsi writeback
 2010-11-12  0:03 UTC  (3+ messages)
` [Qemu-devel] [Bug 595438] Re: KVM segmentation fault, using SCSI+writeback and linux 2.4 guest

[Qemu-devel] [PATCH v2 00/15] vnc: adapative tight, zrle, zywrle, and bitmap module
 2010-11-11 21:25 UTC  (21+ messages)
` [Qemu-devel] [PATCH v2 01/15] vnc: don't set the quality if lossy encoding are disabled
` [Qemu-devel] [PATCH v2 02/15] vnc: add a way to get the update frequency for a given region
` [Qemu-devel] [PATCH v2 03/15] vnc: refresh lossy rect after a given timeout
` [Qemu-devel] [PATCH v2 04/15] vnc: tight: use the update frequency to choose between lossy and lossless
` [Qemu-devel] [PATCH v2 05/15] vnc: palette: use a pool to reduce memory allocations
` [Qemu-devel] [PATCH v2 06/15] vnc: palette: add palette_init calls
` [Qemu-devel] [PATCH v2 07/15] vnc: palette: and fill and color calls
` [Qemu-devel] [PATCH v2 08/15] vnc: Add ZRLE and ZYWRLE encodings
` [Qemu-devel] [PATCH v2 09/15] vnc: fix uint8_t comparisons with negative values
` [Qemu-devel] [PATCH v2 10/15] vnc: fix lossy rect refreshing
` [Qemu-devel] [PATCH v2 11/15] bitmap: add a generic bitmap and bitops library
` [Qemu-devel] [PATCH v2 12/15] vnc: use the new generic bitmap functions
` [Qemu-devel] [PATCH v2 13/15] vnc: don't try to send bigger updates that client height
` [Qemu-devel] [PATCH v2 14/15] vnc: tight: tweak adaptive tight settings
` [Qemu-devel] [PATCH v2 15/15] vnc: add a non-adaptive option
` [Qemu-devel] Re: [PATCH v2 00/15] vnc: adapative tight, zrle, zywrle, and bitmap module

[Qemu-devel] [PATCH] ceph/rbd block driver for qemu-kvm (v7)
 2010-11-11 21:09 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH 0/8] ARM: fix VCVT instructions
 2010-11-11 19:21 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/8] ARM: Fix decoding of VFP forms of VCVT between float and int/fixed
` [Qemu-devel] [PATCH 2/8] ARM: Fix decoding of Neon forms of VCVT between float and fixed point
` [Qemu-devel] [PATCH 3/8] ARM: Fix sense of to_integer bit in Neon VCVT float/int conversion
` [Qemu-devel] [PATCH 4/8] ARM: Return correct result for float-to-integer conversion of NaN
` [Qemu-devel] [PATCH 5/8] ARM: Return correct result for single<->double "
` [Qemu-devel] [PATCH 6/8] ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed point
` [Qemu-devel] [PATCH 7/8] softfloat: Add float/double to 16 bit integer conversion functions
` [Qemu-devel] [PATCH 8/8] ARM: Implement VCVT to 16 bit integer using new softfloat routines

[Qemu-devel] [PATCH 0/2] msi support for virtfs
 2010-11-11 18:47 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] pc: add 0.13 pc machine type
` [Qemu-devel] [PATCH 2/2] virtfs: enable MSI-X

[Qemu-devel] [PATCH v1 0/3]: QMP: Human Monitor passthrough
 2010-11-11 17:45 UTC  (15+ messages)
` [Qemu-devel] [PATCH 2/3] QMP: Introduce Human Monitor passthrough command

[Qemu-devel] [PATCHv3 00/14] boot order specification
 2010-11-11 18:41 UTC  (19+ messages)
` [Qemu-devel] [PATCHv3 03/14] Keep track of ISA ports ISA device is using in qdev
  ` [Qemu-devel] "
` [Qemu-devel] [PATCHv3 08/14] Add get_fw_dev_path callback for pci bus
  ` [Qemu-devel] "
` [Qemu-devel] [PATCHv3 14/14] Pass boot device list to firmware
  ` [Qemu-devel] "
` [Qemu-devel] Re: [PATCHv3 00/14] boot order specification

[Qemu-devel] [PATCH 0/3] add usb_detach and usb_attach (v3)
 2010-11-11 17:01 UTC  (10+ messages)

[Qemu-devel] [PATCH] Add missing braces
 2010-11-11 15:10 UTC 

[Qemu-devel] [PATCH] add copyright to spiceaudio
 2010-11-11 15:01 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH 0/2] v6 Decouple block device removal from device removal
 2010-11-11 14:50 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/2] Fix Block Hotplug race with drive_del()

[Qemu-devel] [PATCH v2] ioport: Fix duplicated code
 2010-11-11 14:03 UTC 

[Qemu-devel] [RfC PATCH] spice: qmp windup: connection events & info command
 2010-11-11 12:49 UTC 

[Qemu-devel] [PATCH 0/3] vnc/spice: add monitor command to change password
 2010-11-11 11:39 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/3] vnc: support password expire

[Qemu-devel] [PATCH v2 1/3] trace: [ust] fix generation of 'trace.c' on events without args
 2010-11-11  9:31 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 3/3] trace: enable all events by default

[Qemu-devel] v10: [PATCH 0/3] Threadlets: A generic task offloading framework
 2010-11-11  9:26 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/3] Make paio subsystem use threadlets infrastructure
    ` [Qemu-devel] "
` [Qemu-devel] [PATCH 2/3] Move threadlets infrastructure to qemu-threadlets.c

[Qemu-devel] [patch 0/3] block migration fixes
 2010-11-11  9:06 UTC  (4+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH] add a command line option to specify the interface to send multicast packets on
 2010-11-11  1:47 UTC 

[Qemu-devel] [RFC][PATCH v3 00/11] virtagent: host/guest RPC communication agent
 2010-11-11  1:37 UTC  (12+ messages)
` [Qemu-devel] [RFC][PATCH v3 01/11] virtagent: add common rpc transport defs
` [Qemu-devel] [RFC][PATCH v3 02/11] virtagent: base definitions for host/guest RPC server
` [Qemu-devel] [RFC][PATCH v3 03/11] virtagent: qemu-vp, integrate virtagent server
` [Qemu-devel] [RFC][PATCH v3 04/11] virtagent: base RPC client definitions
` [Qemu-devel] [RFC][PATCH v3 05/11] virtagent: add getfile RPC
` [Qemu-devel] [RFC][PATCH v3 06/11] virtagent: add agent_viewfile command
` [Qemu-devel] [RFC][PATCH v3 07/11] virtagent: add getdmesg RPC
` [Qemu-devel] [RFC][PATCH v3 08/11] virtagent: add agent_viewdmesg command
` [Qemu-devel] [RFC][PATCH v3 09/11] virtagent: qemu-vp integration, use virtagent init functions
` [Qemu-devel] [RFC][PATCH v3 10/11] virtagent: qemu integration, add va invocation via virtproxy chardev
` [Qemu-devel] [RFC][PATCH v3 11/11] virtagent: Makefile/configure changes to build virtagent bits

[Qemu-devel] (no subject)
 2010-11-11  1:30 UTC 

[Qemu-devel] [RFC][PATCH v2 00/19] virtproxy: host/guest communication layer
 2010-11-10 23:47 UTC  (21+ messages)
` [Qemu-devel] [RFC][PATCH v2 01/19] virtproxy: base data structures and constants
` [Qemu-devel] [RFC][PATCH v2 02/19] virtproxy: qemu-vp, standalone daemon skeleton
` [Qemu-devel] [RFC][PATCH v2 03/19] virtproxy: add debug functions for virtproxy core
` [Qemu-devel] [RFC][PATCH v2 04/19] virtproxy: list look-up functions conns/oforwards/iforwards
` [Qemu-devel] [RFC][PATCH v2 05/19] virtproxy, add vp_channel_send_all
` [Qemu-devel] [RFC][PATCH v2 06/19] virtproxy: add accept handler for communication channel
` [Qemu-devel] [RFC][PATCH v2 07/19] virtproxy: add read "
` [Qemu-devel] [RFC][PATCH v2 08/19] virtproxy: add vp_new() VPDriver constructor
` [Qemu-devel] [RFC][PATCH v2 09/19] virtproxy: interfaces to set/remove/handle VPOForwards
` [Qemu-devel] [RFC][PATCH v2 10/19] virtproxy: add handler for data packets
` [Qemu-devel] [RFC][PATCH v2 11/19] virtproxy: add handler for control packet
` [Qemu-devel] [RFC][PATCH v2 12/19] virtproxy: add vp_handle_packet()
` [Qemu-devel] [RFC][PATCH v2 13/19] virtproxy: interfaces to set/remove VPIForwards
` [Qemu-devel] [RFC][PATCH v2 14/19] virtproxy: add read handler for proxied connections
` [Qemu-devel] [RFC][PATCH v2 15/19] virtproxy: add virtproxy-builtin.c for compat defs
` [Qemu-devel] [RFC][PATCH v2 16/19] virtproxy: qemu integration, add virtproxy chardev
` [Qemu-devel] [RFC][PATCH v2 17/19] virtproxy: qemu integration, add virtproxy to Makefile.targets
` [Qemu-devel] [RFC][PATCH v2 18/19] virtproxy: qemu-vp, main logic
` [Qemu-devel] [RFC][PATCH v2 19/19] virtproxy: Makefile/configure changes to build qemu-vp


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