messages from 2011-12-29 16:18:37 to 2012-01-02 18:01:11 UTC [more...]
[Qemu-devel] [PATCH 0/8] qemu-queue cleanups
2012-01-02 18:00 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/8] notifier: switch to QLIST
` [Qemu-devel] [PATCH 2/8] block-migration: switch to QTAILQ
` [Qemu-devel] [PATCH 3/8] qed: "
[Qemu-devel] [PATCH v2 00/15] virtio: device configuration and headers cleanup
2012-01-02 17:59 UTC (16+ messages)
` [Qemu-devel] [PATCH v2 01/15] virtio-net: move property declarations to header file
` [Qemu-devel] [PATCH v2 02/15] virtio-net: move NICConf into virtio_net_conf
` [Qemu-devel] [PATCH v2 03/15] virtio-serial: move property declarations to header file
` [Qemu-devel] [PATCH v2 04/15] virtio-9p: use CONFIG_VIRTFS, not CONFIG_LINUX
` [Qemu-devel] [PATCH v2 05/15] virtio-9p: remove PCI dependencies from hw/9pfs/
` [Qemu-devel] [PATCH v2 06/15] virtio-9p: move property declarations to header file
` [Qemu-devel] [PATCH v2 07/15] virtio-blk: define VirtIOBlkConf
` [Qemu-devel] [PATCH v2 08/15] virtio-blk: move property declarations to header file
` [Qemu-devel] [PATCH v2 09/15] virtio-blk: move BlockConf into VirtIOBlkConf
` [Qemu-devel] [PATCH v2 10/15] virtio: move conf fields into an anonymous union
` [Qemu-devel] [PATCH v2 11/15] virtio-net: move init function to virtio-net.h
` [Qemu-devel] [PATCH v2 12/15] virtio-serial: move init function to virtio-serial.h
` [Qemu-devel] [PATCH v2 13/15] virtio-balloon: move init function to virtio-balloon.h
` [Qemu-devel] [PATCH v2 14/15] virtio-9p: move init function to virtio-9p-device.h
` [Qemu-devel] [PATCH v2 15/15] virtio-blk: move init function to virtio-blk.h
[Qemu-devel] [PATCH 00/27] qom: add QEMU Object Model type hierarchy to qdev
2012-01-02 17:59 UTC (3+ messages)
` [Qemu-devel] [PATCH 01/27] qom: add the base Object class
[Qemu-devel] [PATCH 0/2][RFC] postcopy migration: Linux char device for postcopy
2012-01-02 17:55 UTC (12+ messages)
[Qemu-devel] [PATCH] Fix wrong region_offset when overlaying a page with another
2012-01-02 17:49 UTC (2+ messages)
[Qemu-devel] [PATCH 00/21][RFC] postcopy live migration
2012-01-02 17:22 UTC (7+ messages)
[Qemu-devel] virtio-net with virtio-mmio
2012-01-02 17:19 UTC (4+ messages)
[Qemu-devel] [RFC] virtio-console fails on unconnected pty
2012-01-02 16:55 UTC (10+ messages)
` [Qemu-devel] [PATCHv2] Fix virtio-console failure "
[Qemu-devel] [PATCH 00/16] Kill old-style I/O dispatch
2012-01-02 16:33 UTC (17+ messages)
` [Qemu-devel] [PATCH 01/16] memory: move endianness compensation to memory core
` [Qemu-devel] [PATCH 02/16] exec: make phys_page_find() return a temporary
` [Qemu-devel] [PATCH 03/16] memory: move mmio access to functions
` [Qemu-devel] [PATCH 04/16] memory: remove MemoryRegion::backend_registered
` [Qemu-devel] [PATCH 05/16] Fix wrong region_offset when overlaying a page with another
` [Qemu-devel] [PATCH 06/16] Avoid range comparisons on io index types
` [Qemu-devel] [PATCH 07/16] Uninline get_page_addr_code()
` [Qemu-devel] [PATCH 08/16] Convert IO_MEM_{RAM, ROM, UNASSIGNED, NOTDIRTY} to MemoryRegions
` [Qemu-devel] [PATCH 09/16] Switch cpu_register_physical_memory_log() to use MemoryRegions
` [Qemu-devel] [PATCH 10/16] Convert the subpage wrapper to be a MemoryRegion
` [Qemu-devel] [PATCH 11/16] Convert IO_MEM_SUBPAGE_RAM "
` [Qemu-devel] [PATCH 12/16] Convert io_mem_watch "
` [Qemu-devel] [PATCH 13/16] Direct dispatch through MemoryRegion
` [Qemu-devel] [PATCH 14/16] Remove IO_MEM_SUBPAGE
` [Qemu-devel] [PATCH 15/16] Drop IO_MEM_ROMD
` [Qemu-devel] [PATCH 16/16] Remove IO_MEM_SHIFT
[Qemu-devel] KVM call agenda for Tuesday 3
2012-01-02 15:54 UTC (4+ messages)
[Qemu-devel] [PATCH] sheepdog: use coroutines
2012-01-02 15:40 UTC (6+ messages)
` [Qemu-devel] coroutine bug?, was "
[Qemu-devel] [ANNOUNCE] qemu-test: a set of tests scripts for QEMU
2012-01-02 14:07 UTC (59+ messages)
[Qemu-devel] [RFC PATCH 3/3] configure: add CONFIG_QEMU_LDST_OPTIMIZATION for TCG qemu_ld/st optimization
2012-01-02 12:57 UTC
[Qemu-devel] [RFC PATCH 2/3] tcg: add optimized TCG qemu_ld/st generation
2012-01-02 12:55 UTC
[Qemu-devel] [RFC PATCH 1/3] tcg: add extended MMU helper functions
2012-01-02 12:53 UTC
[Qemu-devel] [RFC PATCH 0/4] simpletrace : support var num/size of args, strings
2012-01-02 12:50 UTC (8+ messages)
` [Qemu-devel] [RFC PATCH 1/4] Converting tracetool.sh to tracetool.py
` [Qemu-devel] [RFC PATCH 2/4] Makefile and configure changes for tracetool.py
` [Qemu-devel] [RFC PATCH 3/4] simpletrace-v2: Handle variable number/size of elements per trace record
` [Qemu-devel] [PATCH 4/4] simpletrace.py: Simpletrace v2 tracelog reader script
` [Qemu-devel] [RFC PATCH 4/4] simpletrace.py: updated log reader script to handle new log format
[Qemu-devel] virtual pc hash table vs physical pc hash table
2012-01-02 12:11 UTC
[Qemu-devel] Regression: cold plug with device_add fails assertion
2012-01-02 12:11 UTC (3+ messages)
[Qemu-devel] Better qemu/kvm defaults (was Re: [RFC PATCH 0/4] Gang scheduling in CFS)
2012-01-02 9:37 UTC (5+ messages)
[Qemu-devel] [PATCH 0/9] virtio: device configuration cleanup
2012-01-01 21:45 UTC (6+ messages)
` [Qemu-devel] [PATCH 4/9] virtio-9p: remove PCI dependencies from hw/9pfs/
[Qemu-devel] [PATCH 0/4] Fixes to the rtc device model
2012-01-01 19:53 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/4] rtc: fix 12-hour mode
[Qemu-devel] [PATCH v6] block:add-cow file format
2012-01-01 16:56 UTC (4+ messages)
[Qemu-devel] Compiling without python?
2012-01-01 11:45 UTC (9+ messages)
` [Qemu-devel] Subject: [PATCH] Make python mandatory
` [Qemu-devel] [PATCH V2] "
[Qemu-devel] [PATCH 1/4] target-mips: Pass DisasContext to fpr32 load/store routines
2011-12-31 22:23 UTC (7+ messages)
` [Qemu-devel] [PATCH 2/4] target-mips: Use TCG registers for the FPU
` [Qemu-devel] [PATCH 3/4] target-mips: Add accessors for the two 32-bit halves of a 64-bit FPR
` [Qemu-devel] [PATCH 4/4] target-mips: Fix MIPS_DEBUG
[Qemu-devel] Bonne année 2012
2011-12-31 18:20 UTC
[Qemu-devel] [Bug 897771] [NEW] qemu 1.0-rc4 no longer able to boot NetBSD-current/i386
2011-12-31 17:17 UTC (2+ messages)
` [Qemu-devel] [Bug 897771] "
[Qemu-devel] Novatis, agence web innovatrice
2011-12-31 10:40 UTC
[Qemu-devel] Mixed USB 1.1 and USB 2.0 on the same port
2011-12-31 12:11 UTC
[Qemu-devel] [PATCH 2/3] target-mips:enabling of 64 bit user mode and floating point operations MIPS_HFLAG_UX is included in env->hflags so that the address computation for LD instruction does not treated as 32 bit code see gen_op_addr_add() in t
2011-12-31 11:54 UTC
[Qemu-devel] [PATCH 1/2] block: add dirty flag status to qemu-img
2011-12-31 9:06 UTC (2+ messages)
` [Qemu-devel] [PATCH 2/2] block: track dirty flag status in qed
[Qemu-devel] [Bug 887883] [NEW] Coverity scan revealed defects
2011-12-30 23:59 UTC (2+ messages)
` [Qemu-devel] [Bug 887883] "
[Qemu-devel] [Bug 818673] [NEW] virtio: trying to map MMIO memory
2011-12-30 16:31 UTC (4+ messages)
` [Qemu-devel] [Bug 818673] "
[Qemu-devel] [Bug 910090] [NEW] qemu-kvm 0.15.1 crashes after left click with usb mouse passthrough
2011-12-30 16:20 UTC (4+ messages)
` [Qemu-devel] [Bug 910090] "
[Qemu-devel] [PATCH] Init win32 CRITICAL_SECTION before starting thread; crash when attaching disks
2011-12-30 15:57 UTC (2+ messages)
[Qemu-devel] [PATCH 2/3] target-mips:enabling of 64 bit user mode and floating point operations MIPS_HFLAG_UX is included in env->hflags so that the address computation for LD instruction does not treated as 32 bit code see gen_op_addr_add() in t
2011-12-30 12:39 UTC (4+ messages)
[Qemu-devel] [PATCH] qmp: Add missing gcc format attribute and fix format string
2011-12-30 11:56 UTC (2+ messages)
[Qemu-devel] [PATCH] virtio-blk: refuse SG_IO requests with scsi=off
2011-12-30 11:45 UTC (2+ messages)
[Qemu-devel] [Bug 907994] [NEW] converting VDI to IMG
2011-12-30 11:23 UTC (3+ messages)
` [Qemu-devel] [Bug 907994] "
[Qemu-devel] [help] QEMUFile's format
2011-12-30 11:16 UTC (2+ messages)
[Qemu-devel] usb-ohci: td.cbp incorrectly updated near page end
2011-12-30 11:07 UTC (2+ messages)
[Qemu-devel] [patch 0/5] block streaming base support
2011-12-30 10:03 UTC (6+ messages)
` [Qemu-devel] [patch 1/5] block: add bdrv_find_backing_image
` [Qemu-devel] [patch 2/5] block: implement bdrv_find_backing_image in qcow2
` [Qemu-devel] [patch 3/5] add QERR_BASE_ID_NOT_FOUND
` [Qemu-devel] [patch 4/5] block stream: add support for partial streaming
` [Qemu-devel] [patch 5/5] add doc to describe live block operations
[Qemu-devel] [PATCH] s390: Rework kernel loading: supports elf and newer kernels
2011-12-30 9:10 UTC
[Qemu-devel] [Seabios] [PATCH 0/3] 64bit PCI BARs allocations
2011-12-30 7:05 UTC (24+ messages)
` [Qemu-devel] [PATCH 2/3] Add a new PCI region type to supports 64 bit ranges
` [Qemu-devel] [PATCH 3/3] Changes related to secondary buses and 64bit regions
[Qemu-devel] [PATCH 00/18] Kemari for KVM v0.2.14
2011-12-30 3:44 UTC
[Qemu-devel] Curiculum Vitae
2011-12-30 1:29 UTC
[Qemu-devel] (no subject)
2011-12-29 21:17 UTC
[Qemu-devel] [RFC v2 0/6] qtest unit test framework
2011-12-29 18:47 UTC (4+ messages)
` [Qemu-devel] [RFC v2 2/6] qtest: add support for target-i386 -M pc
[Qemu-devel] [PATCH] Expose tsc deadline timer cpuid to guest
2011-12-29 18:37 UTC (5+ messages)
[Qemu-devel] [PATCH v5 0/7] various ARM fixes for Calxeda Highbank
2011-12-29 16:19 UTC (8+ messages)
` [Qemu-devel] [PATCH v5 1/7] arm: add missing scu registers
` [Qemu-devel] [PATCH v5 2/7] arm: Set frequencies for arm_timer
` [Qemu-devel] [PATCH v5 3/7] arm: add dummy v7 cp15 config_base_register
` [Qemu-devel] [PATCH v5 4/7] arm: add dummy gic security registers
` [Qemu-devel] [PATCH v5 5/5] add L2x0/PL310 cache controller device
` [Qemu-devel] [PATCH v5 6/7] Add xgmac ethernet model
` [Qemu-devel] [PATCH v5 7/7] arm: make the number of GIC interrupts configurable
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).