messages from 2011-07-09 11:54:07 to 2011-07-13 07:07:44 UTC [more...]
[PATCH 1/5] ioeventfd: Remove natural sized length limitation
2011-07-13 7:07 UTC (12+ messages)
` [PATCH 5/5] ioeventfd: Introduce KVM_IOEVENTFD_FLAG_SOCKET
[RFC v3 00/56] Memory API
2011-07-13 6:52 UTC (66+ 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 1/3] KVM: x86: fix broken read emulation spans a page boundary
2011-07-13 6:32 UTC (3+ messages)
` [PATCH 2/3] KVM: x86: abstract the operation for read/write emulation
` [PATCH 3/3] KVM: x86: cleanup the code of "
kvm upstream build error
2011-07-13 6:22 UTC (2+ messages)
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
buildbot failure in kvm on s390
2011-07-13 3:16 UTC
[PATCH v4 00/18] KVM: optimize for MMIO handled
2011-07-12 20:00 UTC (21+ messages)
` [PATCH v4 01/18] KVM: MMU: fix walking shadow page table
` [PATCH v4 02/18] KVM: MMU: do not update slot bitmap if spte is nonpresent
` [PATCH v4 03/18] KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the code
` [PATCH v4 04/18] KVM: MMU: cache mmio info on page fault path
` [PATCH v4 05/18] KVM: MMU: optimize to handle dirty bit
` [PATCH v4 06/18] KVM: MMU: cleanup for FNAME(fetch)
` [PATCH v4 07/18] KVM: MMU: rename 'pt_write' to 'emulate'
` [PATCH v4 08/18] KVM: MMU: count used shadow pages on prepareing path
` [PATCH v4 09/18] KVM: MMU: split kvm_mmu_free_page
` [PATCH v4 10/18] KVM: MMU: remove bypass_guest_pf
` [PATCH v4 11/18] KVM: MMU: filter out the mmio pfn from the fault pfn
` [PATCH v4 12/18] KVM: MMU: abstract some functions to handle "
` [PATCH v4 13/18] KVM: MMU: introduce the rules to modify shadow page table
` [PATCH v4 14/18] KVM: MMU: do not need atomicly to set/clear spte
` [PATCH v4 15/18] KVM: MMU: lockless walking shadow page table
` [PATCH v4 16/18] KVM: MMU: reorganize struct kvm_shadow_walk_iterator
` [PATCH v4 17/18] KVM: MMU: mmio page fault support
` [PATCH] KVM: x86: Apply required parentheses in __check_direct_spte_mmio_pf
` [PATCH v4 18/18] KVM: MMU: trace mmio page fault
Congratulations Your Email Won!
2011-07-12 17:08 UTC
Your Mailbox Is Almost Full
2011-07-12 17:04 UTC
Cloning Virtual Desktops
2011-07-12 15:48 UTC
[PATCH] kvm tools: Update README
2011-07-12 14:34 UTC
[PATCH] x86: Raise the hard VCPU count limit
2011-07-12 13:49 UTC (3+ messages)
KVM call egenda for July 12
2011-07-12 13:46 UTC (4+ messages)
` [Qemu-devel] "
[PATCH 0/4] scsi fixes
2011-07-12 13:37 UTC (9+ 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
` [Qemu-devel] [PATCH 0/4] scsi fixes
[PATCH 0/3] Preparatory perf patches for KVM PMU support
2011-07-12 10:36 UTC (26+ messages)
` [PATCH 1/3] perf: add context field to perf_event
[PATCH v6 0/9] Steal time for KVM
2011-07-12 7:45 UTC (11+ messages)
` [PATCH v6 1/9] introduce kvm_read_guest_cached
` [PATCH v6 2/9] KVM-HDR Add constant to represent KVM MSRs enabled bit
` [PATCH v6 3/9] KVM-HDR: KVM Steal time implementation
` [PATCH v6 4/9] KVM-HV: "
` [PATCH v6 5/9] KVM-GST: Add a pv_ops stub for steal time
` [PATCH v6 6/9] add jump labels for ia64 paravirt
` [PATCH v6 7/9] KVM-GST: KVM Steal time accounting
` [PATCH v6 8/9] KVM-GST: adjust scheduler cpu power
` [PATCH v6 9/9] KVM-GST: KVM Steal time registration
[PATCH V8 4/4 net-next] vhost: vhost TX zero-copy support
2011-07-12 0:37 UTC (3+ messages)
` [PATCH RFC] vhost: address fixme in "
[PATCH] kvm tools: Wait for VCPU to reboot before returning
2011-07-11 19:49 UTC
PowerPoint performance degrade greatly when logon on through rdesktop to winxp, and when lotus notes is running
2011-07-11 15:46 UTC (4+ messages)
[PATCH v5 0/9] Steal time for KVM
2011-07-11 14:15 UTC (13+ messages)
` [PATCH v5 4/9] KVM-HV: KVM Steal time implementation
` [PATCH v5 6/9] add jump labels for ia64 paravirt
[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 (3+ messages)
` [Bug 38672] "
guest suspend/resume & virtio: vring errors
2011-07-09 12:07 UTC (8+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox