qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-03 12:11:30 to 2012-10-04 10:36:36 UTC [more...]

[Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
 2012-10-04 10:36 UTC 

[Qemu-devel] [RFC v1 00/22] Integrate DMA into the memory API
 2012-10-04 10:30 UTC  (40+ messages)
` [Qemu-devel] [RFC v1 01/22] memory: rename 'exec-obsolete.h'
` [Qemu-devel] [RFC v1 02/22] vhost: use MemoryListener filtering to only monitor RAM address space
` [Qemu-devel] [RFC v1 03/22] kvm: use separate MemoryListeners for memory and I/O
` [Qemu-devel] [RFC v1 04/22] xen_pt: "
` [Qemu-devel] [RFC v1 05/22] memory: prepare AddressSpace for exporting
` [Qemu-devel] [RFC v1 06/22] memory: export AddressSpace
` [Qemu-devel] [RFC v1 07/22] memory: maintain a list of address spaces
` [Qemu-devel] [RFC v1 08/22] memory: provide defaults for MemoryListener operations
` [Qemu-devel] [RFC v1 09/22] memory: use new MEMORY_LISTENER_DEFAULT_OPS
` [Qemu-devel] [RFC v1 10/22] vfio: "
` [Qemu-devel] [RFC v1 11/22] xen_pt: "
` [Qemu-devel] [RFC v1 12/22] kvm: "
` [Qemu-devel] [RFC v1 13/22] xen: "
` [Qemu-devel] [RFC v1 14/22] memory: manage coalesced mmio via a MemoryListener
` [Qemu-devel] [RFC v1 15/22] memory: move address_space_memory and address_space_io out of memory core
` [Qemu-devel] [RFC v1 16/22] memory: move tcg flush into a tcg memory listener
` [Qemu-devel] [RFC v1 17/22] memory: use AddressSpace for MemoryListener filtering
` [Qemu-devel] [RFC v1 18/22] s390: avoid reaching into memory core internals
` [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
` [Qemu-devel] [RFC v1 20/22] dma: make dma access its own address space
` [Qemu-devel] [RFC v1 21/22] pci: give each device "
` [Qemu-devel] [RFC v1 22/22] pci: honor PCI_COMMAND_MASTER

[Qemu-devel] [PATCH] Make target_phys_addr_t 64 bits unconditionally
 2012-10-04 10:28 UTC  (3+ messages)

[Qemu-devel] [Bug 921208] [NEW] win7/x64 installer hangs on startup with 0x0000005d
 2012-10-04 10:10 UTC  (2+ messages)
` [Qemu-devel] [Bug 921208] "

[Qemu-devel] [PATCH] qxl: Default to PCI revision 4 when spice-server is new enough
 2012-10-04  9:44 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] s390: avoid reaching into memory core internals
 2012-10-04  9:38 UTC 

[Qemu-devel] [patch 0/6] qemu-kvm compat
 2012-10-04  9:28 UTC  (25+ messages)
` [Qemu-devel] [patch 1/6] cirrus_vga: allow configurable vram size
` [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
` [Qemu-devel] [patch 3/6] Use machine options to emulate -no-kvm-pit
` [Qemu-devel] [patch 4/6] Use global properties to emulate -no-kvm-pit-reinjection
` [Qemu-devel] [patch 5/6] Emulate qemu-kvms drive parameter boot=on|off
` [Qemu-devel] [patch 6/6] Emulate qemu-kvms -tdf option

[Qemu-devel] [PATCH] hw: Add test device for unittests execution
 2012-10-04  8:04 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/5] s390: current patches
 2012-10-04  7:56 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/5] s390: use sync regs for register transfer
    ` [Qemu-devel] [PATCH] "

[Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
 2012-10-04  7:20 UTC  (8+ messages)

[Qemu-devel] [PATCH v2 0/2] qemu-ga: change default state dir to /var/run
 2012-10-04  7:07 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] configure: add --localstatedir
` [Qemu-devel] [PATCH 2/2] qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIR

[Qemu-devel] Block Migration and xbzrle
 2012-10-04  6:31 UTC  (7+ messages)

[Qemu-devel] [PATCH] Fix compilation on GCC 4.5
 2012-10-04  5:44 UTC  (7+ messages)

[Qemu-devel] [PATCH] cadence_ttc: Fix 'clear on read' behavior
 2012-10-04  5:43 UTC  (4+ messages)

[Qemu-devel] MIPS DSP for Qemu
 2012-10-04  1:45 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] Xilinx-Zynq boot process patches
 2012-10-04  0:16 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] xilinx_zynq: added smp support
` [Qemu-devel] [PATCH v2 2/4] zynq_slcr: Add links to the CPUs
` [Qemu-devel] [PATCH v2 3/4] zynq_slcr: Fixed ResetValues enum
` [Qemu-devel] [PATCH v2 4/4] zynq_slcr: Implement CPU reset and halting

[Qemu-devel] [PATCH v2] qemu-ga: ga_open_pidfile(): add new line to pidfile
 2012-10-03 21:40 UTC 

[Qemu-devel] [PATCH] qemu-barrier: Fix compiler version check for future gcc versions
 2012-10-03 21:11 UTC 

[Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
 2012-10-03 20:26 UTC  (12+ messages)
            ` [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it

[Qemu-devel] [PATCH] qemu-ga: ga_open_pidfile(): add new line to pidfile
 2012-10-03 20:24 UTC  (2+ messages)

[Qemu-devel] [PATCH] tcg: remove obsolete jmp op
 2012-10-03 20:21 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/22 v3] target-i386: convert CPU features into properties
 2012-10-03 20:17 UTC  (6+ messages)
` [Qemu-devel] [PATCH 18/22] target-i386: parse cpu_model string into set of stringified properties

[Qemu-devel] [RFC v2 00/18] Fix APIC-ID-based CPU topology
 2012-10-03 20:11 UTC  (26+ messages)
` [Qemu-devel] [RFC 01/18] pc: create "PC" device class
` [Qemu-devel] [RFC 02/18] pc: create PC object on pc_init1()
` [Qemu-devel] [RFC 03/18] pc: add PC object argument to some init functions
` [Qemu-devel] [RFC 04/18] move I/O-related definitions from qemu-common.h to a new header (qemu-stdio.h)
` [Qemu-devel] [RFC 05/18] cpus.h: include qemu-stdio.h
` [Qemu-devel] [RFC 06/18] hw/apic.c: rename bit functions to not conflict with bitops.h (v2)
` [Qemu-devel] [RFC 07/18] kvm: create kvm_arch_vcpu_id() function
` [Qemu-devel] [RFC 08/18] target-i386: kvm: set vcpu_id to APIC ID instead of CPU index (v2)
` [Qemu-devel] [RFC 09/18] target-i386: cpu: move cpuid_apic_id initialization to cpu_x86_register()
` [Qemu-devel] [RFC 10/18] target-i386: cpu: add apic_id argument "
` [Qemu-devel] [RFC 11/18] target-i386: cpu_x86_init: allow APIC ID to be set by caller
` [Qemu-devel] [RFC 12/18] fw_cfg: remove FW_CFG_MAX_CPUS from fw_cfg_init()
` [Qemu-devel] [RFC 13/18] pc: set explicit APIC ID for CPUs
` [Qemu-devel] [RFC 14/18] pc: create apic_id_for_cpu() function (v3)
` [Qemu-devel] [RFC 15/18] pc: set fw_cfg data based on APIC ID calculation (v2)
` [Qemu-devel] [RFC 16/18] tests: support target-specific unit tests
` [Qemu-devel] [RFC 17/18] target-i386: topology & APIC ID utility functions (v2)
` [Qemu-devel] [RFC 18/18] pc: generate APIC IDs according to CPU topology (v3)

[Qemu-devel] [PATCH 0/3] qemu-ga: change default state dir to /var/run
 2012-10-03 19:00 UTC  (13+ messages)
` [Qemu-devel] [PATCH 1/3] configure: guest_agent -> qemuga
` [Qemu-devel] [PATCH 2/3] configure: add --guest-agent-statedir
` [Qemu-devel] [PATCH 3/3] qemu-ga: use state dir from CONFIG_QEMUGA_STATEDIR

[Qemu-devel] [PATCH V19 0/7] Qemu Trusted Platform Module (TPM) integration
 2012-10-03 18:46 UTC  (5+ messages)
` [Qemu-devel] [PATCH V19 2/7] Add TPM (frontend) hardware interface (TPM TIS) to Qemu
` [Qemu-devel] [PATCH V19 7/7] Add fd parameter for TPM passthrough driver

[Qemu-devel] [PATCH v9 0/4] GlusterFS support in QEMU - v9
 2012-10-03 18:27 UTC  (7+ messages)
` [Qemu-devel] [PATCH v9 4/4] block: Support GlusterFS as a QEMU block backend
  ` [Qemu-devel] O_DIRECT on glusterfs (was Re: [PATCH v9 4/4] block: Support GlusterFS as a QEMU block backend)

[Qemu-devel] [PATCH] hw/qxl: exit on failure to register qxl interface
 2012-10-03 18:13 UTC 

[Qemu-devel] [PATCH 0/6] qdev: handle global properties after all instance_init calls
 2012-10-03 17:48 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] qdev: split up header so it can be used in cpu.h
` [Qemu-devel] [PATCH 2/6] qapi-types.h doesn't really need to include qemu-common.h
` [Qemu-devel] [PATCH 3/6] qdev: separate core from the code used only by qemu-system-*
` [Qemu-devel] [PATCH 4/6] tests: unit tests for qdev global-properties handling
` [Qemu-devel] [PATCH 5/6] qom: introduce post_init() function
` [Qemu-devel] [PATCH 6/6] qdev: set globals on "

[Qemu-devel] a user here - pci-assign
 2012-10-03 14:46 UTC  (10+ messages)

[Qemu-devel] [PATCH 00/18] qemu-sockets error propagation and related cleanups
 2012-10-03 14:37 UTC  (19+ messages)
` [Qemu-devel] [PATCH 01/18] error: add error_set_errno and error_setg_errno
` [Qemu-devel] [PATCH 02/18] qemu-sockets: add Error ** to all functions
` [Qemu-devel] [PATCH 03/18] qemu-sockets: unix_listen and unix_connect are portable
` [Qemu-devel] [PATCH 04/18] qemu-sockets: add nonblocking connect for Unix sockets
` [Qemu-devel] [PATCH 05/18] migration: avoid using error_is_set
` [Qemu-devel] [PATCH 06/18] migration: centralize call to migrate_fd_error()
` [Qemu-devel] [PATCH 07/18] migration: use qemu-sockets to establish Unix sockets
` [Qemu-devel] [PATCH 08/18] migration (outgoing): add error propagation for fd and exec protocols
` [Qemu-devel] [PATCH 09/18] migration (incoming): "
` [Qemu-devel] [PATCH 10/18] qemu-char: ask and print error information from qemu-sockets
` [Qemu-devel] [PATCH 11/18] nbd: "
` [Qemu-devel] [PATCH 12/18] qemu-ga: "
` [Qemu-devel] [PATCH 13/18] vnc: add error propagation to vnc_display_open
` [Qemu-devel] [PATCH 14/18] qemu-sockets: include strerror or gai_strerror output in error messages
` [Qemu-devel] [PATCH 15/18] qemu-sockets: add error propagation to inet_connect_addr
` [Qemu-devel] [PATCH 16/18] qemu-sockets: add error propagation to inet_dgram_opts
` [Qemu-devel] [PATCH 17/18] qemu-sockets: add error propagation to inet_parse
` [Qemu-devel] [PATCH 18/18] qemu-sockets: add error propagation to Unix socket functions

[Qemu-devel] [PATCH] s390: avoid reaching into memory core internals
 2012-10-03 14:15 UTC 

[Qemu-devel] [PULL] Xen tree 2012-10-03
 2012-10-03 14:00 UTC 

[Qemu-devel] [PATCH] hw: Add missing 'static' attribute for QEMUMachine
 2012-10-03 13:37 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/1] kvmclock: fix guest stop notification
 2012-10-03 13:28 UTC  (3+ messages)

[Qemu-devel] [Bug 1060928] [NEW] Error in launch virtual server port
 2012-10-03 12:57 UTC 

[Qemu-devel] [PATCH 0/2] e500: creating CCSR region and registering bar0
 2012-10-03 12:23 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/2] e500: Adding CCSR memory region
` [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller

[Qemu-devel] [PATCH 0/6] Misc PCI cleanups
 2012-10-03 12:32 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/6] pci-assign: Add support for no-route

[Qemu-devel] [PATCH V5 0/5] libqblock qemu block layer library
 2012-10-03 12:21 UTC  (4+ messages)
` [Qemu-devel] [PATCH V5 5/5] libqblock test example


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