qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-22 15:04:30 to 2012-10-23 13:33:12 UTC [more...]

[Qemu-devel] [PATCH 00/37 v5] target-i386: convert CPU features into properties
 2012-10-23 13:32 UTC  (40+ messages)
` [Qemu-devel] [PATCH 05/37] target-i386: move out CPU features initialization in separate func
` [Qemu-devel] [PATCH 06/37] add visitor for parsing hz[KMG] input string
` [Qemu-devel] [PATCH 08/37] target-i386: define static properties for cpuid features
` [Qemu-devel] [PATCH 09/37] qdev: export qdev_prop_find() and allow it to be used with DeviceClass instead of Object
` [Qemu-devel] [PATCH 11/37] target-i386: introduce vendor-override static property
` [Qemu-devel] [PATCH 12/37] target-i386: convert "xlevel" to "
` [Qemu-devel] [PATCH 14/37] target-i386: postpone cpuid_level update to realize time
` [Qemu-devel] [PATCH 15/37] target-i386: set default value of "hypervisor" feature using static property
` [Qemu-devel] [PATCH 16/37] target-i386: set kvm CPUID default feature values using static properties
` [Qemu-devel] [PATCH 17/37] target-i386: make 'f-kvmclock' compatible with legacy behaviour
` [Qemu-devel] [PATCH 18/37] target-i386: add stubs for hyperv_(vapic_recommended|relaxed_timing_enabled|get_spinlock_retries)()
` [Qemu-devel] [PATCH 19/37] qdev: add DEFINE_ABSTRACT_PROP() helper
` [Qemu-devel] [PATCH 20/37] target-i386: convert 'hv_spinlocks' to static property
` [Qemu-devel] [PATCH 21/37] target-i386: convert 'hv_relaxed' "
` [Qemu-devel] [PATCH 22/37] target-i386: convert 'hv_vapic' "
` [Qemu-devel] [PATCH 23/37] target-i386: convert 'check' and 'enforce' to static properties
` [Qemu-devel] [PATCH 24/37] target-i386: use define for cpuid vendor string size
` [Qemu-devel] [PATCH 25/37] target-i386: replace uint32_t vendor fields by vendor string in x86_def_t
` [Qemu-devel] [PATCH 26/37] target-i386: convert "vendor" property to static property
` [Qemu-devel] [PATCH 27/37] target-i386: convert "tsc-frequency" "
` [Qemu-devel] [PATCH 28/37] target-i386: convert "model-id" "
` [Qemu-devel] [PATCH 29/37] target-i386: convert "stepping" "
` [Qemu-devel] [PATCH 30/37] target-i386: convert "model" "
` [Qemu-devel] [PATCH 31/37] target-i386: convert "family" "
` [Qemu-devel] [PATCH 32/37] target-i386: use static properties for setting cpuid features
` [Qemu-devel] [PATCH 33/37] qdev: QDEV_PROP_FOREACH and QDEV_CLASS_FOREACH
` [Qemu-devel] [PATCH 34/37] qdev: introduce QDEV_FIND_PROP_FROM_BIT and qdev_prop_find_bit()
` [Qemu-devel] [PATCH 35/37] target-i386: use static properties in check_features_against_host() to print CPUID feature names
  ` [Qemu-devel] [PATCH v2] "
` [Qemu-devel] [PATCH 36/37] target-i386: use static properties to list CPUID features
  ` [Qemu-devel] [PATCH v2] "
` [Qemu-devel] [PATCH 37/37] target-i386: cleanup cpu_x86_find_by_name(), only fill x86_def_t in it

[Qemu-devel] [PATCH 0/2] Qemu boot order patch series
 2012-10-23 13:28 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] Make default boot order machine specific
` [Qemu-devel] [PATCH 2/2] pseries: set boot-device property only if boot order specified

[Qemu-devel] qemu <-> libvirt interaction broken
 2012-10-23 13:07 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/8] block: bdrv_img_create(): propagate errors
 2012-10-23 13:07 UTC  (8+ messages)
` [Qemu-devel] [PATCH 5/8] qemu-img: img_create(): use Error object

[Qemu-devel] [PATCH] Rename target_phys_addr_t to hwaddr
 2012-10-23 13:04 UTC  (4+ messages)

[Qemu-devel] [Bug 1066055] Re: Network performance regression with vde_switch
 2012-10-23 12:55 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/2] Fix stop/cont vs. connect races
 2012-10-23 12:54 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/2] qmp: handle stop/cont in INMIGRATE state
        ` [Qemu-devel] [PATCH v3 "

[Qemu-devel] [PATCH 0/5 V4] char: add CirMemCharDriver and provide QMP interface
 2012-10-23 12:44 UTC  (17+ messages)
` [Qemu-devel] [PATCH 1/5] qemu-char: Add new char backend CircularMemCharDriver
` [Qemu-devel] [PATCH 2/5] Expose CirMemCharDriver via command line
` [Qemu-devel] [PATCH 3/5] QAPI: Introduce memchar-write QMP command
` [Qemu-devel] [PATCH 4/5] QAPI: Introduce memchar-read "
` [Qemu-devel] [PATCH 5/5] HMP: Introduce console command

[Qemu-devel] [patch v4 00/16] push mmio dispatch out of big lock
 2012-10-23 12:40 UTC  (42+ messages)
` [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
` [Qemu-devel] [patch v4 07/16] memory: make mmio dispatch able to be out of biglock
` [Qemu-devel] [patch v4 08/16] QemuThread: make QemuThread as tls to store extra info
` [Qemu-devel] [patch v4 09/16] memory: introduce mmio request pending to anti nested DMA
` [Qemu-devel] [patch v4 10/16] memory: introduce lock ops for MemoryRegionOps
` [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
` [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state

[Qemu-devel] [PULL 00/29] qemu-sockets error propagation + NBD server
 2012-10-23 12:34 UTC  (14+ messages)
` [Qemu-devel] [PATCH 08/29] migration (outgoing): add error propagation for all protocols
` [Qemu-devel] [PATCH 14/29] vnc: introduce a single label for error returns
` [Qemu-devel] [PATCH 15/29] vnc: reorganize code for reverse mode
` [Qemu-devel] [PATCH 18/29] qemu-sockets: add error propagation to inet_connect_addr

[Qemu-devel] [RFC PATCH v3 00/19] ACPI memory hotplug
 2012-10-23 12:25 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH v3 05/19] Implement dimm device abstraction
` [Qemu-devel] [RFC PATCH v3 11/19] Implement qmp and hmp commands for notification lists

[Qemu-devel] [PATCH 00/11] Quorum disk image corruption resiliency
 2012-10-23 12:23 UTC  (12+ messages)
` [Qemu-devel] [PATCH 01/11] quorum: Create quorum.c, add QuorumSingleAIOCB and QuorumAIOCB
` [Qemu-devel] [PATCH 02/11] quorum: Create BDRVQuorumState and BlkDriver and do init
` [Qemu-devel] [PATCH 03/11] quorum: Add quorum_open() and quorum_close()
` [Qemu-devel] [PATCH 04/11] quorum: Add quorum_aio_writev and its dependencies
` [Qemu-devel] [PATCH 05/11] blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify
` [Qemu-devel] [PATCH 06/11] quorum: Add quorum_co_flush()
` [Qemu-devel] [PATCH 07/11] quorum: Add quorum_aio_readv
` [Qemu-devel] [PATCH 08/11] quorum: Add quorum mechanism
` [Qemu-devel] [PATCH 09/11] quorum: Add quorum_getlength()
` [Qemu-devel] [PATCH 10/11] quorum: Add quorum_invalidate_cache()
` [Qemu-devel] [PATCH 11/11] quorum: Add quorum_co_is_allocated

[Qemu-devel] [PATCH v2 0/3] net: convert NetClientState to QOM
 2012-10-23 11:58 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/3] net: add public qemu_net_poll() function
` [Qemu-devel] [PATCH v2 3/3] net: extract notify_link_status_changed() function

[Qemu-devel] [RFC PATCH 0/6] chardev: convert to QOM
 2012-10-23 11:30 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/6] object: add object_property_add_bool

[Qemu-devel] [PATCH 0/3] NBD reconnection behaviour
 2012-10-23 11:26 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
` [Qemu-devel] [PATCH 2/3] nbd: Explicitly disconnect and fail inflight I/O requests on error, then reconnect next I/O request

[Qemu-devel] [RFC v3 0/8] QEMU: Support KVM on ARM
 2012-10-23 10:50 UTC  (9+ messages)
` [Qemu-devel] [RFC v3 1/8] linux-headers: Add ARM KVM headers (not for upstream)
` [Qemu-devel] [RFC v3 2/8] ARM: KVM: Add support for KVM on ARM architecture
` [Qemu-devel] [RFC v3 3/8] ARM KVM: save and load VFP registers from kernel
` [Qemu-devel] [RFC v3 4/8] hw/arm_gic: Add presave/postload hooks
` [Qemu-devel] [RFC v3 5/8] linux-headers: update with VGIC related headers (not for upstream)
` [Qemu-devel] [RFC v3 6/8] target-arm: Use MemoryListener to identify GIC base address for KVM
` [Qemu-devel] [RFC v3 7/8] hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GIC
` [Qemu-devel] [RFC v3 8/8] configure: Enable KVM on ARM

[Qemu-devel] [PATCH] main: Hide F_GETFD and FD_CLOEXEC use for _WIN32
 2012-10-23  9:47 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 0/7] TCG global variables clean-up
 2012-10-23  8:38 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 1/7] tcg/tcg.h: Duplicate global TCG variables in TCGContext
` [Qemu-devel] [PATCH v2 2/7] translate-all.c: Introduce TCGContext *tcg_cur_ctx
` [Qemu-devel] [PATCH v2 3/7] TCG: Use gen_opc_ptr from context instead of global variable
` [Qemu-devel] [PATCH v2 4/7] TCG: Use gen_opparam_ptr "
` [Qemu-devel] [PATCH v2 5/7] TCG: Use gen_opc_buf "
` [Qemu-devel] [PATCH v2 6/7] TCG: Use gen_opparam_buf "
` [Qemu-devel] [PATCH v2 7/7] TCG: Remove unused global variables

[Qemu-devel] [PATCH] qemu-options.hx: complete -nodefaults device list
 2012-10-23  8:09 UTC 

[Qemu-devel] Resource reporting for VGA cards
 2012-10-23  7:31 UTC  (2+ messages)

[Qemu-devel] [PATCHv2 1/4] Adding new syscalls (bugzilla 855162)
 2012-10-23  5:55 UTC  (4+ messages)
` [Qemu-devel] [PATCHv2 2/4] Setting "-sandbox on" as deafult
` [Qemu-devel] [PATCHv2 3/4] Support for "double whitelist" filters
` [Qemu-devel] [PATCHv2 4/4] Warning messages on net devices hotplug

[Qemu-devel] [PATCH v3 00/26] q35 qemu support
 2012-10-23  4:22 UTC  (25+ messages)
` [Qemu-devel] [PATCH v3 01/26] blockdev: Introduce a default machine blockdev interface field, QEMUMachine->mach_if
` [Qemu-devel] [PATCH v3 02/26] blockdev: Introduce IF_AHCI
` [Qemu-devel] [PATCH v3 13/26] ich9: Add the lpc chip
` [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip

[Qemu-devel] [PATCH] cadence_uart: enable tx/rx on reset
 2012-10-23  3:30 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] qdev patches: properties, id=<tag>, more device info
 2012-10-23  3:14 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/6] qdev: rework device properties

[Qemu-devel] 'qemu-nbd' explicite flush to disk
 2012-10-23  2:50 UTC  (2+ messages)
` [Qemu-devel] FW: "

[Qemu-devel] [PATCH] tests/tcg: fix a few warnings
 2012-10-22 23:18 UTC 

[Qemu-devel] [PATCH 0/3] Alpha TCG host
 2012-10-22 23:14 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/3] tcg-alpha: Fix type mismatch errors in cpu_signal_handler
` [Qemu-devel] [PATCH 2/3] tcg-alpha: Don't use a custom linker script
` [Qemu-devel] [PATCH 3/3] tcg-alpha: New TCG target

[Qemu-devel] [PATCH] Revert "target-sparc: Make cpu_dst local to OP=2 insns"
 2012-10-22 22:15 UTC  (6+ messages)

[Qemu-devel] [PULL] virtio,pci infrastructure
 2012-10-22 21:51 UTC 

[Qemu-devel] [PATCH v2] qemu-timer: Check for usable fields for SIGEV_THREAD_ID
 2012-10-22 21:33 UTC 

[Qemu-devel] [PATCH v2] tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
 2012-10-22 21:19 UTC  (3+ messages)

[Qemu-devel] [PATCH] hw/arm_boot.c: bump initrd address (again) to accommodate large kernels
 2012-10-22 21:06 UTC  (3+ messages)

[Qemu-devel] [PATCHv4] qemu: enable PV EOI for qemu 1.3
 2012-10-22 20:08 UTC 

[Qemu-devel] [PULL v4 0/7] serial device hotplug patch series
 2012-10-22 19:47 UTC  (2+ messages)

[Qemu-devel] [PULL v4 00/41] Migration cleanups, refactorings, stats, and more
 2012-10-22 19:47 UTC  (2+ messages)

[Qemu-devel] [PULL v3 00/23] Integrate DMA into the memory API
 2012-10-22 19:46 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 0/6] QOMify pflash_cfi0x + PL353 for Xilinx Zynq
 2012-10-22 19:06 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 4/6] hw: Model of Primecell pl35x mem controller
` [Qemu-devel] [PATCH v2 5/6] xilinx_zynq: add pl353
` [Qemu-devel] [PATCH v2 6/6] pflash_cfi01: Fix debug mode printfery

[Qemu-devel] [Bug 739785] [NEW] qemu-i386 on ARM bash: fork: Invalid argument
 2012-10-22 17:21 UTC  (3+ messages)
` [Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

[Qemu-devel] [PATCH 0/2] qom: detect attempts to add a property that already exists
 2012-10-22 16:51 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 12/16] qemu-iotests: add mirroring test case
 2012-10-22 15:38 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] hmp: fix info cpus for sparc targets
 2012-10-22 15:12 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 4/4] qemu-config: Add new -add-fd command line option
 2012-10-22 15:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5] "


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