qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-01-17 23:09:10 to 2011-01-19 15:15:04 UTC [more...]

[Qemu-devel] [PULL] piix, pci, qdev
 2011-01-19 15:14 UTC  (3+ messages)

[Qemu-devel] [PATCH] Fix block migration when the device size is not a multiple of 1 MB
 2011-01-19 14:59 UTC 

[Qemu-devel] [RFC] Propose the Fast Virtual Disk (FVD) image format that outperforms QCOW2 by 249%
 2011-01-19 14:59 UTC  (11+ messages)

[Qemu-devel] [PATCH] target-arm: Fix garbage collection of temporaries in Neon emulation
 2011-01-19 14:37 UTC  (7+ messages)

[Qemu-devel] [Bug 702885] [NEW] "Internal resource leak" error with ARM NEON vmull.s32 insn
 2011-01-19 14:28 UTC  (4+ messages)
` [Qemu-devel] [Bug 702885] "
    ` [Qemu-devel] [Bug 702885] Re: "Internal resource leak" error withARM "

[Qemu-devel] [PATCH 00/19] Kemari for KVM v0.2.6
 2011-01-19 14:08 UTC  (28+ 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 704904] [NEW] No rule to make target ../libhw32/virtio.o
 2011-01-19 13:57 UTC 

[Qemu-devel] [PATCH 2/5] qemu and qemu-xen: fix segfault on con_disconnect
 2011-01-19 13:53 UTC 

[Qemu-devel] [PATCH V5 3/4] qmp, nmi: convert do_inject_nmi() to QObject
 2011-01-19 13:31 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH V5 2/4] nmi: make cpu-index argument optional
 2011-01-19 13:26 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH 00/35] [PULL] qemu-kvm.git uq/master queue
 2011-01-19 13:15 UTC  (31+ messages)
` [Qemu-devel] [PATCH 28/35] kvm: x86: Introduce kvmclock device to save/restore its state

[Qemu-devel] Missing roms/seabios/Makefile and roms/vgabios/Makefile
 2011-01-19 12:44 UTC 

[Qemu-devel] [PATCH 0/7] virtio-serial: Don't copy guest buf to host, flow control
 2011-01-19 12:27 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/7] virtio-console: Factor out common init between console and generic ports
` [Qemu-devel] [PATCH 2/7] virtio-console: Remove unnecessary braces
` [Qemu-devel] [PATCH 3/7] virtio-serial-bus: separate out discard logic in a separate function
` [Qemu-devel] [PATCH 4/7] virtio-serial: Don't copy over guest buffer to host
` [Qemu-devel] [PATCH 5/7] virtio-serial: Let virtio-serial-bus know if all data was consumed
` [Qemu-devel] [PATCH 6/7] virtio-serial: Add support for flow control
` [Qemu-devel] [PATCH 7/7] virtio-serial: save/restore new fields in port struct

[Qemu-devel] [sparc] Floating point exception issue
 2011-01-19 12:03 UTC  (5+ messages)

[Qemu-devel] [V3 PATCH 0/8] virtio-9p: Use chroot to safely access files in passthrough model
 2011-01-19 11:08 UTC  (13+ messages)
` [Qemu-devel] [V3 PATCH 1/8] virtio-9p: Implement qemu_read_full
` [Qemu-devel] [V3 PATCH 2/8] virtio-9p: Provide chroot environment server side interfaces
` [Qemu-devel] [V3 PATCH 3/8] virtio-9p: Add client side interfaces for chroot environment
` [Qemu-devel] [V3 PATCH 4/8] virtio-9p: Add support to open a file in "
` [Qemu-devel] [V3 PATCH 5/8] virtio-9p: Create support "
` [Qemu-devel] [V3 PATCH 6/8] virtio-9p: Support for creating special files
` [Qemu-devel] [V3 PATCH 8/8] virtio-9p: Chroot environment for other functions
` [Qemu-devel] [V3 PATCH 7/8] virtio-9p: Move file post creation changes to none security model

[Qemu-devel] [PATCH 0/2] strtosz() more cleanups
 2011-01-19 10:03 UTC  (12+ messages)
` [Qemu-devel] [PATCH 2/2] strtosz(): Use suffix macros in switch() statement

[Qemu-devel] [PATCH 0/1] add spicevmc chardev
 2011-01-19  8:49 UTC  (2+ messages)
` [Qemu-devel] [PATCH 1/1] spice: add chardev (v5)

[Qemu-devel] [PATCH 00/12] Threadlets Infrastructure
 2011-01-19  7:54 UTC  (14+ messages)
` [Qemu-devel] [PATCH 08/12] Threadlet: Add aio_signal_handler threadlet API
` [Qemu-devel] [PATCH 10/12] Move threadlet code to qemu-threadlets.c

[Qemu-devel] unknown keycodes
 2011-01-19  1:45 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/2] prep: Remove bogus BIOS size check
 2011-01-18 21:43 UTC  (2+ messages)
` [Qemu-devel] [PATCH 2/2] prep: Disable second IDE channel, as long as ISA IDE emulation doesn't support same irq for both channels

[Qemu-devel] [PATCH] pcibus_get_dev_path: correct pci device path construction
 2011-01-18 21:10 UTC 

[Qemu-devel] [RFC PATCH] Fake machine for scalability testing
 2011-01-18 20:16 UTC 

[Qemu-devel] paravirtual mouse/tablet
 2011-01-18 19:57 UTC  (14+ messages)

[Qemu-devel] Re: [PATCH V2 1/3] Introduce log_start/log_stop in CPUPhysMemoryClient
 2011-01-18 18:20 UTC  (3+ messages)

[Qemu-devel] [PATCH] linux-user: Fix possible realloc memory leak
 2011-01-18 18:02 UTC  (6+ messages)

[Qemu-devel] Changing the content of target cpu registers
 2011-01-18 18:13 UTC  (3+ messages)

[Qemu-devel] Fwd: Re: port-sparc/44389: awk failure during m4 installation with pkgsrc
 2011-01-18 17:51 UTC  (4+ messages)
  ` [Qemu-devel] "

[Qemu-devel] [PATCH] pxa2xx_lcd: restore updating of display
 2011-01-18 16:11 UTC 

[Qemu-devel] paravirtual tablet v3
 2011-01-18 15:20 UTC  (6+ messages)

[Qemu-devel] KVM call agenda for Jan 18
 2011-01-18 14:29 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH] target-arm: Log instruction start in TCG code
 2011-01-18 14:27 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/5] iohandlers: Add support for enabling/disabling individual handlers
 2011-01-18 14:19 UTC  (6+ messages)
` [Qemu-devel] "

[Qemu-devel] [RFC][PATCH v6 00/23] virtagent: host/guest RPC communication agent
 2011-01-18 14:13 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/8] Some more AHCI work
 2011-01-18 13:33 UTC  (29+ messages)
` [Qemu-devel] [PATCH 2/8] ahci: split ICH and AHCI even more
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 3/8] ahci: send init d2h fis on fis enable
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 4/8] ahci: use qiov instead of dma helpers
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 6/8] ahci: make number of ports runtime determined
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 7/8] ahci: free dynamically allocated iovs
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 8/8] ahci: fix !msi interrupts
  ` [Qemu-devel] "

[Qemu-devel] [PATCH v2 0/3] usb-msd: Add usb-storage, removable=on|off property
 2011-01-18 12:06 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/3] scsi-disk: Allow overriding SCSI INQUIRY removable bit
` [Qemu-devel] [PATCH v2 2/3] scsi: Allow SCSI devices to override the "
` [Qemu-devel] [PATCH v2 3/3] usb-msd: Propagate removable bit to SCSI device

[Qemu-devel] [PATCH 0/3] allow online resizing of block devices
 2011-01-18 13:17 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/3] block: add resize monitor command

[Qemu-devel] [PATCH v3 0/3] qcow2 metadata cache
 2011-01-18 12:00 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] qcow2: Add QcowCache
` [Qemu-devel] [PATCH v3 2/3] qcow2: Use QcowCache
` [Qemu-devel] [PATCH v3 3/3] qcow2: Batch flushes for COW

[Qemu-devel] [PATCH 0/3] mips: Handle late r4k timers
 2011-01-18 11:50 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/3] mips: Break TBs after mfc0_count
` [Qemu-devel] [PATCH 2/3] mips: Break out cpu_mips_timer_expire
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 3/3] mips: Expire late timers when reading cp0_count
  ` [Qemu-devel] "

[Qemu-devel] [PATCH 0/3] add PROP_TYPE_ENUM and print_options callback
 2011-01-18 10:58 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] qdev: add "
` [Qemu-devel] [PATCH 2/3] qdev: add data pointer to Property
` [Qemu-devel] [PATCH 3/3] qdev-properties: add PROP_TYPE_ENUM

[Qemu-devel] [PATCH v2 3/3] checkpatch: adjust to QEMUisms
 2011-01-18 10:24 UTC  (4+ messages)
` [Qemu-devel] "

[Qemu-devel] MIPS, io-thread, icount and wfi
 2011-01-18 10:17 UTC  (4+ messages)
` [Qemu-devel] "

[Qemu-devel] Re: Errors on MMIO read access on VM suspend / resume operations
 2011-01-18  8:53 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/3] mainstone: fix name of the allocated memory for roms
 2011-01-17 23:09 UTC  (2+ 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).