public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-07-14 09:55:32 to 2011-07-19 09:59:37 UTC [more...]

[PATCH] MMIO: Make coalesced mmio use a device per zone
 2011-07-19  9:59 UTC  (4+ messages)

iwlagn and kvm related "BUG: scheduling while atomic" after resuming
 2011-07-19  9:18 UTC  (7+ messages)
` [Ilw] "

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] "

Nested VMX - L1 hangs on running L2
 2011-07-19  2:41 UTC  (3+ messages)

Save/Restore not working
 2011-07-18 22:46 UTC 

[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 v3 1/2] KVM: MMIO: Lock coalesced device when checking for available entry
 2011-07-18 14:24 UTC  (3+ messages)
` [PATCH v3 2/2] x86: Raise the hard VCPU count limit

[PATCH v2 1/2] KVM: MMIO: Lock coalesced device when checking for available entry
 2011-07-18 13:11 UTC  (11+ messages)
` [PATCH v2 2/2] x86: Raise the hard VCPU count limit

[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  (21+ messages)
` [PATCH 01/16] kvm tools: Introduce uip_udp_make_pkg()
` [PATCH 02/16] kvm tools: Introduce struct uip_dhcp
` [PATCH 03/16] kvm tools: Add helper to tell if a UDP package is a DHCP package
` [PATCH 04/16] kvm tools: Add helpers to tell the type of a DHCP message
` [PATCH 05/16] kvm tools: Get domain name and nameserver from host
` [PATCH 06/16] kvm tools: Fill DHCP options with domain name and DNS server IP
` [PATCH 07/16] kvm tools: Fill all DHCP options
` [PATCH 08/16] kvm tools: Introduce uip_dhcp_make_pkg()
` [PATCH 09/16] kvm tools: Introduce uip_tx_do_ipv4_udp_dhcp()
` [PATCH 10/16] kvm tools: Get DNS information from host in uip_init()
` [PATCH 11/16] kvm tools: Handle DHCP package in gernal UDP processing path
` [PATCH 12/16] kvm tools: Introduce --guest-ip option
` [PATCH 13/16] kvm tools: Introduce --host-mac option
` [PATCH 14/16] kvm tools: Rename --host-ip-addr to --host-ip
` [PATCH 15/16] kvm tools: Initialize MAC address for virtio net properly
` [PATCH 16/16] kvm tools: Initialize MAC and IP address for uip properly

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  (15+ 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 

[RFC v4 00/58] Memory API
 2011-07-17 11:14 UTC  (59+ messages)
` [RFC v4 01/58] Hierarchical memory region API
` [RFC v4 02/58] memory: implement dirty tracking
` [RFC v4 03/58] memory: merge adjacent segments of a single memory region
` [RFC v4 04/58] Internal interfaces for memory API
` [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 12/58] exec.c: initialize memory map
` [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()

[Bug 39412] New: Win Vista and Win2K8 guests cann't find NIC driver
 2011-07-17 10:39 UTC  (4+ messages)
` [Bug 39412] "
` [Bug 39412] Win Vista and Win2K8 guests' network breaks down

RFT: virtio_net: limit xmit polling
 2011-07-17  9:42 UTC  (3+ messages)

Biweekly KVM Test report, kernel 0af9df4e... qemu 525e3df7
 2011-07-16  3:15 UTC 

[PATCH] Client profilers: kvm_stat: Make absence of kvm_stat non-fatal
 2011-07-15 21:08 UTC 

Mail Quota alert -Error Code
 2011-07-15 11:48 UTC 

[PATCH] KVM test: Fix bug in physical_resources_check
 2011-07-14 21:53 UTC 

[PATCH] kvm: Disable device assignment without interrupt remapping
 2011-07-14 19:27 UTC 

[PATCH 0/7] Implement Shadow VMCB for Nested SVM
 2011-07-14 14:01 UTC  (15+ messages)
` [PATCH 1/7] KVM: SVM: Keep seperate pointer to host-vmcb
` [PATCH 2/7] KVM: SVM: Use host_vmcb_pa for vmload and vmsave
` [PATCH 4/7] KVM: SVM: Use seperate VMCB for L2 guests

[PATCH 1/5] ioeventfd: Remove natural sized length limitation
 2011-07-14 13:23 UTC  (34+ messages)
` [PATCH 5/5] ioeventfd: Introduce KVM_IOEVENTFD_FLAG_SOCKET

kvm upstream build error
 2011-07-14  9:55 UTC  (5+ messages)
    ` [PATCH] sched: export delayacct_on


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox