qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-01-10 14:45:33 to 2011-01-11 14:40:03 UTC [more...]

[Qemu-devel] [PATCH v9 0/5] char: Add support for nonblocking writes
 2011-01-11 14:39 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/5] char: Add a QemuChrHandlers struct to initialise chardev handlers
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 2/5] char: Introduce char_set/remove_fd_handlers()
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 3/5] char: Add framework for a 'write unblocked' callback
` [Qemu-devel] [PATCH 4/5] char: Update send_all() to handle nonblocking chardev write requests
` [Qemu-devel] [PATCH 5/5] char: Equip the unix/tcp backend to handle nonblocking writes
  ` [Qemu-devel] "

[Qemu-devel] [PATCH 00/35] [PULL] qemu-kvm.git uq/master queue
 2011-01-11 14:36 UTC  (34+ messages)
` [Qemu-devel] [PATCH 26/35] kvm: Eliminate KVMState arguments
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 28/35] kvm: x86: Introduce kvmclock device to save/restore its state

[Qemu-devel] RFC: QMP event notification for disk media eject
 2011-01-11 14:29 UTC  (5+ messages)
` [Qemu-devel] "

[Qemu-devel] KVM call agenda for Jan 11
 2011-01-11 13:41 UTC  (9+ messages)
` [Qemu-devel] "

[Qemu-devel] [PULL v2 0/6] spice patch queue
 2011-01-11 13:37 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/6] add migration state change notifiers
` [Qemu-devel] [PATCH 2/6] spice: client migration
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 2/6] spice/vnc: "
` [Qemu-devel] [PATCH 3/6] spice: MAINTAINERS update
` [Qemu-devel] [PATCH 4/6] vnc/spice: fix "never" and "now" expire_time
` [Qemu-devel] [PATCH 5/6] spice/qxl: zap spice 0.4 migration compatibility bits
` [Qemu-devel] [PATCH 6/6] spice: add chardev (v4)

[Qemu-devel] [PATCH] Make strtosz() return int64_t instead of ssize_t
 2011-01-11 13:36 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/7] Define "deposit" tcg operation, v2
 2011-01-11 12:40 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/7] tcg: Define "deposit" as an optional operation
` [Qemu-devel] [PATCH 2/7] tcg-ppc: Implement deposit operation
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 3/7] tcg-hppa: "
` [Qemu-devel] [PATCH 4/7] tcg-ia64: "
` [Qemu-devel] [PATCH 5/7] tcg-i386: "
` [Qemu-devel] [PATCH 6/7] target-i386: Use "
` [Qemu-devel] [PATCH 7/7] target-ppc: "

[Qemu-devel] [PATCH] do_snapshot_blkdev() error on missing snapshot_file argument
 2011-01-11 12:16 UTC  (2+ messages)

[Qemu-devel] Tracking unfreed tcg temps
 2011-01-11 12:09 UTC 

[Qemu-devel] [PATCH] Avoid divide by zero when there is no block device to migrate
 2011-01-11 11:54 UTC  (2+ messages)

[Qemu-devel] [PATCH] ioeventfd: error handling cleanup
 2011-01-11 11:49 UTC 

[Qemu-devel] [PATCH 0/3] virtio-serial: Flow control
 2011-01-11 11:24 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] virtio-serial: Let virtio-serial-bus know if all data was consumed
` [Qemu-devel] [PATCH 2/3] virtio-serial: Add support for flow control
` [Qemu-devel] [PATCH 3/3] virtio-console: Enable port throttling when chardev is slow to consume data

[Qemu-devel] [PATCH 00/19] Kemari for KVM v0.2.3
 2011-01-11 10:59 UTC  (20+ messages)
` [Qemu-devel] [PATCH 01/19] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
` [Qemu-devel] [PATCH 02/19] Introduce read() to FdMigrationState
` [Qemu-devel] [PATCH 03/19] Introduce skip_header parameter to qemu_loadvm_state()
` [Qemu-devel] [PATCH 04/19] qemu-char: export socket_set_nodelay()
` [Qemu-devel] [PATCH 05/19] vl.c: add deleted flag for deleting the handler
` [Qemu-devel] [PATCH 06/19] virtio: decrement last_avail_idx with inuse before saving
` [Qemu-devel] [PATCH 07/19] Introduce fault tolerant VM transaction QEMUFile and ft_mode
` [Qemu-devel] [PATCH 08/19] savevm: introduce util functions to control ft_trans_file from savevm layer
` [Qemu-devel] [PATCH 09/19] Introduce event-tap
` [Qemu-devel] [PATCH 10/19] Call init handler of event-tap at main() in vl.c
` [Qemu-devel] [PATCH 11/19] ioport: insert event_tap_ioport() to ioport_write()
` [Qemu-devel] [PATCH 12/19] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c
` [Qemu-devel] [PATCH 13/19] net: insert event-tap to qemu_send_packet() and qemu_sendv_packet_async()
` [Qemu-devel] [PATCH 14/19] block: insert event-tap to bdrv_aio_writev() and bdrv_aio_flush()
` [Qemu-devel] [PATCH 15/19] savevm: introduce qemu_savevm_trans_{begin, commit}
` [Qemu-devel] [PATCH 16/19] migration: introduce migrate_ft_trans_{put, get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on
` [Qemu-devel] [PATCH 17/19] migration-tcp: modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close fd when ft_mode is enabled
` [Qemu-devel] [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari)
` [Qemu-devel] [PATCH 19/19] migration: add a parser to accept FT migration incoming mode

[Qemu-devel] [Bug 686613] [NEW] USB MSD are not marked as removable
 2011-01-11 10:07 UTC  (3+ messages)
` [Qemu-devel] [Bug 686613] "

[Qemu-devel] [PATCH v3 0/4] virtio-serial: Trivial fixes, don't copy buffers to host
 2011-01-11  9:33 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/4] virtio-console: Factor out common init between console and generic ports
` [Qemu-devel] [PATCH v3 2/4] virtio-console: Remove unnecessary braces
` [Qemu-devel] [PATCH v3 3/4] virtio-serial-bus: separate out discard logic in a separate function
` [Qemu-devel] [PATCH v3 4/4] virtio-serial: Don't copy over guest buffer to host

[Qemu-devel] phys_page_find bug?
 2011-01-11  9:22 UTC  (7+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH] qdev: Fix printout of bit device properties with bit index >= 8
 2011-01-11  9:23 UTC  (2+ messages)

[Qemu-devel] [PATCH 6/7] lan9118: fix a buffer overflow
 2011-01-11  9:10 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/7] usb-ccid (v15)
 2011-01-11  9:03 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/7] usb-ccid: add CCID bus
` [Qemu-devel] [PATCH 2/7] ccid: add passthru card device
` [Qemu-devel] [PATCH 3/7] libcacard: initial commit after coding style fixes
` [Qemu-devel] [PATCH 4/7] ccid: add ccid-card-emulated device (v2)
` [Qemu-devel] [PATCH 5/7] ccid: add docs
` [Qemu-devel] [PATCH 6/7] ccid: configure: add --enable/disable and nss only disable
` [Qemu-devel] [PATCH 6/6] ccid: configure: add --enable-smartcard and --disable-smartcard
` [Qemu-devel] [PATCH 7/7] ccid: add qdev description strings

[Qemu-devel] [PATCH 0/7] usb-ccid (v14)
 2011-01-11  8:58 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/7] usb-ccid: add CCID bus

[Qemu-devel] Does qemu support cortex a8 and cortex a9 now?
 2011-01-11  8:50 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/7] usb-ccid (v15)
 2011-01-11  8:38 UTC 

[Qemu-devel] [PULL 0/6] spice patch queue
 2011-01-11  8:15 UTC  (10+ messages)
` [Qemu-devel] [PATCH 2/6] spice: client migration

[Qemu-devel] [PATCH 0/3] target-ppc: improve FPU emulation
 2011-01-11  6:23 UTC  (6+ messages)
` [Qemu-devel] [PATCH 3/3] target-ppc: fix sNaN propagation
  ` [Qemu-devel] "

[Qemu-devel] [PATCH 0/4] target-arm: Fix VRSQRTS
 2011-01-10 19:20 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/4] softfloat: Add float32_is_zero_or_denormal() function
` [Qemu-devel] [PATCH 2/4] target-arm: Fix implementation of VRSQRTS
` [Qemu-devel] [PATCH 3/4] target-arm: Add support for 'Standard FPSCR Value' as used by Neon
` [Qemu-devel] [PATCH 4/4] target-arm: Use the standard FPSCR value for VRSQRTS

[Qemu-devel] Re: audio: Mixing engine and mixer emulation
 2011-01-11  6:09 UTC  (6+ messages)
` [Qemu-devel] [PATCH] audio: split sample conversion and volume mixing
  ` [Qemu-devel] "
    ` [Qemu-devel] Re: [PATCH] audio: split sample conversion and volumemixing

[Qemu-devel] [PATCH 0/4] [RESEND] [REBASE] Auto-document qdev devices
 2011-01-11  5:16 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/4] qdev: Add a description field for qdev properties for documentation
` [Qemu-devel] [PATCH 2/4] virtio-serial: Add description fields for qdev properties

[Qemu-devel] [PATCH 0/4] target-arm: get IT bits right at exceptions
 2011-01-10 23:11 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] target-arm: Remove redundant setting of IT bits before Thumb SWI
` [Qemu-devel] [PATCH 2/4] target-arm: Refactor translation of exception generating instructions
` [Qemu-devel] [PATCH 3/4] linux-user: ARM: clear the IT bits when invoking a signal handler
` [Qemu-devel] [PATCH 4/4] target-arm: Restore IT bits when resuming after an exception

[Qemu-devel] Linux as VirtualBox quest OS with QEMU running Solaris
 2011-01-10 22:18 UTC  (7+ messages)

[Qemu-devel] [PATCH] qemu-img snapshot: Use writeback caching
 2011-01-10 21:53 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] usb-ccid (v14)
 2011-01-10 21:55 UTC  (4+ messages)

[Qemu-devel] [PATCH] linux-user: Add configure check for linux/fiemap.h and IOC_FS_FIEMAP
 2011-01-10 21:53 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH] slirp/tftp.c: fix mode field
 2011-01-10 21:46 UTC 

[Qemu-devel] [PATCH] cris: remove a write-only variable
 2011-01-10 21:41 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-devel] [patch 0/2] [pci branch] configure pci slot removability through ACPI
 2011-01-10 21:25 UTC  (4+ messages)
` [Qemu-devel] [patch 1/2] document QEMU<->ACPIBIOS PCI hotplug interface
` [Qemu-devel] [patch 2/2] acpi_piix4: expose no_hotplug attribute via i/o port
  ` [Qemu-devel] "

[Qemu-devel] [PATCH v3] savevm: Fix no_migrate
 2011-01-10 21:19 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4] "
  ` [Qemu-devel] "

[Qemu-devel] [PATCH 0/7] linux-user fixes for pull
 2011-01-10 21:13 UTC  (4+ messages)
` [Qemu-devel] [PATCH] linux-user: fix for loopmount ioctl

[Qemu-devel] [PATCH 0/7] Define "deposit" tcg operation
 2011-01-10 19:19 UTC  (9+ messages)
` [Qemu-devel] [PATCH 5/7] tcg-i386: Implement deposit operation
  ` [Qemu-devel] "

[Qemu-devel] [PATCH 1/3] MAINTAINERS: fix typos
 2011-01-10 19:24 UTC  (9+ messages)
` [Qemu-devel] [PATCH 2/3] MAINTAINERS: Change MIPS and SH4 maintainers
` [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG
  ` [Qemu-devel] "

[Qemu-devel] [PATCH] tcg arm/mips/ia64: add a comment about retranslation and caches
 2011-01-10 19:27 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-devel] [Bug 544527] Re: usbfs is bugged with >2.6.32.9 and <=2.6.33 (breaks VMWare, Qemu, sane scanners, ...)
 2011-01-10 18:42 UTC  (2+ messages)

[Qemu-devel] [PATCH] arm-dis: Include opcode hex when doing disassembly
 2011-01-10 17:31 UTC  (4+ messages)

[Qemu-devel] [PULL] piix, pci, qdev
 2011-01-10 17:07 UTC  (2+ messages)

[Qemu-devel] [RFC][PATCH 0/2] qcow2 metadata cache
 2011-01-10 16:53 UTC  (3+ messages)
` [Qemu-devel] [RFC][PATCH 1/2] qcow2: Add QcowCache
` [Qemu-devel] [RFC][PATCH 2/2] qcow2: Use QcowCache

[Qemu-devel] [PATCH applied] virtio: move vmstate change tracking to core
 2011-01-10 16:35 UTC 

[Qemu-devel] tcg/{ppc, s390, sparc}: branch target and code retranslation
 2011-01-10 15:03 UTC  (10+ messages)
  ` [Qemu-devel] "


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