public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-11-15 10:08:30 to 2010-11-17 16:44:13 UTC [more...]

[PATCHv6 00/16] boot order specification
 2010-11-17 16:44 UTC  (11+ messages)
` [PATCHv6 01/16] Introduce fw_name field to DeviceInfo structure
` [PATCHv6 02/16] Introduce new BusInfo callback get_fw_dev_path
` [PATCHv6 03/16] Keep track of ISA ports ISA device is using in qdev
` [PATCHv6 04/16] Add get_fw_dev_path callback to ISA bus "
` [PATCHv6 07/16] Add get_dev_path callback for system bus
` [PATCHv6 08/16] Add get_fw_dev_path callback for pci bus
` [PATCHv6 09/16] Record which USBDevice USBPort belongs too
` [PATCHv6 10/16] Add get_dev_path callback for usb bus
` [PATCHv6 11/16] Add get_dev_path callback to scsi bus
` [PATCHv6 15/16] Add notifier that will be called when machine is fully created

[PATCH v2 1/6] KVM: MMU: fix forgot flush vcpu tlbs
 2010-11-17 16:26 UTC  (11+ messages)
` [PATCH v2 2/6] KVM: MMU: don't drop spte if overwrite it from W to RO
` [PATCH v2 3/6] KVM: MMU: don't mark spte notrap if reserved bit set
` [PATCH v2 4/6] KVM: MMU: rename 'reset_host_protection' to 'host_writable'
` [PATCH v2 5/6] KVM: MMU: remove 'clear_unsync' parameter
` [PATCH v2 6/6] KVM: MMU: cleanup update_pte, pte_prefetch and sync_page functions

[PATCH v5-light 0/6] KVM: Improve IRQ assignment for device passthrough
 2010-11-17 14:56 UTC  (11+ messages)
` [PATCH v5-light 1/6] KVM: Clear assigned guest IRQ on release
` [PATCH v5-light 2/6] KVM: Switch assigned device IRQ forwarding to threaded handler
` [PATCH v5-light 3/6] KVM: Refactor IRQ names of assigned devices
` [PATCH v5-light 4/6] KVM: Save/restore state of assigned PCI device
` [PATCH v5-light 5/6] KVM: Clean up kvm_vm_ioctl_assigned_device
` [PATCH v5-light 6/6] KVM: Document device assigment API

page allocation failures while transferring data with virtio
 2010-11-17 14:53 UTC 

[PATCH v2] device-assignment: register a reset function
 2010-11-17 14:09 UTC  (4+ messages)

[PATCH 0/6 v5] MSI-X mask support for assigned device
 2010-11-17 14:01 UTC  (8+ messages)
` [PATCH 4/6] KVM: Add kvm_get_irq_routing_entry() func
` [PATCH 6/6] KVM: assigned dev: MSI-X mask support

[PATCH v3] device-assignment: Register as un-migratable
 2010-11-17 13:55 UTC  (2+ messages)

[PATCH v2 0/2] Introduce segmented addresses to the emulator
 2010-11-17 13:28 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86 emulator: preserve an operand's segment identity
` [PATCH v2 2/2] KVM: x86 emulator: do not perform address calculations on linear addresses

[RFC PATCH] KVM test: Introduce a command-line wrapper
 2010-11-17 12:01 UTC 

[PATCH 0/2] Introduce segmented addresses to the emulator
 2010-11-17 11:41 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86 emulator: preserve an operand's segment identity
` [PATCH 2/2] KVM: x86 emulator: do not perform address calculations on linear addresses

[PATCH 0/2] Minor emulator cleanups
 2010-11-17 11:40 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86 emulator: drop unused #ifndef __KERNEL__
` [PATCH 2/2] KVM: x86 emulator: drop DPRINTF()

[PATCH 1/2] KVM test: Support params for netdev
 2010-11-17 10:41 UTC  (2+ messages)
` [PATCH 2/2] KVM test: Let vhost use netdev_extra_params

[PATCH] KVM test: Minor enhancement for kdump
 2010-11-17 10:45 UTC 

[PATCH v3 0/2] Type-safe ioport callbacks
 2010-11-17  9:50 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] piix4 acpi: convert io BAR to type-safe "

[PATCH v2 0/2] Minimal RAM API support
 2010-11-17  9:31 UTC  (9+ messages)
` [PATCH v2 1/2] "
  ` [Qemu-devel] "
` [PATCH v2 2/2] RAM API: Make use of it for x86 PC
  ` [Qemu-devel] "

[PATCH v4 0/9] KVM: Improve IRQ assignment for device passthrough
 2010-11-17  8:25 UTC  (4+ messages)

[PATCH v15 00/17] Provide a zero-copy method on KVM virtio-net
 2010-11-17  8:09 UTC  (5+ messages)

[PATCH]KVM: VMX: Inform user about INTEL_TXT dependency
 2010-11-17  7:56 UTC  (2+ messages)

[PATCH] vfio: fix config virtualization, esp command byte
 2010-11-17  5:14 UTC  (4+ messages)

KVM with hugepages generate huge load with two guests
 2010-11-17  2:19 UTC  (3+ messages)

[PATCH 1/4] KVM: MMU: don't drop spte if overwrite it from W to RO
 2010-11-17  1:58 UTC  (11+ messages)
` [PATCH 3/4] KVM: MMU: notrap it if gpte's reserved is set
` [PATCH 4/4] KVM: MMU: cleanup update_pte, pte_prefetch and sync_page functions

[PATCH] KVM: VMX: Inform user about INTEL_TXT dependency
 2010-11-17  1:30 UTC  (9+ messages)

Slackware 7.0 hangs at ifconfig on 0.12.5, worked on 0.11.0
 2010-11-16 22:08 UTC 

[PATCH] make-release: fix mtime for a wider range of git versions
 2010-11-16 22:11 UTC  (2+ messages)

[PATCH v2 0/9] PCI capability and device assignment improvements
 2010-11-16 21:33 UTC  (3+ messages)
` [PATCH v2 1/9] pci: pci_default_cap_write_config ignores wmask

[PATCH] KVM: VMX: Fix host userspace gsbase corruption
 2010-11-16 20:07 UTC  (2+ messages)

[PATCH v2 0/2] Use host cpuid facilities
 2010-11-16 18:34 UTC  (2+ messages)

[PATCHv4 00/15] boot order specification
 2010-11-16 19:02 UTC  (20+ messages)
` [PATCHv4 13/15] Add bootindex for option roms
` [PATCHv4 15/15] Pass boot device list to firmware

[Qemu-devel] Hitting 29 NIC limit
 2010-11-16 19:00 UTC  (4+ messages)
  `  "

Hitting 29 NIC limit
 2010-11-16 17:21 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH v3 1/3] virtio-pci: Rename bugs field to flags
 2010-11-16 16:55 UTC  (4+ messages)
` [PATCH v3 2/3] virtio-pci: Use ioeventfd for virtqueue notify

[PATCH 0/8] PCI capability and device assignment improvements
 2010-11-16 16:12 UTC  (13+ messages)
` [PATCH 1/8] pci: pci_default_cap_write_config ignores wmask
` [RFC PATCH 8/8] device-assignment: pass through and stub more PCI caps

trace_printk() support in trace-cmd
 2010-11-16 15:13 UTC  (8+ messages)

[PATCH 0/1] [PULL] qemu-kvm.git uq/master queue
 2010-11-16 14:50 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH] kvm: clear vapic after reset
 2010-11-16 14:33 UTC 

[PATCH] vapic: fix vapic option rom sizing
 2010-11-16 14:33 UTC 

[PATCH] optionrom: fix bugs in signrom.sh
 2010-11-16 14:33 UTC 

seabios 0.6.1 regression
 2010-11-16 14:27 UTC  (14+ messages)

Why so many vm exits caused by ept violation
 2010-11-16 13:35 UTC  (18+ messages)

[PATCH RFC] tools/virtio: virtio_ring testing tool
 2010-11-16 12:34 UTC 

[PATCH] device-assignment: register a reset function
 2010-11-16 11:39 UTC  (5+ messages)

[PATCH] tpr optimization: clear the vapic area on boot
 2010-11-16 10:52 UTC  (2+ messages)

[PATCH 0/6] Save state error handling (kill off no_migrate)
 2010-11-16 10:23 UTC  (2+ messages)

2.6.37-rc2 after KVM shutdown - unregister_netdevice: waiting for vmtst01eth0 to become free. Usage count = 1
 2010-11-16  9:46 UTC  (2+ messages)

[PATCH] device-assignment: Register as un-migratable
 2010-11-16  9:42 UTC  (7+ messages)

KVM call agenda for Nov 16
 2010-11-16  9:17 UTC  (2+ messages)

[PATCHv5 00/15] boot order specification
 2010-11-16  8:59 UTC  (18+ messages)
` [PATCHv5 01/15] Introduce fw_name field to DeviceInfo structure
  ` [Qemu-devel] "
` [PATCHv5 02/15] Introduce new BusInfo callback get_fw_dev_path
` [PATCHv5 03/15] Keep track of ISA ports ISA device is using in qdev
` [PATCHv5 04/15] Add get_fw_dev_path callback to ISA bus "
` [PATCHv5 05/15] Store IDE bus id in IDEBus structure for easy access
` [PATCHv5 06/15] Add get_fw_dev_path callback to IDE bus
` [PATCHv5 07/15] Add get_dev_path callback for system bus
` [PATCHv5 08/15] Add get_fw_dev_path callback for pci bus
` [PATCHv5 09/15] Record which USBDevice USBPort belongs too
` [PATCHv5 10/15] Add get_dev_path callback for usb bus
` [PATCHv5 11/15] Add bootindex parameter to net/block/fd device
` [PATCHv5 12/15] Change fw_cfg_add_file() to get full file path as a parameter
` [PATCHv5 13/15] Add bootindex for option roms
` [PATCHv5 14/15] Add notifier that will be called when machine is fully created
` [PATCHv5 15/15] Pass boot device list to firmware

[PATCH 0/2] KVM: fix and cleanup: kvm_lock and hardware_disable
 2010-11-16  8:37 UTC  (3+ messages)
` [PATCH 1/2] KVM: take kvm_lock for hardware_disable() during cpu hotplug
` [PATCH 2/2] KVM: rename hardware_[dis|en]able() to *_nolock() and add locking wrappers

[v3 RFC PATCH 0/4] Implement multiqueue virtio-net
 2010-11-16  7:25 UTC  (6+ messages)
          ` MQ performance on other cards (cxgb3)

Bounty offered to add Cloud Storage Mount option to a VM using Scality Droplet
 2010-11-16  6:57 UTC 

[PATCH -v3] Monitor command: x-gpa2hva, translate guest physical address to host virtual address
 2010-11-16  2:23 UTC 

[PATCH v2] device-assignment: Register as un-migratable
 2010-11-15 23:45 UTC  (4+ messages)

PCI passthrough on Sony Vaio F11 laptop
 2010-11-15 22:53 UTC  (7+ messages)

MTCN Numbers: 6096147516
 2010-11-15 17:32 UTC 

[PATCH] ceph/rbd block driver for qemu-kvm (v7)
 2010-11-15 17:10 UTC  (4+ messages)

[Qemu-devel] Re: [PATCH] virtio-9p: fix build on !CONFIG_UTIMENSAT v2
 2010-11-15 16:49 UTC  (3+ messages)
  ` [PATCH v3] virtio-9p: fix build on !CONFIG_UTIMENSAT

(unknown),
 2010-11-15 16:15 UTC 

[RFC][PATCH] qemu-kvm: Drop vga dirty logging workarounds
 2010-11-15 13:29 UTC  (4+ messages)

[PATCH v2 0/3] virtio: Use ioeventfd for virtqueue notify
 2010-11-15 11:20 UTC  (9+ messages)
` [PATCH 2/3] virtio-pci: "
    ` [Qemu-devel] "

[PATCH v2 1/5] KVM: MMU: fix missing post sync audit
 2010-11-15 10:12 UTC  (8+ messages)
` [PATCH v2 5/5] KVM: MMU: retry #PF for softmmu


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