messages from 2011-07-17 11:14:30 to 2011-07-20 08:13:28 UTC [more...]
[RFC v4 00/58] Memory API
2011-07-20 8:13 UTC (71+ messages)
` [RFC v4 05/58] memory: abstract address space operations
` [RFC v4 06/58] memory: rename MemoryRegion::has_ram_addr to ::terminates
` [RFC v4 07/58] memory: late initialization of ram_addr
` [RFC v4 08/58] memory: I/O address space support
` [RFC v4 09/58] memory: add backward compatibility for old portio registration
` [RFC v4 10/58] memory: add backward compatibility for old mmio registration
` [RFC v4 11/58] memory: add ioeventfd support
` [RFC v4 13/58] ioport: register ranges by byte aligned addresses always
` [RFC v4 14/58] pc: grab system_memory
` [RFC v4 15/58] pc: convert pc_memory_init() to memory API
` [RFC v4 16/58] pc: move global memory map out of pc_init1() and into its callers
` [RFC v4 17/58] pci: pass address space to pci bus when created
` [RFC v4 18/58] pci: add MemoryRegion based BAR management API
` [RFC v4 19/58] sysbus: add MemoryRegion based memory "
` [RFC v4 20/58] usb-ohci: convert to MemoryRegion
` [RFC v4 21/58] pci: add API to get a BAR's mapped address
` [RFC v4 22/58] vmsvga: don't remember pci BAR address in callback any more
` [RFC v4 23/58] vga: convert vga and its derivatives to the memory API
` [RFC v4 24/58] cirrus: simplify mmio BAR access functions
` [RFC v4 25/58] cirrus: simplify bitblt "
` [RFC v4 26/58] cirrus: simplify vga window mmio "
` [RFC v4 27/58] vga: "
` [RFC v4 28/58] cirrus: simplify linear framebuffer "
` [RFC v4 29/58] Integrate I/O memory regions into qemu
` [RFC v4 30/58] exec.c: fix initialization of system I/O memory region
` [RFC v4 31/58] pci: pass I/O address space to new PCI bus
` [RFC v4 32/58] pci: allow I/O BARs to be registered with pci_register_bar_region()
` [RFC v4 33/58] rtl8139: convert to memory API
` [RFC v4 34/58] ac97: "
` [RFC v4 35/58] e1000: "
` [RFC v4 36/58] eepro100: "
` [RFC v4 37/58] es1370: "
` [RFC v4 38/58] ide: "
` [RFC v4 39/58] ivshmem: "
` [RFC v4 40/58] virtio-pci: "
` [RFC v4 41/58] ahci: "
` [RFC v4 42/58] intel-hda: "
` [RFC v4 43/58] lsi53c895a: "
` [RFC v4 44/58] ppc: "
` [RFC v4 45/58] ne2000: "
` [RFC v4 46/58] pcnet: "
` [RFC v4 47/58] i6300esb: "
` [RFC v4 48/58] isa-mmio: concert "
` [RFC v4 49/58] sun4u: convert "
` [RFC v4 50/58] ehci: "
` [RFC v4 51/58] uhci: "
` [RFC v4 52/58] xen-platform: "
` [RFC v4 53/58] msix: "
` [RFC v4 54/58] pci: remove pci_register_bar_simple()
` [RFC v4 55/58] pci: convert pci rom to memory API
` [RFC v4 56/58] pci: remove pci_register_bar()
` [RFC v4 57/58] pci: fold BAR mapping function into its caller
` [RFC v4 58/58] pci: rename pci_register_bar_region() to pci_register_bar()
` [Qemu-devel] [RFC v4 00/58] Memory API
Nested VMX - L1 hangs on running L2
2011-07-20 7:58 UTC (4+ messages)
[PATCH][v7] megasas: LSI Megaraid SAS emulation
2011-07-20 6:50 UTC (4+ messages)
` [Qemu-devel] "
[PATCH 1/5] ioeventfd: Remove natural sized length limitation
2011-07-20 6:16 UTC (33+ messages)
` [PATCH 5/5] ioeventfd: Introduce KVM_IOEVENTFD_FLAG_SOCKET
[RFC 4/4] A separate thread for the VM migration
2011-07-20 4:02 UTC
[RFC 3/4] A separate thread for the VM migration
2011-07-20 4:00 UTC
[RFC 2/4] A separate thread for the VM migration
2011-07-20 3:57 UTC
[RFC 1/4] A separate thread for the VM migration
2011-07-20 3:56 UTC
iwlagn and kvm related "BUG: scheduling while atomic" after resuming
2011-07-19 20:27 UTC (11+ messages)
` [Ilw] "
Save/Restore not working
2011-07-19 20:09 UTC (3+ messages)
[PATCH] MMIO: Make coalesced mmio use a device per zone
2011-07-19 20:00 UTC (13+ messages)
[PATCH v3 1/2] KVM: MMIO: Lock coalesced device when checking for available entry
2011-07-19 16:02 UTC (4+ messages)
` [PATCH v3 2/2] x86: Raise the hard VCPU count limit
cpu hotplug issue
2011-07-19 17:40 UTC
[PATCH] kvm: Initialize all struct members to avoid stack information leak
2011-07-19 17:38 UTC (3+ messages)
[PATCH 0/3][uq/master] Basic TSC-Scaling support v2
2011-07-19 17:03 UTC (14+ messages)
` [PATCH 2/3] qemu-x86: Add tsc_freq option to -cpu
` [PATCH 3/3] qemu-x86: Set tsc_khz in kvm when supported
KVM guest: fix build with CONFIG_KVM_GUEST=n
2011-07-19 16:57 UTC (2+ messages)
[PATCH] kvm: Disable device assignment without interrupt remapping
2011-07-19 14:43 UTC (2+ messages)
[PATCH RFC] vhost: optimize interrupt enable/disable
2011-07-19 15:04 UTC
[PATCH] iozone postprocessing: Use path rather than file object printing failure
2011-07-19 14:44 UTC
[Autotest] [AUTOTEST][PATCH 2/2] Add ability to call autotest client tests from kvm tests like a subtest
2011-07-19 14:18 UTC (3+ messages)
` [AUTOTEST][KVM] [PATCH "
[PATCH v3] MMIO: Make coalesced mmio use a device per zone
2011-07-19 13:00 UTC
[PATCH v2] MMIO: Make coalesced mmio use a device per zone
2011-07-19 12:39 UTC (6+ messages)
[PATCH RFC] vhost: fix zcopy reference counting
2011-07-19 10:33 UTC
Something to consider
2011-07-19 10:18 UTC
major slowdown in i/o (due to high CPU usage) from 2.6.32 to current
2011-07-19 9:16 UTC (3+ messages)
[PATCH 0/4] scsi fixes
2011-07-19 8:50 UTC (6+ messages)
` [Qemu-devel] "
[PATCH] init: Support mounting devices from kernel command line
2011-07-18 19:44 UTC (5+ messages)
Migration issue - disk image was not updated
2011-07-18 19:38 UTC (4+ messages)
KVM call agenda for July 18
2011-07-18 19:28 UTC (2+ messages)
` [Qemu-devel] "
[PATCH kvm-unit-tests v4] Check SMEP when cr0.wp=0
2011-07-18 16:48 UTC (2+ messages)
2.6.32.x guest dies when trying to run tcpdump
2011-07-18 18:11 UTC (5+ messages)
[PATCHv11] vhost: vhost TX zero-copy support
2011-07-18 17:43 UTC (2+ messages)
Official way of doing one guest snapshot
2011-07-18 17:38 UTC
[PATCH v2 1/2] KVM: MMIO: Lock coalesced device when checking for available entry
2011-07-18 13:11 UTC (10+ messages)
[PATCHv10] vhost: vhost TX zero-copy support
2011-07-18 12:28 UTC (2+ messages)
[PATCH 00/16] Implement DHCP support for user mode network
2011-07-18 10:20 UTC (6+ messages)
` [PATCH 05/16] kvm tools: Get domain name and nameserver from host
linux-next: Tree for July 16 (kvm)
2011-07-18 8:20 UTC (2+ messages)
nested VMX + unrelated qemu bug
2011-07-18 7:23 UTC (4+ messages)
[PATCHv9] vhost: experimental tx zero-copy support
2011-07-18 7:16 UTC (4+ messages)
[RFC] New thread for the VM migration
2011-07-18 7:08 UTC (8+ messages)
` [Qemu-devel] "
KVM autotest tip of the week - Running qemu-kvm unittests
2011-07-18 4:02 UTC (4+ messages)
[PATCH] KVM test: Make it possible to configure preserve_srcdir
2011-07-18 2:44 UTC
[PATCH] client.virt.virt_utils: Only try to load the env file if it exists
2011-07-17 20:56 UTC
[PATCH] KVM test: Disable screendump thread for unittests
2011-07-17 20:55 UTC
Your Mail Id Was Awarded 650,000.00 GBP In the Premier Oil Plc Programmed
2011-07-17 17:18 UTC
Funds!!!
2011-07-17 13:12 UTC
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