public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-11-14 10:56:16 to 2010-11-16 19:00:18 UTC [more...]

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

[PATCH] vfio: fix config virtualization, esp command byte
 2010-11-16 18:57 UTC  (3+ messages)

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

[PATCH v4 0/9] KVM: Improve IRQ assignment for device passthrough
 2010-11-16 18:26 UTC  (3+ 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 v2 0/2] Minimal RAM API support
 2010-11-16 15:08 UTC  (7+ messages)
` [PATCH v2 1/2] "
  ` [Qemu-devel] "
` [PATCH v2 2/2] RAM API: Make use of it for x86 PC
  ` [Qemu-devel] "

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

[PATCH v2] device-assignment: register a reset function
 2010-11-16 14:49 UTC  (3+ messages)

[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] KVM: VMX: Inform user about INTEL_TXT dependency
 2010-11-16 13:19 UTC  (8+ 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)

[PATCH v3] device-assignment: Register as un-migratable
 2010-11-15 23:11 UTC 

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)

[PATCH] make-release: fix mtime for a wider range of git versions
 2010-11-15 16:58 UTC 

[Qemu-devel] qemu-kvm build issue on RHEL5.1
 2010-11-15 16:49 UTC  (10+ messages)
        ` [PATCH] virtio-9p: fix build on !CONFIG_UTIMENSAT v2
            ` [Qemu-devel] "
              ` [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  (9+ messages)
` [PATCH v2 5/5] KVM: MMU: retry #PF for softmmu

[PATCH -v2] Monitor command: pfa2hva, translate guest physical address to host virtual address
 2010-11-15 10:02 UTC  (19+ messages)

[PATCH 0/6 v5] MSI-X mask support for assigned device
 2010-11-15  9:27 UTC  (8+ messages)
` [PATCH 1/6] PCI: MSI: Move MSI-X entry definition to pci_regs.h
` [PATCH 2/6] PCI: Add mask bit definition for MSI-X table
` [PATCH 3/6] KVM: Move struct kvm_io_device to kvm_host.h
` [PATCH 4/6] KVM: Add kvm_get_irq_routing_entry() func
` [PATCH 5/6] KVM: assigned dev: Clean up assigned_device's flag
` [PATCH 6/6] KVM: assigned dev: MSI-X mask support
  ` [PATCH 6/6 v5 updated] "

[PATCH 1/4] KVM: MMU: don't drop spte if overwrite it from W to RO
 2010-11-15  9:17 UTC  (7+ messages)
` [PATCH 3/4] KVM: MMU: notrap it if gpte's reserved is set

New @ Proxmox: -device, vhost... Docs, notes?
 2010-11-15  8:50 UTC  (2+ messages)

[PATCH 0/7 v4] MSI-X mask support for assigned device
 2010-11-15  8:22 UTC  (11+ messages)
` [PATCH 2/7] PCI: Add mask bit definition for MSI-X table
` [PATCH 6/7] KVM: assigned dev: MSI-X mask support

[PATCH v2 0/9] PCI capability and device assignment improvements
 2010-11-15  3:49 UTC  (4+ messages)
` [PATCH v2 9/9] pci: Store capability offsets in PCIDevice

Attention Please, Investment Initiative From Jozef Ruud Roosevelt
 2010-11-14 15:42 UTC 

[PATCH] KVM test: Add Fedora 14 to the list of guests
 2010-11-14 15:25 UTC 

[PATCH][RFC] qemu:virtio-net: Use TUNSETTXFILTER for MAC filteringlogin register about
 2010-11-14 14:25 UTC 


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