messages from 2011-07-19 17:40:56 to 2011-07-21 10:06:00 UTC [more...]
[PATCH] IO: Intelligent device lookup on bus
2011-07-21 10:05 UTC (7+ messages)
[PATCH] memory: document the memory API
2011-07-21 10:00 UTC
[PATCH v2 1/2] KVM: MMIO: Lock coalesced device when checking for available entry
2011-07-21 9:24 UTC (3+ messages)
` [PATCH v2 2/2] x86: Raise the hard VCPU count limit
[RFC v5 00/86] Memory API
2011-07-21 8:37 UTC (91+ messages)
` [RFC v5 01/86] xen: fix xen-mapcache build on non-Xen capable targets
` [RFC v5 02/86] Hierarchical memory region API
` [RFC v5 03/86] memory: implement dirty tracking
` [RFC v5 04/86] memory: merge adjacent segments of a single memory region
` [RFC v5 05/86] Internal interfaces for memory API
` [RFC v5 06/86] memory: abstract address space operations
` [RFC v5 07/86] memory: rename MemoryRegion::has_ram_addr to ::terminates
` [RFC v5 08/86] memory: late initialization of ram_addr
` [RFC v5 09/86] memory: I/O address space support
` [RFC v5 10/86] memory: add backward compatibility for old portio registration
` [RFC v5 11/86] memory: add backward compatibility for old mmio registration
` [RFC v5 12/86] memory: add ioeventfd support
` [RFC v5 13/86] memory: separate building the final memory map into two steps
` [RFC v5 14/86] exec.c: initialize memory map
` [RFC v5 15/86] ioport: register ranges by byte aligned addresses always
` [RFC v5 16/86] pc: grab system_memory
` [RFC v5 17/86] pc: convert pc_memory_init() to memory API
` [RFC v5 18/86] pc: move global memory map out of pc_init1() and into its callers
` [RFC v5 19/86] pci: pass address space to pci bus when created
` [RFC v5 20/86] pci: add MemoryRegion based BAR management API
` [RFC v5 21/86] sysbus: add MemoryRegion based memory "
` [RFC v5 22/86] usb-ohci: convert to MemoryRegion
` [RFC v5 23/86] pci: add API to get a BAR's mapped address
` [RFC v5 24/86] vmsvga: don't remember pci BAR address in callback any more
` [RFC v5 25/86] vga: convert vga and its derivatives to the memory API
` [RFC v5 26/86] cirrus: simplify mmio BAR access functions
` [RFC v5 27/86] cirrus: simplify bitblt "
` [RFC v5 28/86] cirrus: simplify vga window mmio "
` [RFC v5 29/86] vga: "
` [RFC v5 30/86] cirrus: simplify linear framebuffer "
` [RFC v5 31/86] Integrate I/O memory regions into qemu
` [RFC v5 32/86] exec.c: fix initialization of system I/O memory region
` [RFC v5 33/86] pci: pass I/O address space to new PCI bus
` [RFC v5 34/86] pci: allow I/O BARs to be registered with pci_register_bar_region()
` [RFC v5 35/86] rtl8139: convert to memory API
` [RFC v5 36/86] ac97: "
` [RFC v5 37/86] e1000: "
` [RFC v5 38/86] eepro100: "
` [RFC v5 39/86] es1370: "
` [RFC v5 40/86] ide: "
` [RFC v5 41/86] ivshmem: "
` [RFC v5 42/86] virtio-pci: "
` [RFC v5 43/86] ahci: "
` [RFC v5 44/86] intel-hda: "
` [RFC v5 45/86] lsi53c895a: "
` [RFC v5 46/86] ppc: "
` [RFC v5 47/86] ne2000: "
` [RFC v5 48/86] pcnet: "
` [RFC v5 49/86] i6300esb: "
` [RFC v5 50/86] isa-mmio: concert "
` [RFC v5 51/86] sun4u: convert "
` [RFC v5 52/86] ehci: "
` [RFC v5 53/86] uhci: "
` [RFC v5 54/86] xen-platform: "
` [RFC v5 55/86] msix: "
` [RFC v5 56/86] pci: remove pci_register_bar_simple()
` [RFC v5 57/86] pci: convert pci rom to memory API
` [RFC v5 58/86] pci: remove pci_register_bar()
` [RFC v5 59/86] pci: fold BAR mapping function into its caller
` [RFC v5 60/86] pci: rename pci_register_bar_region() to pci_register_bar()
` [RFC v5 61/86] pci: remove support for pre memory API BARs
` [RFC v5 62/86] Introduce QEMU_NEW()
` [RFC v5 63/86] apb_pci: convert to memory API
` [RFC v5 64/86] apic: "
` [RFC v5 65/86] arm_gic: "
` [RFC v5 66/86] arm_sysctl: "
` [RFC v5 67/86] arm_timer: "
` [RFC v5 68/86] armv7m: "
` [RFC v5 69/86] gt64xxx.c: "
` [RFC v5 70/86] tusb6010: move declarations to new file tusb6010.h
` [RFC v5 71/86] omap_gpmc/nseries/tusb6010: convert to memory API
` [RFC v5 72/86] onenand: "
` [RFC v5 73/86] pcie_host: "
` [RFC v5 74/86] ppc405_uc: "
` [RFC v5 75/86] ppc4xx_sdram: "
` [RFC v5 76/86] stellaris_enet: "
` [RFC v5 77/86] sysbus: add a variant of sysbus_init_mmio_cb with an unmap callback
` [RFC v5 78/86] sh_pci: convert to memory API
` [RFC v5 79/86] arm11mpcore: use sysbus_init_mmio_cb2
` [RFC v5 80/86] versatile_pci: convert to memory API
` [RFC v5 81/86] ppce500_pci: convert to sysbus_init_mmio_cb2()
` [RFC v5 82/86] sysbus: remove sysbus_init_mmio_cb()
` [RFC v5 83/86] isa: add isa_address_space()
` [RFC v5 84/86] pci: add pci_address_space()
` [RFC v5 85/86] vga: drop get_system_memory() from vga devices and derivatives
` [RFC v5 86/86] 440fx: fix PAM, PCI holes
[PATCH 0/2] pci: config space bounds check and correction
2011-07-21 8:11 UTC (5+ messages)
` [PATCH 1/2] pci: bounds check offsets into config_map
` [PATCH 2/2] pci: correct pci config size default for cap version 2 endpoints
[tip:tools/kvm] kvm tools, qcow: Fix copy-on-write image corruption
2011-07-21 8:09 UTC
KVM cpu limitations
2011-07-21 6:10 UTC (2+ messages)
Nested VMX - L1 hangs on running L2
2011-07-21 2:49 UTC (9+ messages)
[PATCH] Virt: Adding softlockup subtest
2011-07-21 1:38 UTC (2+ messages)
(unknown),
2011-07-20 21:46 UTC
[PATCH 1/5] ioeventfd: Remove natural sized length limitation
2011-07-20 21:10 UTC (37+ messages)
` [PATCH 5/5] ioeventfd: Introduce KVM_IOEVENTFD_FLAG_SOCKET
[RFC 3/4] A separate thread for the VM migration
2011-07-20 19:02 UTC (2+ messages)
[RFC 4/4] A separate thread for the VM migration
2011-07-20 18:49 UTC (2+ messages)
[PATCH v4] MMIO: Make coalesced mmio use a device per zone
2011-07-20 17:59 UTC
Save/Restore not working
2011-07-20 17:49 UTC (4+ messages)
Confirmar
2011-07-20 17:30 UTC
[RFC v4 00/58] Memory API
2011-07-20 17:31 UTC (47+ messages)
` [RFC v4 11/58] memory: add ioeventfd support
` [Qemu-devel] "
` [RFC v4 23/58] vga: convert vga and its derivatives to the memory API
` [Qemu-devel] [RFC v4 00/58] Memory API
Possible to reach more than 1Gbit to VM?
2011-07-20 15:56 UTC (2+ messages)
[PATCH v3] MMIO: Make coalesced mmio use a device per zone
2011-07-20 14:58 UTC (2+ messages)
[PATCH] kvm: Initialize all struct members to avoid stack information leak
2011-07-20 11:49 UTC (4+ messages)
qemu-kvm throws error "handle_exception: unexpected, vectoring info..."
2011-07-20 10:41 UTC (10+ messages)
[PATCH] MMIO: Make coalesced mmio use a device per zone
2011-07-20 8:58 UTC (16+ messages)
cpu hotplug issue
2011-07-20 8:35 UTC (2+ messages)
[RFC 1/4] A separate thread for the VM migration
2011-07-20 8:14 UTC (2+ messages)
[PATCH][v7] megasas: LSI Megaraid SAS emulation
2011-07-20 6:50 UTC (3+ messages)
` [Qemu-devel] "
[RFC 2/4] A separate thread for the VM migration
2011-07-20 3:57 UTC
iwlagn and kvm related "BUG: scheduling while atomic" after resuming
2011-07-19 20:27 UTC (8+ messages)
` [Ilw] "
[PATCH v3 1/2] KVM: MMIO: Lock coalesced device when checking for available entry
2011-07-19 16:02 UTC (2+ messages)
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