messages from 2011-07-05 19:36:43 to 2011-07-10 18:15:22 UTC [more...]
[RFC v3 00/56] Memory API
2011-07-10 18:15 UTC (43+ 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: "
` [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 38/56] virtio-pci: convert to memory API
` [RFC v3 39/56] ahci: "
` [RFC v3 40/56] intel-hda: "
` [RFC v3 46/56] isa-mmio: concert "
` [RFC v3 48/56] ehci: convert "
` [RFC v3 55/56] pci: fold BAR mapping function into its caller
[PATCH 0/9] kvm tools, qcow: Improve QCOW performance
2011-07-10 18:08 UTC (12+ 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] 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 (9+ messages)
` [Bug 38672] "
[PATCH 1/5] ioeventfd: Remove natural sized length limitation
2011-07-10 8:05 UTC (14+ messages)
` [PATCH 2/5] ioeventfd: Add helper functions for reading and writing
` [PATCH 3/5] ioeventfd: Introduce KVM_IOEVENTFD_FLAG_READ
` [PATCH 4/5] ioeventfd: Introduce KVM_IOEVENTFD_FLAG_NOWRITE
` [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)
[PATCH v5 0/9] Steal time for KVM
2011-07-07 17:07 UTC (26+ messages)
` [PATCH v5 1/9] introduce kvm_read_guest_cached
` [PATCH v5 2/9] KVM-HDR Add constant to represent KVM MSRs enabled bit
` [PATCH v5 3/9] KVM-HDR: KVM Steal time implementation
` [PATCH v5 4/9] KVM-HV: "
` [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
KVM call agenda for June 28
2011-07-07 15:25 UTC (13+ 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 (26+ messages)
` [PATCH v3 04/19] KVM: MMU: cache mmio info on page fault path
` [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)
KVM autotest tip of the week
2011-07-06 13:05 UTC (3+ messages)
[PATCH] ioeventfd: Introduce KVM_IOEVENTFD_FLAG_PIPE
2011-07-06 11:30 UTC (10+ messages)
Resize Hard Disk of VM
2011-07-06 10:47 UTC (3+ messages)
Fwd: [KVM TSC emulation 6/9] Allow adjust_tsc_offset to be in host or guest cycles
2011-07-06 10:00 UTC (2+ messages)
[PATCH 0/5][v6] Megasas HBA emulation
2011-07-06 8:39 UTC (9+ messages)
` [PATCH 1/5] iov: Update parameter usage in iov_(to|from)_buf()
` [PATCH 2/5] scsi: Add 'hba_private' to SCSIRequest
` [PATCH 3/5] scsi-disk: Fixup debugging statement
` [PATCH 4/5] scsi-disk: Mask out serial number EVPD
` [PATCH 5/5] megasas: LSI Megaraid SAS emulation
` [Qemu-devel] "
[PATCH v2] staging: zcache: support multiple clients, prep for KVM and RAMster
2011-07-06 3:30 UTC (3+ messages)
[PATCH kvm-unit-tests v4] Check SMEP when cr0.wp=0
2011-07-06 3:00 UTC
[PATCH kvm-unit-tests v3] Check SMEP when cr0.wp=0
2011-07-06 2:33 UTC (2+ messages)
[PATCH] KVM test: Add new virtio-win.cfg.sample file
2011-07-06 1:38 UTC
[RFC] virtio: expose for non-virtualization users too
2011-07-05 22:35 UTC (2+ messages)
[PATCH] KVM test: Don't restrict Windows guests on virtio_blk variant anymore
2011-07-05 20:48 UTC
[PATCH] KVM test: A couple of fixes for unattended install
2011-07-05 20:10 UTC
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