messages from 2012-10-02 18:33:30 to 2012-10-03 18:56:39 UTC [more...]
[Qemu-devel] [PATCH 0/3] qemu-ga: change default state dir to /var/run
2012-10-03 18:56 UTC (12+ 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 0/6] qemu-kvm compat
2012-10-03 18:54 UTC (24+ 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 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] Fix compilation on GCC 4.5
2012-10-03 18:19 UTC (2+ messages)
[Qemu-devel] [PATCH] hw/qxl: exit on failure to register qxl interface
2012-10-03 18:13 UTC
[Qemu-devel] [PATCH] qxl: Default to PCI revision 4 when spice-server is new enough
2012-10-03 17:57 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] [PATCH] qemu-ga: ga_open_pidfile(): add new line to pidfile
2012-10-03 17:25 UTC
[Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
2012-10-03 16:54 UTC (6+ messages)
[Qemu-devel] [RFC v1 00/22] Integrate DMA into the memory API
2012-10-03 16:04 UTC (23+ 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] [RFC v2 00/18] Fix APIC-ID-based CPU topology
2012-10-03 14:54 UTC (25+ 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] 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] qemu-kvm: remove "boot=on|off" drive parameter compatibility
2012-10-03 13:27 UTC (18+ messages)
` [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
[Qemu-devel] [PATCH] cadence_ttc: Fix 'clear on read' behavior
2012-10-03 13:18 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 (11+ messages)
` [Qemu-devel] [PATCH 1/6] pci: Add INTx no-route option
` [Qemu-devel] [PATCH 2/6] pci-assign: Add support for no-route
` [Qemu-devel] [PATCH 3/6] pci: Helper function for testing if an INTx route changed
` [Qemu-devel] [PATCH 4/6] pci-assign: Use pci_intx_route_changed()
` [Qemu-devel] [PATCH 5/6] msi: Add msi_get_message()
` [Qemu-devel] [PATCH 6/6] pci-assign: Use msi_get_message()
[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
[Qemu-devel] [PATCH] net: consolidate NetClientState header files into one
2012-10-03 10:45 UTC (2+ messages)
[Qemu-devel] [PATCH 0/3] vmware_vga: Cleanup and allow simple drivers to work without the fifo
2012-10-03 9:46 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/3 v2] vmware_vga: Cleanup and remove duplicated info from local state
` [Qemu-devel] [PATCH 2/3 v2] vmware_vga: Return a value for FB_SIZE before the device is enabled
` [Qemu-devel] [PATCH 3/3 v2] vmware_vga: Allow simple drivers to work without using the fifo
[Qemu-devel] [PATCH v8 00/14] Ehnahced SSI bus support + M25P80 SPI flash + Xilinx SPI controller
2012-10-03 7:48 UTC (15+ messages)
` [Qemu-devel] [PATCH v8 01/14] ssi: Support for multiple attached devices
` [Qemu-devel] [PATCH v8 02/14] ssi: Implemented CS behaviour
` [Qemu-devel] [PATCH v8 03/14] ssi: Added create_slave_no_init()
` [Qemu-devel] [PATCH v8 04/14] qdev: allow multiple qdev_init_gpio_in() calls
` [Qemu-devel] [PATCH v8 05/14] hw/stellaris: Removed gpio_out init array
` [Qemu-devel] [PATCH v8 06/14] stellaris: Removed SSI mux
` [Qemu-devel] [PATCH v8 07/14] hw: Added generic FIFO API
` [Qemu-devel] [PATCH v8 08/14] m25p80: Initial implementation of SPI flash device
` [Qemu-devel] [PATCH v8 09/14] xilinx_spi: Initial impl. of Xilinx SPI controller
` [Qemu-devel] [PATCH v8 10/14] petalogix-ml605: added SPI controller with n25q128
` [Qemu-devel] [PATCH v8 11/14] xilinx_spips: Xilinx Zynq SPI cntrlr device model
` [Qemu-devel] [PATCH v8 12/14] xilinx_zynq: Added SPI controllers + flashes
` [Qemu-devel] [PATCH v8 13/14] MAINTAINERS: Added maintainerships for SSI
` [Qemu-devel] [PATCH v8 14/14] ssi: Add slave autoconnect helper
[Qemu-devel] [PATCH] esp: On qemu-system-sparc's esp, TC is not set properly
2012-10-02 20:46 UTC
[Qemu-devel] [RFC 00/20] target-i386: convert CPU features into properties
2012-10-02 20:31 UTC (3+ messages)
` [Qemu-devel] [RFC 07/20] target-i386: convert cpuid "
[Qemu-devel] [PATCH] exec: Fix walk_memory_regions
2012-10-02 19:01 UTC
[Qemu-devel] [PATCH v2 00/10] Double-word tcg/optimize improvements
2012-10-02 18:32 UTC (8+ messages)
` [Qemu-devel] [PATCH 04/10] tcg: Use common code when failing to optimize
` [Qemu-devel] [PATCH 05/10] tcg: Optimize double-word comparisons against zero
` [Qemu-devel] [PATCH 06/10] tcg: Split out subroutines from do_constant_folding_cond
` [Qemu-devel] [PATCH 07/10] tcg: Do constant folding on double-word comparisons
` [Qemu-devel] [PATCH 08/10] tcg: Constant fold add2 and sub2
` [Qemu-devel] [PATCH 09/10] tcg: Optimize half-dead add2/sub2
` [Qemu-devel] [PATCH 10/10] tcg: Optimize mulu2
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).