messages from 2013-03-25 14:08:58 to 2013-03-26 12:20:10 UTC [more...]
[Qemu-devel] [PATCH] sh7750: Fix crash when accessing PVR/PRR/CVR
2013-03-26 12:20 UTC
[Qemu-devel] [Bug 1159605] [NEW] run command hangs using "-M none"
2013-03-26 11:53 UTC (2+ messages)
` [Qemu-devel] [Bug 1159605] "
[Qemu-devel] [PATCH v2 00/11] Fix versatile_pci (now without breaking linux)
2013-03-26 11:17 UTC (16+ messages)
` [Qemu-devel] [PATCH v2 01/11] versatile_pci: Fix hardcoded tabs
` [Qemu-devel] [PATCH v2 02/11] versatile_pci: Expose PCI I/O region on Versatile PB
` [Qemu-devel] [PATCH v2 03/11] versatile_pci: Update to realize and instance init functions
` [Qemu-devel] [PATCH v2 04/11] versatile_pci: Change to subclassing TYPE_PCI_HOST_BRIDGE
` [Qemu-devel] [PATCH v2 05/11] versatile_pci: Use separate PCI I/O space rather than system I/O space
` [Qemu-devel] [PATCH v2 06/11] versatile_pci: Put the host bridge PCI device at slot 29
` [Qemu-devel] [PATCH v2 07/11] versatile_pci: Implement the correct PCI IRQ mapping
` [Qemu-devel] [PATCH v2 08/11] versatile_pci: Implement the PCI controller's control registers
` [Qemu-devel] [PATCH v2 09/11] arm/realview: Fix mapping of PCI regions
` [Qemu-devel] [PATCH v2 10/11] versatile_pci: Expose PCI memory space to system
` [Qemu-devel] [PATCH v2 11/11] hw/versatile_pci: Drop unnecessary vpb_pci_config_addr()
[Qemu-devel] selecting a sparc framebuffer from command line
2013-03-26 11:13 UTC
[Qemu-devel] [PATCH v5 00/10] virtio-scsi refactoring
2013-03-26 11:12 UTC (2+ messages)
[Qemu-devel] [PATCHv5 00/10] buffer_is_zero / migration optimizations
2013-03-26 11:02 UTC (20+ messages)
` [Qemu-devel] [PATCHv5 01/10] move vector definitions to qemu-common.h
` [Qemu-devel] [PATCHv5 02/10] add a zero splat vector "
` [Qemu-devel] [PATCHv5 03/10] cutils: add a function to find non-zero content in a buffer
` [Qemu-devel] [PATCHv5 04/10] buffer_is_zero: use vector optimizations if possible
` [Qemu-devel] [PATCHv5 05/10] bitops: unroll while loop in find_next_bit()
` [Qemu-devel] [PATCHv5 06/10] migration: search for zero instead of dup pages
` [Qemu-devel] [PATCHv5 07/10] migration: add an indicator for bulk state of ram migration
` [Qemu-devel] [PATCHv5 08/10] migration: do not sent zero pages in bulk stage
` [Qemu-devel] [PATCHv5 09/10] migration: do not search dirty "
` [Qemu-devel] [PATCHv5 10/10] migration: use XBZRLE only after "
[Qemu-devel] [PATCH v3] New QMP command query-cpu-max and HMP command cpu_max
2013-03-26 10:48 UTC (5+ messages)
[Qemu-devel] [PATCH v3] block: Add support for Secure Shell (ssh) block device
2013-03-26 10:38 UTC
[Qemu-devel] [PATCH v2] block: Add support for Secure Shell (ssh) block device
2013-03-26 10:38 UTC (4+ messages)
[Qemu-devel] [PATCH 0/11] chardev frontend open handling cleanup v2
2013-03-26 10:08 UTC (12+ messages)
` [Qemu-devel] [PATCH 01/11] qemu-char: Rename opened to be_open
` [Qemu-devel] [PATCH 02/11] qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
` [Qemu-devel] [PATCH 03/11] qemu-char: Add fe_open tracking
` [Qemu-devel] [PATCH 04/11] qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
` [Qemu-devel] [PATCH 05/11] qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_open
` [Qemu-devel] [PATCH 06/11] qemu-char: Consolidate guest_close/guest_open into a set_fe_open callback
` [Qemu-devel] [PATCH 07/11] qemu-char: Move incrementing of avail_connections to qdev-properties-system
` [Qemu-devel] [PATCH 08/11] qemu-char: add_handlers: Don't re-send the be_open event on unregister
` [Qemu-devel] [PATCH 09/11] virtio-serial: Consolidate guest_open/guest_close into set_guest_connected
` [Qemu-devel] [PATCH 10/11] virtio-serial: propagate guest_connected to the port on post_load
` [Qemu-devel] [PATCH 11/11] spice-qemu-char: Drop hackish vmc_register on spice_chr_write
[Qemu-devel] coroutine: hung when using gthread backend
2013-03-26 10:03 UTC (5+ messages)
[Qemu-devel] [Bug 1158912] [NEW] QEMU Version 1.4.0 - SLIRP hangs VM
2013-03-26 9:49 UTC (5+ messages)
` [Qemu-devel] [Bug 1158912] "
[Qemu-devel] [PATCH] Add support for Secure Shell (ssh) block device
2013-03-26 9:37 UTC (5+ messages)
` [Qemu-devel] [PATCH] block: "
[Qemu-devel] [PATCH 1/2] vl.c: call bdrv_init_with_whitelist() before cmdline parsing
2013-03-26 9:26 UTC (7+ messages)
` [Qemu-devel] [PATCH 2/2] vl.c: throw an error if iscsi is not supported
[Qemu-devel] KVM call agenda for 2013-03-26
2013-03-26 9:21 UTC (3+ messages)
[Qemu-devel] [PATCH v15 4/6] pvpanic: add document of pvpanic
2013-03-26 9:21 UTC (3+ messages)
` [Qemu-devel] [PATCH v15.1 "
[Qemu-devel] [PATCHv4 0/9] buffer_is_zero / migration optimizations
2013-03-26 9:20 UTC (7+ messages)
[Qemu-devel] [PATCH] VMXNET3: initialize rx_ridx to eliminate compile warning
2013-03-26 9:16 UTC (3+ messages)
[Qemu-devel] [PATCH v15 0/6] Add pvpanic device to deal with guest panic event
2013-03-26 9:14 UTC (12+ messages)
` [Qemu-devel] [PATCH v15 2/2] patch dsdt to use passed-in pvpanic ioport
` [Qemu-devel] [PATCH v15.1] Add pvpanic device driver
` [Qemu-devel] [PATCH v15.1 resend] "
[Qemu-devel] [PATCH] hw/i386/pc: fix possible segment fault for port92_write
2013-03-26 8:49 UTC (5+ messages)
[Qemu-devel] [PATCH] glib: add a compatibility interface for g_timeout_add_seconds
2013-03-26 8:50 UTC (4+ messages)
[Qemu-devel] [PATCH] hw/i386/pc: format load_linux function
2013-03-26 8:43 UTC
[Qemu-devel] [RFC PATCH 04/10] qemu-ga: Add Windows VSS provider to quiesce applications on fsfreeze
2013-03-26 8:44 UTC (3+ messages)
[Qemu-devel] [PATCH 00/18] console: data structures overhaul
2013-03-26 8:26 UTC (19+ messages)
` [Qemu-devel] [PATCH 16/18] console: stop using DisplayState in gfx hardware emulation
[Qemu-devel] Want to be part of Memory Hotplug
2013-03-26 8:11 UTC
[Qemu-devel] Target-agnostic virtio?
2013-03-26 7:34 UTC (4+ messages)
[Qemu-devel] [PATCH 0/5] Add some tracepoints for clarification of the cause of troubles
2013-03-26 7:15 UTC (4+ messages)
[Qemu-devel] [RFC PATCH v4 00/30] ACPI memory hotplug
2013-03-26 3:51 UTC (3+ messages)
` [Qemu-devel] [RFC PATCH v4 09/30] Implement dimm device abstraction
[Qemu-devel] WebGame
2013-03-26 1:53 UTC
[Qemu-devel] s390 tcg breakage
2013-03-26 0:13 UTC (2+ messages)
[Qemu-devel] [PATCH] tcg-s390: Fix movi
2013-03-26 0:11 UTC
[Qemu-devel] [PATCH v2 0/4] ui/cocoa.m: Fix compiler and runtime warnings on 10.8
2013-03-25 22:31 UTC (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] ui/cocoa.m: Fix leaks of NSScreen and NSConcreteMapTable
` [Qemu-devel] [PATCH v2 2/4] ui/cocoa.m: Avoid deprecated CPS* functions
` [Qemu-devel] [PATCH v2 3/4] ui/cocoa.m: Avoid deprecated NSOpenPanel filename method
` [Qemu-devel] [PATCH v2 4/4] ui/cocoa.m: Avoid deprecated NSOpenPanel beginSheetForDirectory
[Qemu-devel] vNVRAM / blobstore design
2013-03-25 22:20 UTC (3+ messages)
[Qemu-devel] [PATCH v2] New QMP command query-cpu-max and HMP command cpu_max
2013-03-25 16:31 UTC (5+ messages)
[Qemu-devel] [PATCH v2] pcie: PCIe link negotiation
2013-03-25 21:48 UTC
[Qemu-devel] [PATCH 0/2] Monitor: make output buffer dynamic
2013-03-25 21:44 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/2] qstring: add qobject_get_length()
` [Qemu-devel] [PATCH 2/2] Monitor: Make output buffer dynamic
[Qemu-devel] [PATCH] ifname=xxx for -netdev bridge
2013-03-25 21:28 UTC (3+ messages)
[Qemu-devel] [RFC PATCH 1/3] target-i386: Add 486sx, old486, and old486sx CPU models
2013-03-25 20:56 UTC (12+ messages)
` [Qemu-devel] [RFC PATCH 3/3] mc146818rtc: export the timezone information
[Qemu-devel] [PATCH 11/12] qmp: add cpu_set qmp command
2013-03-25 20:22 UTC (4+ messages)
` [Qemu-devel] [PATCH 11/12 v2] qmp: add cpu-set "
[Qemu-devel] libvirt<->QEMU interfaces for CPU models
2013-03-25 20:37 UTC (4+ messages)
[Qemu-devel] [PATCH v3] gtk: Release modifier when graphic console loses keyboard focus
2013-03-25 20:21 UTC (2+ messages)
[Qemu-devel] Abort in monitor_puts
2013-03-25 20:11 UTC (6+ messages)
[Qemu-devel] [PATCH 00/19] qcow2: Rework cluster allocation even more
2013-03-25 19:50 UTC (25+ messages)
` [Qemu-devel] [PATCH 01/19] qcow2: Fix "total clusters" number in bdrv_check
` [Qemu-devel] [PATCH 02/19] qcow2: Remove bogus unlock of s->lock
` [Qemu-devel] [PATCH 03/19] qcow2: Handle dependencies earlier
` [Qemu-devel] [PATCH 04/19] qcow2: Improve check for overlapping allocations
` [Qemu-devel] [PATCH 05/19] qcow2: Change handle_dependency to byte granularity
` [Qemu-devel] [PATCH 06/19] qcow2: Decouple cluster allocation from cluster reuse code
` [Qemu-devel] [PATCH 07/19] qcow2: Factor out handle_alloc()
` [Qemu-devel] [PATCH 08/19] qcow2: handle_alloc(): Get rid of nb_clusters parameter
` [Qemu-devel] [PATCH 09/19] qcow2: handle_alloc(): Get rid of keep_clusters parameter
` [Qemu-devel] [PATCH 10/19] qcow2: Finalise interface of handle_alloc()
` [Qemu-devel] [PATCH 11/19] qcow2: Clean up handle_alloc()
` [Qemu-devel] [PATCH 12/19] qcow2: Factor out handle_copied()
` [Qemu-devel] [PATCH 13/19] qcow2: handle_copied(): Get rid of nb_clusters parameter
` [Qemu-devel] [PATCH 14/19] qcow2: handle_copied(): Get rid of keep_clusters parameter
` [Qemu-devel] [PATCH 15/19] qcow2: handle_copied(): Implement non-zero host_offset
` [Qemu-devel] [PATCH 16/19] qcow2: Use byte granularity in qcow2_alloc_cluster_offset()
` [Qemu-devel] [PATCH 17/19] qcow2: Allow requests with multiple l2metas
` [Qemu-devel] [PATCH 18/19] qcow2: Move cluster gathering to a non-looping loop
` [Qemu-devel] [PATCH 19/19] qcow2: Gather clusters in a looping loop
[Qemu-devel] [PATCH v4] hw/qdev-properties.c: Improve diagnostic for setting property after realize
2013-03-25 18:36 UTC (2+ messages)
[Qemu-devel] [Qemu-ppc] [RFC ppc-next PATCH 3/6] memory: add memory_region_to_address()
2013-03-25 18:23 UTC (2+ messages)
[Qemu-devel] [PATCH] pcie: Enhance PCIe links
2013-03-25 17:59 UTC (5+ messages)
[Qemu-devel] [PATCH] qemu-ga: ga_get_fd_handle(): abort if fd_counter overflows
2013-03-25 16:20 UTC (2+ messages)
[Qemu-devel] [PATCH 0/2] documentation fixups for the qga schema
2013-03-25 16:19 UTC (2+ messages)
[Qemu-devel] [PATCH 0/2 v7] Add Windows support for time resync by qemu-ga
2013-03-25 16:18 UTC (2+ messages)
[Qemu-devel] [Bug 1156313] [NEW] X86-64 flags handling broken
2013-03-25 16:09 UTC (6+ messages)
[Qemu-devel] [RFC 10/12] Add qemu_put_buffer_no_copy
2013-03-25 15:59 UTC (3+ messages)
[Qemu-devel] [PATCH] Introduce query-cpu-max QMP command and cpu_max HMP counterpart
2013-03-25 15:59 UTC (5+ messages)
[Qemu-devel] [RFC 00/12] target-i386: CPU hot-add with cpu_set QMP command
2013-03-25 15:31 UTC (4+ messages)
` [Qemu-devel] [PATCH 12/12] target-i386: implement CPU hot-add
[Qemu-devel] qemu-x86_64 on i386 host: SIGSEGV
2013-03-25 15:36 UTC (4+ messages)
[Qemu-devel] [PATCH] qmp: fix handling of boolean values in qmp-shell
2013-03-25 15:16 UTC (2+ messages)
[Qemu-devel] [PATCH 1/8] RFC: chardev frontend open handling cleanup
2013-03-25 15:07 UTC (5+ messages)
` [Qemu-devel] [PATCH 4/8] qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
[Qemu-devel] kvm suspend performance
2013-03-25 15:05 UTC (6+ 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;
as well as URLs for NNTP newsgroup(s).