qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-12-12 08:14:44 to 2011-12-12 22:55:23 UTC [more...]

[Qemu-devel] [PATCH V13 0/7] Qemu Trusted Platform Module (TPM) integration
 2011-12-12 19:12 UTC  (6+ messages)
` [Qemu-devel] [PATCH V13 1/7] Support for TPM command line options
` [Qemu-devel] [PATCH V13 3/7] Add a debug register
` [Qemu-devel] [PATCH V13 4/7] Build the TPM frontend code
` [Qemu-devel] [PATCH V13 6/7] Introduce --enable-tpm-passthrough configure option
` [Qemu-devel] [PATCH V13 7/7] Add fd parameter for TPM passthrough driver

[Qemu-devel] [PATCH v3 00/14] ARM: Samsung Exynos4210-based boards support
 2011-12-12 22:44 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 01/14] ARM: Samsung exynos4210-based boards emulation
` [Qemu-devel] [PATCH v3 02/14] ARM: exynos4210: CMU support

[Qemu-devel] [PATCH] PPC: Fix linker scripts on ppc hosts
 2011-12-12 21:36 UTC 

[Qemu-devel] [PATCH] Mark future contributions to GPLv2-only files as GPLv2+
 2011-12-12 21:55 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 00/20] qom: dynamic properties and composition tree
 2011-12-12 20:29 UTC  (20+ messages)
` [Qemu-devel] [PATCH v3 01/20] qom: add a reference count to qdev objects
` [Qemu-devel] [PATCH v3 02/20] qom: add new dynamic property infrastructure based on Visitors (v2)
` [Qemu-devel] [PATCH v3 03/20] qom: register legacy properties as new style properties (v2)
` [Qemu-devel] [PATCH v3 04/20] qom: introduce root device
` [Qemu-devel] [PATCH v3 05/20] qdev: provide an interface to return canonical path from root (v2)
` [Qemu-devel] [PATCH v3 06/20] qdev: provide a path resolution (v2)
` [Qemu-devel] [PATCH v3 07/20] qom: add child properties (composition) (v3)
` [Qemu-devel] [PATCH v3 08/20] qom: add link properties (v2)
` [Qemu-devel] [PATCH v3 09/20] qapi: allow a 'gen' key to suppress code generation
` [Qemu-devel] [PATCH v3 10/20] qmp: add qom-list command
` [Qemu-devel] [PATCH v3 11/20] qom: qom_{get, set} monitor commands (v2)
` [Qemu-devel] [PATCH v3 12/20] qdev: add explicitly named devices to the root complex
` [Qemu-devel] [PATCH v3 13/20] dev: add an anonymous peripheral container
` [Qemu-devel] [PATCH v3 14/20] rtc: make piix3 set the rtc as a child (v2)
` [Qemu-devel] [PATCH v3 15/20] rtc: add a dynamic property for retrieving the date
` [Qemu-devel] [PATCH v3 16/20] qom: optimize qdev_get_canonical_path using a parent link
` [Qemu-devel] [PATCH v3 17/20] qom: add vga node to the pc composition tree
` [Qemu-devel] [PATCH v3 18/20] qom: add string property type
` [Qemu-devel] [PATCH v3 19/20] qdev: add a qdev_get_type() function and expose as a 'type' property

[Qemu-devel] [PATCH v3 000/197] qom: dynamic properties and composition tree (v2)
 2011-12-12 20:28 UTC  (69+ messages)
` [Qemu-devel] [PATCH v3 001/197] qom: add a reference count to qdev objects
` [Qemu-devel] [PATCH v3 002/197] qom: add new dynamic property infrastructure based on Visitors (v2)
` [Qemu-devel] [PATCH v3 003/197] qom: register legacy properties as new style properties (v2)
` [Qemu-devel] [PATCH v3 004/197] qom: introduce root device
` [Qemu-devel] [PATCH v3 005/197] qdev: provide an interface to return canonical path from root (v2)
` [Qemu-devel] [PATCH v3 006/197] qdev: provide a path resolution (v2)
` [Qemu-devel] [PATCH v3 007/197] qom: add child properties (composition) (v2)
` [Qemu-devel] [PATCH v3 008/197] qom: add link properties (v2)
` [Qemu-devel] [PATCH v3 009/197] qapi: allow a 'gen' key to suppress code generation
` [Qemu-devel] [PATCH v3 010/197] qmp: add qom-list command
` [Qemu-devel] [PATCH v3 011/197] qom: qom_{get, set} monitor commands (v2)
` [Qemu-devel] [PATCH v3 012/197] qdev: add explicitly named devices to the root complex
` [Qemu-devel] [PATCH v3 013/197] dev: add an anonymous peripheral container
` [Qemu-devel] [PATCH v3 014/197] rtc: make piix3 set the rtc as a child (v2)
` [Qemu-devel] [PATCH v3 015/197] rtc: add a dynamic property for retrieving the date
` [Qemu-devel] [PATCH v3 016/197] qom: optimize qdev_get_canonical_path using a parent link
` [Qemu-devel] [PATCH v3 017/197] qmp: make qmp.py easier to use
` [Qemu-devel] [PATCH v3 018/197] qom: add test tools (v2)
` [Qemu-devel] [PATCH v3 019/197] bug fix spotted by paolo
` [Qemu-devel] [PATCH v3 020/197] qom: add vga node to the pc composition tree
` [Qemu-devel] [PATCH v3 021/197] qom: add string property type
` [Qemu-devel] [PATCH v3 022/197] qdev: add a qdev_get_type() function and expose as a 'type' property
` [Qemu-devel] [PATCH v3 023/197] pc: fill out most of the composition tree
` [Qemu-devel] [PATCH v3 024/197] i440fx: split out piix3 device
` [Qemu-devel] [PATCH v3 025/197] i440fx: rename piix_pci -> i440fx
` [Qemu-devel] [PATCH v3 026/197] qom: add qobject
` [Qemu-devel] [PATCH v3 027/197] rename qobject -> object
` [Qemu-devel] [PATCH v3 028/197] more renames
` [Qemu-devel] [PATCH v3 029/197] Start integration of qom w/qdev
` [Qemu-devel] [PATCH v3 030/197] qdev: move qdev->info to class
` [Qemu-devel] [PATCH v3 031/197] qdev: don't access name through info
` [Qemu-devel] [PATCH v3 032/197] qdev: user a wrapper to access reset and promote reset to a class method
` [Qemu-devel] [PATCH v3 033/197] a little better approach to this
` [Qemu-devel] [PATCH v3 034/197] qdev: add isa-device as a subclass of device
` [Qemu-devel] [PATCH v3 035/197] isa: more isa stuff
` [Qemu-devel] [PATCH v3 036/197] qom: make pcidevice part of the hierarchy
` [Qemu-devel] [PATCH v3 039/197] virtio-serial-port
` [Qemu-devel] [PATCH v3 040/197] get rid of more DO_UPCAST
` [Qemu-devel] [PATCH v3 041/197] add class_init to deviceinfo
` [Qemu-devel] [PATCH v3 042/197] isa: move methods from isadeviceinfo to isadeviceclass
` [Qemu-devel] [PATCH v3 043/197] kill off ISADeviceInfo
` [Qemu-devel] [PATCH v3 044/197] usb: don't access dev->info directly
` [Qemu-devel] [PATCH v3 045/197] usb: get rid of info pointer
` [Qemu-devel] [PATCH v3 046/197] usb: promote all of the methods for USBDevice to class methods
` [Qemu-devel] [PATCH v3 047/197] usb: use a factory instead of doing silly things for legacy
` [Qemu-devel] [PATCH v3 048/197] usb: kill USBDeviceInfo
` [Qemu-devel] [PATCH v3 049/197] usb-hid: simply class initialization a bit
` [Qemu-devel] [PATCH v3 050/197] accessors for scsideviceinfo
` [Qemu-devel] [PATCH v3 051/197] drop info link in SCSIDeviceInfo
` [Qemu-devel] [PATCH v3 052/197] move methods out of SCSIDeviceInfo into SCSIDeviceClass
` [Qemu-devel] [PATCH v3 053/197] kill off SCSIDeviceInfo
` [Qemu-devel] [PATCH v3 054/197] get rid of CCIDCardInfo
` [Qemu-devel] [PATCH v3 055/197] rename i2c_slave -> I2CSlave
` [Qemu-devel] [PATCH v3 056/197] add I2CSlave to the type hierarchy
` [Qemu-devel] [PATCH v3 057/197] add SMBusDevice to the type hiearchy
` [Qemu-devel] [PATCH v3 058/197] fixup type registration
` [Qemu-devel] [PATCH v3 059/197] kill off SMBusDeviceInfo
` [Qemu-devel] [PATCH v3 060/197] add guards
` [Qemu-devel] [PATCH v3 061/197] killall I2CSlaveInfo
` [Qemu-devel] [PATCH v3 062/197] killall HDACodecDeviceInfo
` [Qemu-devel] [PATCH v3 063/197] make spapr a bit more patch monkey friendly
` [Qemu-devel] [PATCH v3 064/197] killall VIOsPAPRDeviceInfo
` [Qemu-devel] [PATCH v3 065/197] qxl: be more patch monkey friendly
` [Qemu-devel] [PATCH v3 066/197] make es1370 more script "
` [Qemu-devel] [PATCH v3 067/197] remove arrays of PCIDeviceInfo
` [Qemu-devel] [PATCH v3 068/197] Patch monkey PCIDeviceInfo conversion
` [Qemu-devel] [PATCH v3 069/197] patch monkey, that funky monkey

[Qemu-devel] [Bug 903365] [NEW] [feature request] bind nat (-net user) to other interface (like eth0:2)
 2011-12-12 20:00 UTC 

[Qemu-devel] [RFC] QEMU Object Model status/merge plan
 2011-12-12 19:36 UTC 

[Qemu-devel] [RFC] Device sandboxing
 2011-12-12 18:54 UTC  (10+ messages)

[Qemu-devel] [PATCH 00/10] qemu_fclose() error handling fixes (v3)
 2011-12-12 18:28 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/usb-net.c: Fix precedence bug when checking rndis_state
 2011-12-12 18:28 UTC  (6+ messages)

[Qemu-devel] [0/7] Remove unnecessary casts introduced by PCI DMA stubs series
 2011-12-12 18:28 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/7] Remove unnecessary casts from PCI DMA code in eepro100

[Qemu-devel] [PATCH] ARM - Remove fixed map code buffer restriction
 2011-12-12 18:17 UTC  (6+ messages)

[Qemu-devel] [Bug 569760] Re: Error in i386 cmpxchg instruction emulation
 2011-12-12 17:53 UTC 

[Qemu-devel] [PATCH v4 00/15] uq/master: Introduce basic irqchip support
 2011-12-12 17:59 UTC  (6+ messages)

[Qemu-devel] Dropping the MONITOR_CMD_ASYNC
 2011-12-12 17:53 UTC  (15+ messages)

[Qemu-devel] [PATCH 00/11] isa: preliminary work for multiple buses
 2011-12-12 16:41 UTC  (10+ messages)
` [Qemu-devel] [PATCH 01/11] isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions
` [Qemu-devel] [PATCH 02/11] isa: move ISABus structure definition to header file
` [Qemu-devel] [PATCH 03/11] i8259: give ISA device to isa_register_ioport()
` [Qemu-devel] [PATCH 04/11] pc: give ISA bus to ISA methods

[Qemu-devel] [PULL 00/22]: QMP queue
 2011-12-12 16:34 UTC  (2+ messages)

[Qemu-devel] [PULL 0/8] arm-devs queue
 2011-12-12 16:34 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/8] Fix sp804 dual-timer
` [Qemu-devel] [PATCH 2/8] hw/arm_mptimer.c: Turn ARM MPcore private timers into qdev devices
` [Qemu-devel] [PATCH 3/8] hw/arm_gic: Expose GIC CPU interfaces as sysbus memory regions
` [Qemu-devel] [PATCH 4/8] hw/mpcore.c: Use the GIC memory regions for the CPU interface
` [Qemu-devel] [PATCH 5/8] hw/realview_gic: Use GIC memory region "
` [Qemu-devel] [PATCH 6/8] hw/mpcore: Clean up mpcore_priv_read/write as they are now SCU only
` [Qemu-devel] [PATCH 7/8] hw/a9mpcore.c: Implement A9MP peripherals rather than 11MPcore ones
` [Qemu-devel] [PATCH 8/8] hw/mpcore.c: Merge with hw/arm11mpcore.c

[Qemu-devel] [PATCH v2 0/4] add qemu_thread_join, use it to fix bug in ccid
 2011-12-12 16:21 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] qemu-thread: add API for joinable threads
` [Qemu-devel] [PATCH v2 2/4] qemu-thread: implement joinable threads for POSIX
` [Qemu-devel] [PATCH v2 3/4] qemu-thread: implement joinable threads for Win32
` [Qemu-devel] [PATCH v2 4/4] ccid: make threads joinable

[Qemu-devel] [PATCH V12 0/8] Qemu Trusted Platform Module (TPM) integration
 2011-12-12 16:01 UTC  (3+ messages)
` [Qemu-devel] [PATCH V12 1/8] Support for TPM command line options

[Qemu-devel] [PATCH 0/4] tcg: Add debug facilities for TCGv
 2011-12-12 15:58 UTC  (6+ messages)

[Qemu-devel] [PATCH V4 00/13] Proxy FS driver for VirtFS
 2011-12-12 15:56 UTC  (7+ messages)
` [Qemu-devel] [PATCH V4 04/13] hw/9pfs: File system helper process for qemu 9p proxy FS

[Qemu-devel] New Guess OS Creation Problem
 2011-12-12 15:50 UTC  (4+ messages)

[Qemu-devel] [RFC 0/6] target-i386: TCGv cleanups
 2011-12-12 15:34 UTC  (5+ messages)

[Qemu-devel] [PATCH V2 0/5] Have a working migration with Xen
 2011-12-12 15:32 UTC  (13+ messages)
` [Qemu-devel] [PATCH V2 2/5] xen mapcache: Check if a memory space has moved
` [Qemu-devel] [PATCH V2 4/5] xen: Change memory access behavior during migration
` [Qemu-devel] [PATCH V2 5/5] vga-cirrus: Workaround during restore when using Xen

[Qemu-devel] [RFC 0/4] virtio-mmio transport
 2011-12-12 15:21 UTC  (14+ messages)

[Qemu-devel] [RFC] qemu-ga: Introduce guest-hibernate command
 2011-12-12 12:39 UTC  (3+ messages)

[Qemu-devel] [PATCH] syborg: drop support for Symbian Virtual Platform
 2011-12-12 12:11 UTC 

[Qemu-devel] [PATCH v3] block : return real error code in cow.c
 2011-12-12 11:50 UTC  (2+ messages)

[Qemu-devel] [PATCH] Add a .mailmap to map pre-git-conversion authors to friendly names
 2011-12-12 10:58 UTC 

[Qemu-devel] [PATCH 2/6] memory: change dirty setting APIs to take a size
 2011-12-12 10:45 UTC  (2+ messages)

[Qemu-devel] RFC: raw device support for block device targets
 2011-12-12 10:32 UTC  (5+ messages)

[Qemu-devel] [Bug 902148] [NEW] qemu-img V1.0 hangs on creating Image (0.15.1 runs)
 2011-12-12 10:09 UTC  (2+ messages)

[Qemu-devel] RFC: Only display help options that are accepted by the architecture
 2011-12-12  9:40 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/3] Add arch mask to headings but don't use it yet
  ` [Qemu-devel] [PATCH 2/3] vl.c: Fold constant string into printf rather than using %s
  ` [Qemu-devel] [PATCH 3/3] In qemu -h output, only print options for the arch we are running as

[Qemu-devel] [PATCH] Fix parse of usb device description with multiple configurations
 2011-12-12  8:23 UTC  (2+ messages)

[Qemu-devel] Rappel: Contacts DEFISCALISATION et PLACEMENTS FINANCIERS. Jusqu'à 35 contacts offerts en Décembre. Profitez-en!
 2011-12-12  8:15 UTC 


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