messages from 2015-08-04 07:58:22 to 2015-08-04 17:50:55 UTC [more...]
[Qemu-devel] [PATCH v5 0/2] vhost user: Add live migration
2015-08-04 17:50 UTC (6+ messages)
` [Qemu-devel] [PATCH v5 1/2] vhost user: add support of "
` [Qemu-devel] [PATCH v5 2/2] vhost user: add rarp sending after live migration for legacy guest
[Qemu-devel] [PATCH for-2.4] target-i386: fix IvyBridge xlevel in PC_COMPAT_2_3
2015-08-04 17:47 UTC (10+ messages)
[Qemu-devel] [PATCH 00/26] qapi: Another round of fixes and cleanups
2015-08-04 17:44 UTC (34+ messages)
` [Qemu-devel] [PATCH 01/26] qapi: Clarify docs on including the same file multiple times
` [Qemu-devel] [PATCH 02/26] qapi: Clean up cgen() and mcgen()
` [Qemu-devel] [PATCH 03/26] qapi: Simplify guardname()
` [Qemu-devel] [PATCH 04/26] qapi-event: Clean up how name of enum QAPIEvent is made
` [Qemu-devel] [PATCH 05/26] qapi: Reject -p arguments that break qapi-event.py
` [Qemu-devel] [PATCH 06/26] qapi: Drop unused and useless parameters and variables
` [Qemu-devel] [PATCH 07/26] qapi: Fix generated code when flat union has member 'kind'
` [Qemu-devel] [PATCH 08/26] qapi: Generate a nicer struct for flat unions
` [Qemu-devel] [PATCH 09/26] qapi-visit: Fix generated code when schema has forward refs
` [Qemu-devel] [PATCH 10/26] qapi-visit: Replace list implicit_structs by set
` [Qemu-devel] [PATCH 11/26] qapi-visit: Fix two name arguments passed to visitors
` [Qemu-devel] [PATCH 12/26] tests/qapi-schema: Document alternate's enum lacks visit function
` [Qemu-devel] [PATCH 13/26] tests/qapi-schema: Document events with base don't work
` [Qemu-devel] [PATCH 14/26] qapi: Document that input visitor semantics are prone to leaks
` [Qemu-devel] [PATCH 15/26] qapi: Document shortcoming with union 'data' branch
` [Qemu-devel] [PATCH 16/26] qapi: Document flaws in checking of names
` [Qemu-devel] [PATCH 17/26] tests/qapi-schema: Restore test case for flat union base bug
` [Qemu-devel] [PATCH 18/26] tests/qapi-schema: Rename tests from data- to args-
` [Qemu-devel] [PATCH 19/26] qapi-tests: New tests for union, alternate command arguments
` [Qemu-devel] [PATCH 20/26] qapi: Fix to reject union command and event arguments
` [Qemu-devel] [PATCH 21/26] qapi: Command returning anonymous type doesn't work, outlaw
` [Qemu-devel] [PATCH 22/26] qapi-commands: Fix gen_err_check(e) for e and e != 'local_err'
` [Qemu-devel] [PATCH 23/26] qapi-commands: Inline gen_marshal_output_call()
` [Qemu-devel] [PATCH 24/26] qapi-commands: Don't feed output of mcgen() to mcgen() again
` [Qemu-devel] [PATCH 25/26] qapi-commands: Drop useless initialization
` [Qemu-devel] [PATCH 26/26] qapi: Generated code cleanup
[Qemu-devel] Patch Round-up for stable 2.3.1, freeze on 2015-08-06
2015-08-04 17:41 UTC (2+ messages)
[Qemu-devel] [PATCH v4 00/11] qemu-log, perfmap and other logging tweaks
2015-08-04 17:26 UTC (38+ messages)
` [Qemu-devel] [PATCH v4 01/11] tcg: add ability to dump /tmp/perf-<pid>.map files
` [Qemu-devel] [PATCH v4 02/11] tcg: light re-factor and pass down TranslationBlock
` [Qemu-devel] [PATCH v4 03/11] qemu-log: correct help text for -d cpu
` [Qemu-devel] [PATCH v4 04/11] qemu-log: Avoid function call for disabled qemu_log_mask logging
` [Qemu-devel] [PATCH v4 05/11] qemu-log: Improve the "exec" TB execution logging
` [Qemu-devel] [PATCH v4 06/11] qemu-log: support simple pid substitution in logfile
` [Qemu-devel] [PATCH v4 07/11] qemu-log: new option -dfilter to limit output
` [Qemu-devel] [PATCH v4 08/11] qemu-log: dfilter-ise exec, out_asm, and op_opt
` [Qemu-devel] [PATCH v4 09/11] target-arm: dfilter support for in_asm, op, opt_op
` [Qemu-devel] [PATCH v4 10/11] vl.c: log system invocation when enabled
` [Qemu-devel] [PATCH v4 11/11] cputlb: modernise the debug support
[Qemu-devel] Website documentation update
2015-08-04 17:13 UTC (2+ messages)
[Qemu-devel] PATCH] dev-audio.c: provide better description of audio device
2015-08-04 16:56 UTC
[Qemu-devel] [PATCH] block: don't register quorum driver if SHA256 support is unavailable
2015-08-04 16:31 UTC (2+ messages)
` [Qemu-devel] [PATCH for-2.4] "
[Qemu-devel] [PATCH] make: explicit dependencies for ACPI gen sources
2015-08-04 16:21 UTC
[Qemu-devel] [ANNOUNCE] key signing party at KVM Forum 2015
2015-08-04 16:20 UTC
[Qemu-devel] [PATCH] block/mirror: limit qiov to IOV_MAX elements
2015-08-04 16:13 UTC (2+ messages)
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [PATCH RFC v3 00/32] qapi: QMP introspection
2015-08-04 15:58 UTC (33+ messages)
` [Qemu-devel] [PATCH RFC v3 01/32] qapi: Rename class QAPISchema to QAPISchemaParser
` [Qemu-devel] [PATCH RFC v3 02/32] qapi: New QAPISchema intermediate reperesentation
` [Qemu-devel] [PATCH RFC v3 03/32] qapi: QAPISchema code generation helper methods
` [Qemu-devel] [PATCH RFC v3 04/32] qapi: New QAPISchemaVisitor
` [Qemu-devel] [PATCH RFC v3 05/32] tests/qapi-schema: Convert test harness to QAPISchemaVisitor
` [Qemu-devel] [PATCH RFC v3 06/32] qapi: Split up some typedefs to ease review
` [Qemu-devel] [PATCH RFC v3 07/32] qapi: Generate comments to simplify splitting for review
` [Qemu-devel] [PATCH RFC v3 08/32] Revert "qapi: Generate comments to simplify splitting for review"
` [Qemu-devel] [PATCH RFC v3 09/32] Revert "qapi: Split up some typedefs to ease review"
` [Qemu-devel] [PATCH RFC v3 10/32] qapi-types: Convert to QAPISchemaVisitor, fixing flat unions
` [Qemu-devel] [PATCH RFC v3 11/32] qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
` [Qemu-devel] [PATCH RFC v3 12/32] qapi-commands: Convert to QAPISchemaVisitor
` [Qemu-devel] [PATCH RFC v3 13/32] qapi: De-duplicate enum code generation
` [Qemu-devel] [PATCH RFC v3 14/32] qapi-event: Eliminate global variable event_enum_value
` [Qemu-devel] [PATCH RFC v3 15/32] qapi-event: Convert to QAPISchemaVisitor, fixing data with base
` [Qemu-devel] [PATCH RFC v3 16/32] qapi: Generate comments to simplify splitting for review
` [Qemu-devel] [PATCH RFC v3 17/32] Revert "qapi: Generate comments to simplify splitting for review"
` [Qemu-devel] [PATCH RFC v3 18/32] qapi: Replace dirty is_c_ptr() by method c_null()
` [Qemu-devel] [PATCH RFC v3 19/32] qapi: Clean up after recent conversions to QAPISchemaVisitor
` [Qemu-devel] [PATCH RFC v3 20/32] qapi-visit: Rearrange code a bit
` [Qemu-devel] [PATCH RFC v3 21/32] qapi-commands: Rearrange code
` [Qemu-devel] [PATCH RFC v3 22/32] qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
` [Qemu-devel] [PATCH RFC v3 23/32] qapi: De-duplicate parameter list generation
` [Qemu-devel] [PATCH RFC v3 24/32] qapi-commands: De-duplicate output marshaling functions
` [Qemu-devel] [PATCH RFC v3 25/32] qapi: Improve built-in type documentation
` [Qemu-devel] [PATCH RFC v3 26/32] qapi: Introduce a first class 'any' type
` [Qemu-devel] [PATCH RFC v3 27/32] qom: Don't use 'gen': false for qom-get, qom-set, object-add
` [Qemu-devel] [PATCH RFC v3 28/32] qapi-schema: Fix up misleading specification of netdev_add
` [Qemu-devel] [PATCH RFC v3 29/32] qapi: Pseudo-type '**' is now unused, drop it
` [Qemu-devel] [PATCH RFC v3 30/32] qapi: New QMP command query-schema for QMP schema introspection
` [Qemu-devel] [PATCH RFC v3 31/32] qapi-introspect: Map all integer types to 'int'
` [Qemu-devel] [PATCH RFC v3 32/32] qapi-introspect: Hide type names
[Qemu-devel] QEMU Summit 2015 agenda
2015-08-04 15:56 UTC (3+ messages)
[Qemu-devel] [PATCH 0/3] hw/arm/gic: Code duplication removal
2015-08-04 15:47 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/3] Merge memory_region_init_reservation() into memory_region_init_io()
` [Qemu-devel] [PATCH 2/3] hw/arm/gic: Kill code duplication
` [Qemu-devel] [PATCH 3/3] Introduce gic_class_name() instead of repeating condition
[Qemu-devel] [Consult] tilegx: About floating point instructions
2015-08-04 15:04 UTC (5+ messages)
[Qemu-devel] [PATCH RFC v2 00/47] qapi: QMP introspection
2015-08-04 14:35 UTC (7+ messages)
` [Qemu-devel] [PATCH RFC v2 19/47] qapi: Generated code cleanup
[Qemu-devel] [Bug 1481375] [NEW] Windows 7 Pro - Sticky Keys
2015-08-04 14:27 UTC
[Qemu-devel] [RFC PATCH v0 0/5] spapr-next: Memory hotplug updates
2015-08-04 14:33 UTC (3+ messages)
` [Qemu-devel] [RFC PATCH v0 3/5] spapr: Revert to memory@XXXX representation for non-hotplugged memory
[Qemu-devel] Does PCI hotplug work with IVSHMEM?
2015-08-04 14:21 UTC (4+ messages)
[Qemu-devel] [PATCH] i6300esb: correctly convert watchdog clock ticks into nanoseconds
2015-08-04 13:47 UTC (5+ messages)
` [Qemu-devel] [PATCH][TRIVIAL] i6300esb: fix timer overflow
[Qemu-devel] [Bug 1481272] [NEW] main-loop: WARNING: I/O thread spun for 1000 iterations
2015-08-04 13:15 UTC (4+ messages)
` [Qemu-devel] [Bug 1481272] "
[Qemu-devel] [PULL 0/2] target-mips queue for 2.4
2015-08-04 13:13 UTC (4+ messages)
` [Qemu-devel] [PULL 1/2] target-mips: fix semihosting for microMIPS R6
` [Qemu-devel] [PULL 2/2] target-mips: Copy restrictions from ext/ins to dext/dins
[Qemu-devel] Recent patches for 2.4
2015-08-04 12:53 UTC (10+ messages)
` [Qemu-devel] [Qemu-stable] "
[Qemu-devel] [PATCH v7 0/4] Clean unused entries in the qcow2 L2/refcount cache
2015-08-04 12:14 UTC (5+ messages)
` [Qemu-devel] [PATCH v7 1/4] qcow2: mark the memory as no longer needed after qcow2_cache_empty()
` [Qemu-devel] [PATCH v7 2/4] qcow2: add option to clean unused cache entries after some time
` [Qemu-devel] [PATCH v7 3/4] docs: document how to configure the qcow2 L2/refcount caches
` [Qemu-devel] [PATCH v7 4/4] qcow2: reorder fields in Qcow2CachedTable to reduce padding
[Qemu-devel] [PATCH v7 00/42] Postcopy implementation
2015-08-04 11:31 UTC (4+ messages)
` [Qemu-devel] [PATCH v7 29/42] Postcopy end in migration_thread
[Qemu-devel] [PATCH 0/2] throttle: refuse bps_max/iops_max without bps/iops
2015-08-04 11:12 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/2] "
` [Qemu-devel] [PATCH 2/2] throttle: add throttle_max_is_missing_limit() test
[Qemu-devel] [PATCH RESEND v2 0/3] sPAPR: Support EEH Error Injection
2015-08-04 10:55 UTC (8+ messages)
` [Qemu-devel] [PATCH RESEND v2 2/3] sPAPR: Support RTAS call ibm, {open, close}-errinjct
[Qemu-devel] [PATCH v5] hw/arm/virt: Add high MMIO PCI region, 512G in size
2015-08-04 10:53 UTC
[Qemu-devel] [PATCH 1/3] target-mips: Copy restrictions from ext/ins to dext/dins
2015-08-04 10:49 UTC (7+ messages)
` [Qemu-devel] [PATCH v2 "
[Qemu-devel] [PULL for-2.4 0/1] cve-2015-5166-tag
2015-08-04 9:42 UTC (2+ messages)
[Qemu-devel] [PATCH] virtio-net: remove useless codes
2015-08-04 9:01 UTC (2+ messages)
[Qemu-devel] [PATCHv2] sdhci: Pass drive parameter to sdhci-pci via qdev property
2015-08-04 9:00 UTC (2+ messages)
[Qemu-devel] [PATCH V3 1/2] tests: introduce basic pci test for virtio-net
2015-08-04 8:47 UTC (2+ messages)
[Qemu-devel] [PATCH v16 00/21] Deterministic replay core
2015-08-04 8:45 UTC (22+ messages)
` [Qemu-devel] [PATCH v16 01/21] i386: partial revert of interrupt poll fix
` [Qemu-devel] [PATCH v16 02/21] replay: global variables and function stubs
` [Qemu-devel] [PATCH v16 03/21] sysemu: system functions for replay
` [Qemu-devel] [PATCH v16 04/21] replay: internal functions for replay log
` [Qemu-devel] [PATCH v16 05/21] replay: introduce mutex to protect the "
` [Qemu-devel] [PATCH v16 06/21] replay: introduce icount event
` [Qemu-devel] [PATCH v16 07/21] cpu-exec: allow temporary disabling icount
` [Qemu-devel] [PATCH v16 08/21] cpu: replay instructions sequence
` [Qemu-devel] [PATCH v16 09/21] i386: interrupt poll processing
` [Qemu-devel] [PATCH v16 10/21] replay: interrupts and exceptions
` [Qemu-devel] [PATCH v16 11/21] replay: asynchronous events infrastructure
` [Qemu-devel] [PATCH v16 12/21] replay: recording and replaying clock ticks
` [Qemu-devel] [PATCH v16 13/21] replay: shutdown event
` [Qemu-devel] [PATCH v16 14/21] replay: checkpoints
` [Qemu-devel] [PATCH v16 15/21] bottom halves: introduce bh call function
` [Qemu-devel] [PATCH v16 16/21] replay: ptimer
` [Qemu-devel] [PATCH v16 17/21] typedef: add typedef for QemuOpts
` [Qemu-devel] [PATCH v16 18/21] replay: initialization and deinitialization
` [Qemu-devel] [PATCH v16 19/21] replay: replay blockers for devices
` [Qemu-devel] [PATCH v16 20/21] replay: command line options
` [Qemu-devel] [PATCH v16 21/21] replay: recording of the user input
[Qemu-devel] [PATCH v4 00/11] For QEMU 2.5: Add a netfilter object and netbuffer filter
2015-08-04 8:30 UTC (12+ messages)
` [Qemu-devel] [PATCH v4 01/11] net: add a new object netfilter
` [Qemu-devel] [PATCH v4 02/11] init/cleanup of netfilter object
` [Qemu-devel] [PATCH v4 03/11] netfilter: add netfilter_{add|del} commands
` [Qemu-devel] [PATCH v4 04/11] net: delete netfilter object when delete netdev
` [Qemu-devel] [PATCH v4 05/11] netfilter: hook packets before net queue send
` [Qemu-devel] [PATCH v4 06/11] netfilter: add an API to pass the packet to next filter
` [Qemu-devel] [PATCH v4 07/11] net/queue: export qemu_net_queue_append_iov
` [Qemu-devel] [PATCH v4 08/11] move out net queue structs define
` [Qemu-devel] [PATCH v4 09/11] netfilter: add a netbuffer filter
` [Qemu-devel] [PATCH v4 10/11] filter/buffer: update command description and help
` [Qemu-devel] [PATCH v4 11/11] tests: add test cases for netfilter object
[Qemu-devel] [PATCH] sheepdog: fix overlapping metadata update
2015-08-04 8:07 UTC (10+ messages)
` [Qemu-devel] [sheepdog] "
[Qemu-devel] [PATCH v3 10/12] netfilter: add a netbuffer filter
2015-08-04 7:57 UTC (5+ 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).