kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-07-06 16:12:54 to 2011-07-11 14:05:35 UTC [more...]

[PATCH v5 0/9] Steal time for KVM
 2011-07-11 14:05 UTC  (21+ messages)
` [PATCH v5 4/9] KVM-HV: KVM Steal time implementation
` [PATCH v5 5/9] KVM-GST: Add a pv_ops stub for steal time
` [PATCH v5 6/9] add jump labels for ia64 paravirt
` [PATCH v5 7/9] KVM-GST: KVM Steal time accounting
` [PATCH v5 8/9] KVM-GST: adjust scheduler cpu power
` [PATCH v5 9/9] KVM-GST: KVM Steal time registration

[PATCH 0/4] scsi fixes
 2011-07-11 13:45 UTC  (8+ messages)
` [PATCH 1/4] iov: Update parameter usage in iov_(to|from)_buf()
  ` [PATCH 2/4] scsi: Add 'hba_private' to SCSIRequest
    ` [PATCH 3/4] scsi-disk: Fixup debugging statement
      ` [PATCH 4/4] scsi-disk: Mask out serial number EVPD

KVM call egenda for July 12
 2011-07-11 13:14 UTC  (2+ messages)
` [Qemu-devel] "

[RFC v3 00/56] Memory API
 2011-07-11 10:47 UTC  (61+ messages)
` [RFC v3 01/56] Hierarchical memory region API
` [RFC v3 02/56] memory: implement dirty tracking
` [RFC v3 03/56] memory: merge adjacent segments of a single memory region
` [RFC v3 04/56] Internal interfaces for memory API
` [RFC v3 05/56] memory: abstract address space operations
` [RFC v3 06/56] memory: rename MemoryRegion::has_ram_addr to ::terminates
` [RFC v3 07/56] memory: late initialization of ram_addr
` [RFC v3 08/56] memory: I/O address space support
` [RFC v3 09/56] exec.c: initialize memory map
` [RFC v3 10/56] ioport: register ranges by byte aligned addresses always
` [RFC v3 11/56] pc: grab system_memory
` [RFC v3 12/56] pc: convert pc_memory_init() to memory API
` [RFC v3 13/56] pc: move global memory map out of pc_init1() and into its callers
` [RFC v3 14/56] pci: pass address space to pci bus when created
` [RFC v3 15/56] pci: add MemoryRegion based BAR management API
` [RFC v3 16/56] sysbus: add MemoryRegion based memory "
` [RFC v3 17/56] usb-ohci: convert to MemoryRegion
` [RFC v3 18/56] pci: add API to get a BAR's mapped address
` [RFC v3 19/56] vmsvga: don't remember pci BAR address in callback any more
` [RFC v3 20/56] vga: convert vga and its derivatives to the memory API
` [RFC v3 21/56] cirrus: simplify mmio BAR access functions
` [RFC v3 22/56] cirrus: simplify bitblt "
` [RFC v3 23/56] cirrus: simplify vga window mmio "
` [RFC v3 24/56] vga: "
` [RFC v3 25/56] cirrus: simplify linear framebuffer "
` [RFC v3 26/56] Integrate I/O memory regions into qemu
` [RFC v3 27/56] exec.c: fix initialization of system I/O memory region
` [RFC v3 28/56] pci: pass I/O address space to new PCI bus
` [RFC v3 29/56] pci: allow I/O BARs to be registered with pci_register_bar_region()
` [RFC v3 30/56] rtl8139: convert to memory API
` [RFC v3 31/56] ac97: "
  ` [Qemu-devel] "
` [RFC v3 32/56] e1000: "
` [RFC v3 33/56] eepro100: "
` [RFC v3 34/56] es1370: "
` [RFC v3 35/56] ide: "
` [RFC v3 36/56] memory: add ioeventfd support
` [RFC v3 37/56] ivshmem: convert to memory API
` [RFC v3 38/56] virtio-pci: "
` [RFC v3 39/56] ahci: "
` [RFC v3 40/56] intel-hda: "
` [RFC v3 41/56] lsi53c895a: "
` [RFC v3 42/56] ppc: "
` [RFC v3 43/56] ne2000: "
` [RFC v3 44/56] pcnet: "
` [RFC v3 45/56] i6300esb: "
` [RFC v3 46/56] isa-mmio: concert "
` [RFC v3 47/56] sun4u: convert "
` [RFC v3 48/56] ehci: "
` [RFC v3 49/56] uhci: "
` [RFC v3 50/56] xen-platform: "
` [RFC v3 51/56] msix: "
` [RFC v3 52/56] pci: remove pci_register_bar_simple()
` [RFC v3 53/56] pci: convert pci rom to memory API
` [RFC v3 54/56] pci: remove pci_register_bar()
` [RFC v3 55/56] pci: fold BAR mapping function into its caller
` [RFC v3 56/56] pci: rename pci_register_bar_region() to pci_register_bar()

[PATCH 0/9] kvm tools, qcow: Improve QCOW performance
 2011-07-11 10:44 UTC  (20+ messages)
` [PATCH 1/9] kvm tools, qcow: Rename struct qcow_l2_cache to struct qcow_l2_table
` [PATCH 2/9] kvm tools, qcow: Use 'struct qcow_l2_table' instead of untyped array
` [PATCH 3/9] kvm tools, qcow: Fix locking issues
` [PATCH 4/9] kvm tools, qcow: Introduce qcow_disk_flush()
` [PATCH 5/9] kvm tools, qcow: Delayed L1 table writeout
` [PATCH 6/9] kvm tools, qcow: Don't fdatasync() L2 "
` [PATCH 7/9] kvm tools, qcow: Use big endian order for L2 table entries
` [PATCH 8/9] kvm tools, qcow: Delayed L2 table writeout
` [PATCH 9/9] kvm tools, qcow: Flush only dirty L2 tables

[PATCH] KVM test: Add subtest nmi_watchdog
 2011-07-11  7:51 UTC 

[PATCH] KVM-test: Add subtest cdrom
 2011-07-11  6:18 UTC 

[PATCH] tools/kvm/9p: WSTAT don't use open fid
 2011-07-10 18:23 UTC 

[PATCH] tools/kvm/9p: Add error handling to protocol handlers
 2011-07-10 17:59 UTC 

[PATCH] kvm tools: Plug warning in virtio_p9_wstat()
 2011-07-10 17:23 UTC  (3+ messages)

[PATCH] kvm tools: Fix leaked descriptors
 2011-07-10 12:41 UTC 

[PATCH] kvm tools: fix instances enumeration
 2011-07-10 12:13 UTC 

[Bug 38672] New: KVM guest boot crashed
 2011-07-10 11:09 UTC  (5+ messages)
` [Bug 38672] "

[PATCH 1/5] ioeventfd: Remove natural sized length limitation
 2011-07-10  8:05 UTC  (7+ messages)
` [PATCH 5/5] ioeventfd: Introduce KVM_IOEVENTFD_FLAG_SOCKET

[PATCH] x86: Raise the hard VCPU count limit
 2011-07-09 13:04 UTC  (2+ messages)

guest suspend/resume & virtio: vring errors
 2011-07-09 12:07 UTC  (8+ messages)

[PATCH net-next] skbuff: clear tx zero-copy flag
 2011-07-09  9:55 UTC  (2+ messages)

[PATCH v2 1/2] kvm tools: Rename command source files
 2011-07-09  6:57 UTC  (2+ messages)
` [PATCH v2 2/2] kvm tools: Rename debug options under 'kvm run'

[PATCH 1/7] kvm tools: Add 'kvm version' command
 2011-07-09  6:47 UTC  (9+ messages)
` [PATCH 2/7] kvm tools: Properly add 'kvm list' to command list
` [PATCH 3/7] kvm tools: Properly add 'kvm debug' "
` [PATCH 4/7] kvm tools: Update 'kvm pause' documentation
` [PATCH 5/7] kvm tools: Properly add 'kvm balloon' to command list
` [PATCH 6/7] kvm tools: Rename command source files
` [PATCH 7/7] kvm tools: Rename debug options under 'kvm run'

Can BIOS output be configured to print to a virtualized serial port?
 2011-07-08 21:33 UTC  (2+ messages)

Nested VMX - L1 hangs on running L2
 2011-07-08 18:40 UTC 

Incorrect tar command used in 'virt_test_utils.py'
 2011-07-08 18:06 UTC  (3+ messages)
` [PATCH] * 'tar' needs relative paths to strip the leading '/'

[PATCH 1/2] vhost: init used ring after backend was set
 2011-07-08 10:38 UTC  (4+ messages)
` [PATCH 2/2] vhost: set log when updating used flags or avail event

VGA pass through and AHCI emulation status
 2011-07-08 10:02 UTC  (2+ messages)

VT-d2 support inside Linux kernel
 2011-07-08  9:54 UTC  (2+ messages)
` Fwd: "

[PATCH 0/3][uq/master] Basic TSC-Scaling support v2
 2011-07-08  8:00 UTC  (5+ messages)
` [PATCH 1/3] qemu: Add strtosz_suffix_unit function
` [PATCH 2/3] qemu-x86: Add tsc_freq option to -cpu
` [PATCH 3/3] qemu-x86: Set tsc_khz in kvm when supported

[PATCH 0/3] Build fixes
 2011-07-07 21:51 UTC  (6+ messages)
` [PATCH 2/3] Add fno-strict-overflow
  ` [Qemu-devel] "

[PATCH V8 2/4 net-next] skbuff: skb supports zero-copy buffers
 2011-07-07 18:39 UTC  (6+ messages)

KVM call agenda for June 28
 2011-07-07 15:25 UTC  (12+ messages)
    ` [Qemu-devel] "

RFT: virtio_net: limit xmit polling
 2011-07-07 13:24 UTC  (2+ messages)

[PATCH V8 0/4 net-next] macvtap/vhost TX zero-copy support
 2011-07-07 11:49 UTC  (4+ messages)

[PATCH 0/3] KVM: MMU: Clean up walk_addr_generic() v4
 2011-07-07  9:16 UTC  (2+ messages)

[heads-up] bridge in kernel 3.0~ and dhcp from kvm guest on tap device
 2011-07-07  9:55 UTC  (3+ messages)

[PULL 00/17] KVM PPC patch queue 2011-07-04
 2011-07-07  9:35 UTC  (2+ messages)

[PATCH v3 01/19] KVM: MMU: fix walking shadow page table
 2011-07-07  9:30 UTC  (23+ messages)
` [PATCH v3 05/19] KVM: MMU: optimize to handle dirty bit
` [PATCH v3 11/19] KVM: MMU: filter out the mmio pfn from the fault pfn
` [PATCH v3 14/19] KVM: MMU: clean up spte updating and clearing
` [PATCH v3 16/19] KVM: MMU: lockless walking shadow page table
` [PATCH v3 18/19] KVM: MMU: mmio page fault support

[PATCH 1/3] KVM-Test: kickstart script: Add pre-installation script for dumping anaconda log
 2011-07-07  5:50 UTC  (3+ messages)
` [Autotest] "

Windows7 crashes inside the VM when starting a certain program
 2011-07-07  5:26 UTC 

collect some information when qemu-kvm exit
 2011-07-07  1:20 UTC  (11+ messages)

[PATCH V8 4/4 net-next] vhost: vhost TX zero-copy support
 2011-07-06 22:28 UTC 

[PATCH V8 3/4 net-next] macvtap: macvtapTX zero-copy support
 2011-07-06 22:26 UTC 

[PATCH V8 1/4 net-next] sock.h: Add a new sock zero-copy flag
 2011-07-06 22:17 UTC 

[PATCH V7 4/4 net-next] vhost: vhost TX zero-copy support
 2011-07-06 19:28 UTC  (3+ messages)


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