kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-07-13 02:54:59 to 2011-07-18 08:20:58 UTC [more...]

linux-next: Tree for July 16 (kvm)
 2011-07-18  8:20 UTC  (2+ messages)

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

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  (17+ messages)
    ` [Qemu-devel] "

[PATCH 00/16] Implement DHCP support for user mode network
 2011-07-18  4:48 UTC  (19+ 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

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  (19+ 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 3/7] KVM: SVM: Reorder nested_svm_vmrun
` [PATCH 4/7] KVM: SVM: Use seperate VMCB for L2 guests
` [PATCH 5/7] KVM: SVM: Remove nested.hsave state
` [PATCH 6/7] KVM: SVM: Rework hflags handling
` [PATCH 7/7] KVM: SVM: Don't change host intercepts in vmrun emulation

[PATCH 1/5] ioeventfd: Remove natural sized length limitation
 2011-07-14 13:23 UTC  (43+ 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

[PATCH 1/3] KVM: x86: fix broken read emulation spans a page boundary
 2011-07-14  8:59 UTC  (4+ messages)
` [PATCH 2/3] KVM: x86: abstract the operation for read/write emulation
` [PATCH 3/3] KVM: x86: cleanup the code of "

[PATCH] x86: Raise the hard VCPU count limit
 2011-07-14  8:14 UTC  (4+ messages)

[PATCH v5 0/9] Steal time for KVM
 2011-07-13 18:01 UTC  (5+ messages)
` [PATCH v5 6/9] add jump labels for ia64 paravirt

[PATCH v4 00/18] KVM: optimize for MMIO handled
 2011-07-13 13:25 UTC  (4+ messages)
` [PATCH v4 17/18] KVM: MMU: mmio page fault support
  ` [PATCH] KVM: x86: Apply required parentheses in __check_direct_spte_mmio_pf

[RFC v3 00/56] Memory API
 2011-07-13  6:52 UTC  (4+ messages)
` [RFC v3 30/56] rtl8139: convert to memory API

buildbot failure in kvm on next-ppc44x
 2011-07-13  4:34 UTC 

buildbot failure in kvm on next-ppc64
 2011-07-13  4:08 UTC 

buildbot failure in kvm on next-s390
 2011-07-13  4:07 UTC 

buildbot failure in kvm on ppc44x
 2011-07-13  3:30 UTC 

buildbot failure in kvm on ppc64
 2011-07-13  3:17 UTC 


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