messages from 2011-10-10 15:00:39 to 2011-10-11 14:37:21 UTC [more...]
[Qemu-devel] Hack integrating SeaBios / LinuxBoot option rom with QEMU trace backends
2011-10-11 14:36 UTC (39+ messages)
` [Qemu-devel] Slow kernel/initrd loading via fw_cfg; Was "
[Qemu-devel] KVM call agenda for October 11th
2011-10-11 14:34 UTC (13+ messages)
[Qemu-devel] [PATCH] qed: fix use-after-free during l2 cache commit
2011-10-11 14:22 UTC (5+ messages)
[Qemu-devel] [PULL 00/24] Memory API, batch 11
2011-10-11 13:58 UTC (8+ messages)
` [Qemu-devel] [PATCH 01/24] hw/lan9118.c: Convert to MemoryRegion
` [Qemu-devel] [PATCH 07/24] hw/versatile_pci: Expose multiple sysbus mmio regions
` [Qemu-devel] [PATCH 20/24] vga: Convert to isa_register_portio_list
` [Qemu-devel] [PATCH 23/24] ide: "
[Qemu-devel] [PATCH 0/3] block: zero write detection
2011-10-11 13:46 UTC (2+ messages)
[Qemu-devel] viewing continuous guest virtual memory as continuous in qemu
2011-10-11 13:20 UTC (4+ messages)
` [Qemu-devel] [Spice-devel] "
[Qemu-devel] FYI: Need to a make clean due to recently pushed commit
2011-10-11 12:48 UTC (2+ messages)
[Qemu-devel] [Bug 658152] [NEW] jp106 keyboard cannot input "_" key
2011-10-11 12:15 UTC (2+ messages)
` [Qemu-devel] [Bug 658152] "
[Qemu-devel] New option for snapshot_blkdev to avoid image creation
2011-10-11 12:30 UTC (2+ messages)
[Qemu-devel] [PATCH] qemu: new option for snapshot_blkdev to avoid image creation
2011-10-11 12:00 UTC (3+ messages)
[Qemu-devel] [PATCH v2 00/13] allow tools to use the QEMU main loop
2011-10-11 11:35 UTC (14+ messages)
` [Qemu-devel] [PATCH 01/13] remove unused function
` [Qemu-devel] [PATCH 02/13] qemu-timer: remove active_timers array
` [Qemu-devel] [PATCH 03/13] qemu-timer: move common code to qemu_rearm_alarm_timer
` [Qemu-devel] [PATCH 04/13] qemu-timer: more clock functions
` [Qemu-devel] [PATCH 05/13] qemu-timer: move icount to cpus.c
` [Qemu-devel] [PATCH 06/13] qemu-timer: do not refer to runstate_is_running()
` [Qemu-devel] [PATCH 07/13] qemu-timer: use atexit for quit_timers
` [Qemu-devel] [PATCH 08/13] qemu-timer: move more stuff out of qemu-timer.c
` [Qemu-devel] [PATCH 09/13] qemu-timer: do not use RunState change handlers
` [Qemu-devel] [PATCH 10/13] create main-loop.h
` [Qemu-devel] [PATCH 11/13] create main-loop.c
` [Qemu-devel] [PATCH 12/13] Revert to a hand-made select loop
` [Qemu-devel] [PATCH 13/13] simplify main loop functions
[Qemu-devel] [PATCH V2 00/13] VirtFS update
2011-10-11 10:41 UTC (14+ messages)
` [Qemu-devel] [PATCH -V2 01/13] hw/9pfs: Use ioeventfd for 9p
` [Qemu-devel] [PATCH -V2 02/13] hw/9pfs: Add new virtfs option cache=writethrough to skip host page cache
` [Qemu-devel] [PATCH -V2 03/13] qemu-options.hx: Update virtfs command documentation
` [Qemu-devel] [PATCH -V2 04/13] hw/9pfs: Fix build error on platform that don't support futimens
` [Qemu-devel] [PATCH -V2 05/13] virtio-9p: Use 9P specific Lock constants
` [Qemu-devel] [PATCH -V2 06/13] hw/9pfs: Ensure an error is reported to user if 9pfs mount tag is too long
` [Qemu-devel] [PATCH -V2 07/13] hw/9pfs: Add open flag mapping
` [Qemu-devel] [PATCH -V2 08/13] hw/9pfs: Add st_gen support in getattr reply
` [Qemu-devel] [PATCH -V2 09/13] hw/9pfs: Add st_gen support for handle based fs driver
` [Qemu-devel] [PATCH -V2 10/13] hw/9pfs: Introduce tracing for 9p pdu handlers
` [Qemu-devel] [PATCH -V2 11/13] hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing
` [Qemu-devel] [PATCH -V2 12/13] scripts: Simpletrace log analysis script for pretty-printing 9p log
` [Qemu-devel] [PATCH -V2 13/13] hw/9pfs: Use fs driver specific lstat
[Qemu-devel] Stand a chance to walk away with an iPad 2!
2011-10-11 10:05 UTC
[Qemu-devel] [PATCH v4 00/36] Migration errors & cleanup (the integrated version)
2011-10-11 10:00 UTC (37+ messages)
` [Qemu-devel] [PATCH 01/36] ds1225y: Use stdio instead of QEMUFile
` [Qemu-devel] [PATCH 02/36] migration: simplify state assignmente
` [Qemu-devel] [PATCH 03/36] migration: Check that migration is active before cancel it
` [Qemu-devel] [PATCH 04/36] migration: return real error code
` [Qemu-devel] [PATCH 05/36] migration: add error handling to migrate_fd_put_notify()
` [Qemu-devel] [PATCH 06/36] migration: If there is one error, it makes no sense to continue
` [Qemu-devel] [PATCH 07/36] buffered_file: Use right "opaque"
` [Qemu-devel] [PATCH 08/36] buffered_file: reuse QEMUFile has_error field
` [Qemu-devel] [PATCH 09/36] migration: don't "write" when migration is not active
` [Qemu-devel] [PATCH 10/36] migration: set error if select return one error
` [Qemu-devel] [PATCH 11/36] migration: change has_error to contain errno values
` [Qemu-devel] [PATCH 12/36] migration: rename qemu_file_has_error to qemu_file_get_error
` [Qemu-devel] [PATCH 13/36] savevm: Rename has_error to last_error field
` [Qemu-devel] [PATCH 14/36] migration: use qemu_file_get_error() return value when possible
` [Qemu-devel] [PATCH 15/36] migration: Make *start_outgoing_migration return FdMigrationState
` [Qemu-devel] [PATCH 16/36] migration: Use FdMigrationState instead of MigrationState when possible
` [Qemu-devel] [PATCH 17/36] migration: Fold MigrationState into FdMigrationState
` [Qemu-devel] [PATCH 18/36] migration: Rename FdMigrationState MigrationState
` [Qemu-devel] [PATCH 19/36] migration: Refactor MigrationState creation
` [Qemu-devel] [PATCH 20/36] migration: Make all posible migration functions static
` [Qemu-devel] [PATCH 21/36] migration: move migrate_new to do_migrate
` [Qemu-devel] [PATCH 22/36] migration: Introduce MIG_STATE_SETUP
` [Qemu-devel] [PATCH 23/36] migration: Refactor and simplify error checking in migrate_fd_put_ready
` [Qemu-devel] [PATCH 24/36] migration: Introduce migrate_fd_completed() for consistency
` [Qemu-devel] [PATCH 25/36] migration: Our release callback was just free
` [Qemu-devel] [PATCH 26/36] migration: Remove get_status() accessor
` [Qemu-devel] [PATCH 27/36] migration: Remove migration cancel() callback
` [Qemu-devel] [PATCH 28/36] migration: Move exported functions to the end of the file
` [Qemu-devel] [PATCH 29/36] migration: create accessor for current_migration
` [Qemu-devel] [PATCH 30/36] migration: Use bandwidth_limit directly
` [Qemu-devel] [PATCH 31/36] migration: Pass MigrationState in migration notifiers
` [Qemu-devel] [PATCH 32/36] migration: Export a function that tells if the migration has finished correctly
` [Qemu-devel] [PATCH 33/36] migration: Make state definitions local
` [Qemu-devel] [PATCH 34/36] migration: Don't use callback on file defining it
` [Qemu-devel] [PATCH 35/36] migration: propagate error correctly
` [Qemu-devel] [PATCH 36/36] migration: make migration-{tcp, unix} consistent
[Qemu-devel] "console: Properly switch consoles for screen dumps" breaks qxl screen dump
2011-10-11 9:36 UTC
[Qemu-devel] [PATCH RFC] qemu-file: output data directly if possible
2011-10-11 9:19 UTC (4+ messages)
[Qemu-devel] [PATCH v2] Sort the help info shown in monitor at runtime
2011-10-11 9:09 UTC (2+ messages)
[Qemu-devel] [PATCH 00/11] RFC: apply volume on client stream
2011-10-11 8:54 UTC (4+ messages)
` [Qemu-devel] [PATCH 07/11] audio/spice: add support for volume control
[Qemu-devel] Hang when using 9p mounts after last Seabios update
2011-10-11 8:30 UTC (3+ messages)
[Qemu-devel] [PATCH 00/15] NBD server improvements
2011-10-11 8:19 UTC (2+ messages)
[Qemu-devel] [PATCH] remove hpet.h
2011-10-11 7:49 UTC
[Qemu-devel] [PATCH v3 0/6]: block: Add I/O status support
2011-10-11 7:49 UTC (4+ messages)
[Qemu-devel] [BUG] USB assertion triggers in usb_packet_complete()
2011-10-11 7:35 UTC (2+ messages)
[Qemu-devel] [PATCH] runstate: add more valid transitions
2011-10-11 7:22 UTC (4+ messages)
` [Qemu-devel] [PATCH v2] "
[Qemu-devel] [PATCH 0/1] Make the help info more friendly in monitor
2011-10-11 7:19 UTC (4+ messages)
[Qemu-devel] [Question] dump memory when host pci device is used by guest
2011-10-11 7:13 UTC (17+ messages)
[Qemu-devel] [PATCH 0/2] usb-ohci: fixes to allow usb-net to work
2011-10-11 7:10 UTC (3+ messages)
[Qemu-devel] [PATCH 0/6] block: do request processing in a coroutine
2011-10-11 6:49 UTC (6+ messages)
` [Qemu-devel] [PATCH 3/6] block: switch bdrv_read()/bdrv_write() to coroutines
` [Qemu-devel] [PATCH 6/6] block: switch bdrv_aio_writev() "
[Qemu-devel] [PATCH] virtio-9p: fix QEMU build break
2011-10-11 6:09 UTC (4+ messages)
[Qemu-devel] [Bug 861141] [NEW] Installing libvirt-bin qemu slows host network
2011-10-11 5:21 UTC (2+ messages)
` [Qemu-devel] [Bug 861141] "
[Qemu-devel] buildbot failure in qemu on ppc-next_x86_64_debian_6_0
2011-10-11 6:03 UTC
[Qemu-devel] buildbot failure in qemu on ppc-next_i386_debian_6_0
2011-10-11 6:03 UTC
[Qemu-devel] Safely reopening image files by stashing fds
2011-10-11 5:21 UTC (13+ messages)
[Qemu-devel] [PATCH 1/2] ppc: Generalize the kvmppc_get_clockfreq() function
2011-10-11 4:31 UTC (2+ messages)
` [Qemu-devel] [PATCH 2/2] pseries: Add device tree properties for VMX/VSX and DFP under kvm
[Qemu-devel] [0/3] pseries: RFC: Advertise host CPU capabilties to guest
2011-10-11 4:29 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/3] ppc: Generalize the kvmppc_get_clockfreq() function
[Qemu-devel] Build bug in virtio-9p-handle.c
2011-10-11 4:20 UTC
[Qemu-devel] [v7 Patch 0/5]Qemu: Host pagecache setting from cmdline and monitor
2011-10-11 3:11 UTC (6+ messages)
` [Qemu-devel] [v7 Patch 1/5]Qemu: Enhance "info block" to display host cache setting
` [Qemu-devel] [v7 Patch 2/5]Qemu: Error classes for file reopen and data sync failure
` [Qemu-devel] [v7 Patch 3/5]Qemu: Cmd "block_set_hostcache" for dynamic cache change
` [Qemu-devel] [v7 Patch 4/5]Qemu: Add commandline -drive option 'hostcache'
` [Qemu-devel] [v7 Patch 5/5]Qemu: New struct 'BDRVReopenState' for image files reopen
[Qemu-devel] [0/4] pseries: Support and improvements for KVM Book3S-HV support (v2)
2011-10-11 0:39 UTC (5+ messages)
[Qemu-devel] [PATCH] QMP: Fix blockdev-snapshot-sync doc example
2011-10-10 20:32 UTC
[Qemu-devel] [PATCH] runstate: do not discard runstate changes when paused
2011-10-10 18:49 UTC (2+ messages)
[Qemu-devel] [PATCH] vvfat: Fix potential buffer overflow
2011-10-10 17:49 UTC
[Qemu-devel] [PATCH] block/vvfat: Remove unused code
2011-10-10 17:40 UTC (2+ messages)
[Qemu-devel] [PATCH] block/vvfat: Fix potential memory leaks and other memory errors
2011-10-10 17:40 UTC (2+ messages)
[Qemu-devel] buildbot failure in qemu on default_openbsd_4.9
2011-10-10 16:37 UTC (5+ messages)
[Qemu-devel] [PATCH v2 0/5] target-arm: Implement UDIV/SDIV and fused multiply-accumulate
2011-10-10 16:24 UTC (6+ messages)
` [Qemu-devel] [PATCH v2 1/5] target-arm: v6 media multiply space: UNDEF on unassigned encodings
` [Qemu-devel] [PATCH v2 2/5] target-arm: Rename ARM_FEATURE_DIV to _THUMB_DIV
` [Qemu-devel] [PATCH v2 3/5] target-arm: Add ARM UDIV/SDIV support
` [Qemu-devel] [PATCH v2 4/5] softfloat: Implement fused multiply-add
` [Qemu-devel] [PATCH v2 5/5] target-arm: Implement VFPv4 fused multiply-accumulate insns
[Qemu-devel] [PATCH 0/1] [PULL] qemu-kvm.git uq/master queue
2011-10-10 15:41 UTC (16+ messages)
` [Qemu-devel] [PATCH 1/1] kvm: support TSC deadline MSR
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).