messages from 2012-06-05 01:24:29 to 2012-06-05 22:05:12 UTC [more...]
[Qemu-devel] [PATCH v3 0/7] Manual writethrough cache and cache mode toggle
2012-06-05 22:04 UTC (2+ messages)
` [Qemu-devel] [PATCH v3 1/7] block: flush in writethrough mode after writes
[Qemu-devel] [PATCH v2] vnc: disable VNC password authentication (security type 2) when in FIPS mode
2012-06-05 21:51 UTC (14+ messages)
[Qemu-devel] [RFC] Use QEMU IDL for device serialization/vmstate
2012-06-05 21:44 UTC (34+ messages)
` [Qemu-devel] [PATCH 01/17] qidl: add QEMU IDL processor
` [Qemu-devel] [PATCH 02/17] qidl: add qc definitions
` [Qemu-devel] [PATCH 09/17] rtc: add qc annotations
` [Qemu-devel] [PATCH 11/17] qapi: add qidl-generated qapi schema for rtc
` [Qemu-devel] [PATCH 12/17] rtc: add a QOM property for accessing device state
` [Qemu-devel] [PATCH 16/17] qidl: add qidl-generated vmstate fields for rtc
[Qemu-devel] [RFC PATCH 0/5] asynchronous migration state change handlers
2012-06-05 21:37 UTC (13+ messages)
` [Qemu-devel] [RFC PATCH 1/5] notifiers: add support for async notifiers handlers
` [Qemu-devel] [RFC PATCH 2/5] migration: moving migration start code to a separated routine
` [Qemu-devel] [RFC PATCH 3/5] migration: moving migration completion "
` [Qemu-devel] [RFC PATCH 4/5] migration: replace migration state change notifier with async notifiers
` [Qemu-devel] [RFC PATCH 5/5] spice: turn spice "migration end" handler to be async
[Qemu-devel] [PATCH 0/2] scsi: Clean up BlockDriverState use
2012-06-05 21:32 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/2] block: New bdrv_get_flags()
` [Qemu-devel] [PATCH 2/2] scsi-disk: Don't peek behind the BlockDriverState abstraction
[Qemu-devel] [PATCH 00/16] introduce OptsVisitor, rebase -net/-netdev parsing
2012-06-05 21:27 UTC (33+ messages)
` [Qemu-devel] [PATCH 02/16] qapi: introduce "size" type
` [Qemu-devel] [PATCH 03/16] expose QemuOpt and QemuOpts struct definitions to interested parties
` [Qemu-devel] [PATCH 04/16] qapi: introduce OptsVisitor
` [Qemu-devel] [PATCH 05/16] qapi schema: remove trailing whitespace
` [Qemu-devel] [PATCH 06/16] qapi schema: add Netdev types
` [Qemu-devel] [PATCH 07/16] hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
` [Qemu-devel] [PATCH 08/16] convert net_client_init() to OptsVisitor
` [Qemu-devel] [PATCH 09/16] convert net_init_nic() to NetClientOptions
` [Qemu-devel] [PATCH 10/16] convert net_init_dump() "
` [Qemu-devel] [PATCH 11/16] convert net_init_slirp() "
` [Qemu-devel] [PATCH 12/16] convert net_init_socket() "
` [Qemu-devel] [PATCH 13/16] convert net_init_vde() "
` [Qemu-devel] [PATCH 15/16] convert net_init_bridge() "
` [Qemu-devel] [PATCH 16/16] remove unused QemuOpts parameter from net init functions
[Qemu-devel] buildbot failure in qemu on default_ppc
2012-06-05 19:53 UTC (7+ messages)
` [Qemu-devel] [PATCH] kvm: Fix build for non-CAP_IRQ_ROUTING targets
` [Qemu-devel] [PATCH v2] "
[Qemu-devel] Sporadic AHCI boot failures
2012-06-05 19:08 UTC (4+ messages)
[Qemu-devel] [PATCH] KVM: Fix compiles when KVM_CAP_IRQ_ROUTING is not defined
2012-06-05 19:02 UTC (3+ messages)
[Qemu-devel] vio-net driver
2012-06-05 18:29 UTC (2+ messages)
[Qemu-devel] [PATCH 0/3] file descriptor passing using getfd over QMP
2012-06-05 18:30 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/3] qmp/hmp: Add QMP getfd command that returns fd
[Qemu-devel] [PATCH] PPC: mpc8544ds: Fix typo in init of second serial device
2012-06-05 18:09 UTC
[Qemu-devel] [PULL 00/29]: QMP queue
2012-06-05 17:25 UTC (30+ messages)
` [Qemu-devel] [PATCH 01/29] Add API to create memory mapping list
` [Qemu-devel] [PATCH 02/29] Add API to check whether a physical address is I/O address
` [Qemu-devel] [PATCH 03/29] implement cpu_get_memory_mapping()
` [Qemu-devel] [PATCH 04/29] Add API to check whether paging mode is enabled
` [Qemu-devel] [PATCH 05/29] Add API to get memory mapping
` [Qemu-devel] [PATCH 06/29] Add API to get memory mapping without do paging
` [Qemu-devel] [PATCH 07/29] target-i386: Add API to write elf notes to core file
` [Qemu-devel] [PATCH 08/29] target-i386: Add API to write cpu status "
` [Qemu-devel] [PATCH 09/29] target-i386: add API to get dump info
` [Qemu-devel] [PATCH 10/29] target-i386: Add API to get note's size
` [Qemu-devel] [PATCH 11/29] make gdb_id() generally avialable and rename it to cpu_index()
` [Qemu-devel] [PATCH 12/29] introduce a new monitor command 'dump-guest-memory' to dump guest's memory
` [Qemu-devel] [PATCH 13/29] qemu-option: qemu_opts_create(): use error_set()
` [Qemu-devel] [PATCH 14/29] qemu-option: parse_option_number(): "
` [Qemu-devel] [PATCH 15/29] qemu-option: parse_option_bool(): "
` [Qemu-devel] [PATCH 16/29] qemu-option: parse_option_size(): "
` [Qemu-devel] [PATCH 17/29] qemu-option: qemu_opt_parse(): "
` [Qemu-devel] [PATCH 18/29] qemu-option: qemu_opts_validate(): "
` [Qemu-devel] [PATCH 19/29] qemu-option: opt_set(): "
` [Qemu-devel] [PATCH 20/29] qemu-option: introduce qemu_opt_set_err()
` [Qemu-devel] [PATCH 21/29] qemu-option: qemu_opts_from_qdict(): use error_set()
` [Qemu-devel] [PATCH 22/29] qerror: introduce QERR_INVALID_OPTION_GROUP
` [Qemu-devel] [PATCH 23/29] qemu-config: find_list(): use error_set()
` [Qemu-devel] [PATCH 24/29] qemu-config: introduce qemu_find_opts_err()
` [Qemu-devel] [PATCH 25/29] net: purge the monitor object from all init functions
` [Qemu-devel] [PATCH 26/29] net: net_client_init(): use error_set()
` [Qemu-devel] [PATCH 27/29] qapi: convert netdev_add
` [Qemu-devel] [PATCH 28/29] qapi: convert netdev_del
` [Qemu-devel] [PATCH 29/29] Add 'query-events' command to QMP to query async events
[Qemu-devel] [PATCH 0/2] xen: Clean up BlockDriverState use
2012-06-05 16:59 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/2] xen: Don't change -drive if=xen device name during machine init
` [Qemu-devel] [PATCH 2/2] xen: Don't peek behind the BlockDriverState abstraction
[Qemu-devel] [PATCH v4 0/7] trace: Generic event state description
2012-06-05 16:55 UTC (2+ messages)
[Qemu-devel] [PATCH v2] fdc: fix media change detection for windows
2012-06-05 16:34 UTC (4+ messages)
[Qemu-devel] [PATCH] seabios: correct setting of datalow_base for large rom images
2012-06-05 16:09 UTC
[Qemu-devel] [PATCH v2 6/6] qapi: convert sendkey
2012-06-05 15:05 UTC (3+ messages)
[Qemu-devel] [PATCH v2 5/6] qapi: generate list struct and visit_list for enum
2012-06-05 15:01 UTC (2+ messages)
[Qemu-devel] [PATCH] fdc: fix media change detection for windows
2012-06-05 14:30 UTC (3+ messages)
[Qemu-devel] [PATCH v2 1/6] qerror: add QERR_OVERFLOW
2012-06-05 14:29 UTC (2+ messages)
` [Qemu-devel] [PATCH v2 1/6] qerror: add MAX_KEYCODES 16
[Qemu-devel] [RFC PATCH 0/2] ivring: Add IVRing driver
2012-06-05 14:13 UTC (6+ messages)
` [Qemu-devel] [RFC PATCH 1/2] ivring: Add a ring-buffer driver on IVShmem
` [Qemu-devel] [RFC PATCH 2/2] ivring: Add a ring-buffer reader tool
[Qemu-devel] [Qemu-ppc] [PATCH 06/25] dt: add helper for empty dt creation
2012-06-05 14:07 UTC
[Qemu-devel] [PATCH 00/24] per-directory Makefile snippets, limit vpath abuse
2012-06-05 14:05 UTC (10+ messages)
` [Qemu-devel] [PATCH 19/24] convert libhw to nested Makefiles
[Qemu-devel] The development tree is now open!
2012-06-05 13:19 UTC (4+ messages)
[Qemu-devel] [PATCH] block: Simplify how drive_init() computes default ID
2012-06-05 13:04 UTC (2+ messages)
[Qemu-devel] [PATCH 0/1] memory detection hack for s390
2012-06-05 12:50 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/1] s390: autodetect map private
[Qemu-devel] [RFC PATCH v1 0/4] SPI bus support + Xilinx SPI controller
2012-06-05 12:38 UTC (5+ messages)
` [Qemu-devel] [RFC PATCH v1 2/4] m25p80: initial verion
[Qemu-devel] [PATCH v4 0/3] fdc: fix media handling
2012-06-05 12:32 UTC (7+ messages)
` [Qemu-devel] [PATCH v4 1/3] fdc: floppy drive should be visible after start without media
[Qemu-devel] [PATCH v2 00/41] postcopy live migration
2012-06-05 11:23 UTC (4+ messages)
[Qemu-devel] [PATCH] msix: Drop unused msix_bar_size
2012-06-05 10:26 UTC (3+ messages)
[Qemu-devel] [PATCH v2 0/1] virtio-rng: hardware random number generator
2012-06-05 10:16 UTC (8+ messages)
` [Qemu-devel] [PATCH v2 1/1] virtio-rng: hardware random number generator device
[Qemu-devel] [qemu-devel][RFC] Enable usb with default options
2012-06-05 9:48 UTC
[Qemu-devel] [PULL 00/20 1.2] kvm updates
2012-06-05 9:11 UTC (10+ messages)
[Qemu-devel] qemu 1.1.0 says 1.1.50
2012-06-05 9:06 UTC (3+ messages)
[Qemu-devel] test
2012-06-05 8:04 UTC
[Qemu-devel] [qemu-devel][RFC] Enable usb with default options
2012-06-05 7:19 UTC
[Qemu-devel] [PATCH] Fix build of kvm-all.c when no KVM_CAP_IRQ_ROUTING
2012-06-05 7:16 UTC
[Qemu-devel] [qemu-devel][RFC] Enable usb in the default configuration
2012-06-05 5:51 UTC
[Qemu-devel] Python problem using MinGW when build QEMU
2012-06-05 5:12 UTC (2+ messages)
[Qemu-devel] [RFC PATCH] PCI: Introduce INTx check & mask API
2012-06-05 2:56 UTC (7+ messages)
[Qemu-devel] [PATCH V4 0/5] Ehnahced SSI bus support + M25P80 SPI flash + Xilinx SPI controller
2012-06-05 2:51 UTC (4+ messages)
[Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
2012-06-05 2:50 UTC
[Qemu-devel] buildbot failure in qemu on block_i386_debian_6_0
2012-06-05 2:36 UTC
[Qemu-devel] [PATCH v4] target-microblaze: lwx/swx: first implementation
2012-06-05 2:34 UTC (2+ messages)
[Qemu-devel] [PATCH] target-microblaze: fix swx build breakage
2012-06-05 2:31 UTC
[Qemu-devel] buildbot failure in qemu on block_openbsd_current
2012-06-05 2:26 UTC
[Qemu-devel] KVM on Fedora 16(X64) cost too much memory
2012-06-05 1:51 UTC
[Qemu-devel] buildbot failure in qemu on block_mingw32
2012-06-05 1:50 UTC
[Qemu-devel] buildbot failure in qemu on block_openbsd_4.9
2012-06-05 1:34 UTC
[Qemu-devel] [PULL] QOM CPUState, part 3: cpu_state_reset()
2012-06-05 1:22 UTC (17+ messages)
` [Qemu-devel] [PATCH 59/74] ppc_prep: Pass PowerPCCPU to ppc_prep_reset()
` [Qemu-devel] [PATCH 60/74] virtex_ml507: Use cpu_ppc_init() to obtain PowerPCCPU
` [Qemu-devel] [PATCH 61/74] virtex_ml507: Let ppc440_init_xilinx() return PowerPCCPU
` [Qemu-devel] [PATCH 62/74] virtex_ml507: Pass PowerPCCPU to main_cpu_reset()
` [Qemu-devel] [PATCH 63/74] cpu-exec: Use cpu_reset() in cpu_exec() for TARGET_PPC
` [Qemu-devel] [PATCH 64/74] target-sparc: Let cpu_sparc_init() return SPARCCPU
` [Qemu-devel] [PATCH 65/74] sun4m: Use cpu_sparc_init() to obtain SPARCCPU
` [Qemu-devel] [PATCH 66/74] sun4m: Pass SPARCCPU to {main, secondary}_cpu_reset()
` [Qemu-devel] [PATCH 67/74] sun4u: Use cpu_sparc_init() to obtain SPARCCPU
` [Qemu-devel] [PATCH 68/74] sun4u: Let cpu_devinit() return SPARCCPU
` [Qemu-devel] [PATCH 69/74] sun4u: Store SPARCCPU in ResetData
` [Qemu-devel] [PATCH 70/74] leon3: Use cpu_sparc_init() to obtain SPARCCPU
` [Qemu-devel] [PATCH 71/74] leon3: Store SPARCCPU in ResetData
` [Qemu-devel] [PATCH 72/74] bsd-user: Use cpu_reset() in after cpu_init()
` [Qemu-devel] [PATCH 73/74] linux-user: Use cpu_reset() after cpu_init() / cpu_copy()
` [Qemu-devel] [PATCH 74/74] Kill off cpu_state_reset()
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).