qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-02 09:08:53 to 2017-10-02 16:22:26 UTC [more...]

[Qemu-devel] [PATCH v13 0/6] fsdev: qmp interface for io throttling
 2017-10-02 15:34 UTC  (8+ messages)
` [Qemu-devel] [PATCH v13 1/6] throttle: factor out duplicate code
` [Qemu-devel] [PATCH v13 2/6] qmp: Use ThrottleLimits structure
` [Qemu-devel] [PATCH v13 3/6] qmp: factor out throttle code to reuse code
` [Qemu-devel] [PATCH v13 4/6] hmp: create a throttle initialization function for code reuse
` [Qemu-devel] [PATCH v13 5/6] fsdev: QMP interface for throttling
` [Qemu-devel] [PATCH v13 6/6] fsdev: hmp "

[Qemu-devel] [PATCH 0/5] backup improvements part 1
 2017-10-02 16:17 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/5] hbitmap: add next_zero function
` [Qemu-devel] [PATCH 2/5] backup: move from done_bitmap to copy_bitmap
` [Qemu-devel] [PATCH 3/5] backup: init copy_bitmap from sync_bitmap for incremental
` [Qemu-devel] [PATCH 4/5] backup: simplify non-dirty bits progress processing
` [Qemu-devel] [PATCH 5/5] backup: use copy_bitmap in incremental backup

[Qemu-devel] [PATCH v10 00/20] make dirty-bitmap byte-based
 2017-10-02 16:06 UTC  (5+ messages)
` [Qemu-devel] [PATCH v10 05/20] dirty-bitmap: Avoid size query failure during truncate

[Qemu-devel] [PATCH 00/38] generalize parsing of cpu_model (part 2)
 2017-10-02 15:54 UTC  (46+ messages)
` [Qemu-devel] [PATCH 01/38] qom: add helper type_init_from_array()
` [Qemu-devel] [PATCH 02/38] alpha: cleanup cpu type name composition
` [Qemu-devel] [PATCH 03/38] alpha: use generic cpu_model parsing
` [Qemu-devel] [PATCH 04/38] cris: cleanup cpu type name composition
` [Qemu-devel] [PATCH 05/38] cris: use generic cpu_model parsing
` [Qemu-devel] [PATCH 13/38] moxie: cleanup cpu type name composition
` [Qemu-devel] [PATCH 14/38] moxie: use generic cpu_model parsing
` [Qemu-devel] [PATCH 20/38] sh4: simplify superh_cpu_class_by_name()
` [Qemu-devel] [PATCH 21/38] sh4: remove SuperHCPUClass::name field
` [Qemu-devel] [PATCH 22/38] xtensa: cleanup cpu type name composition
` [Qemu-devel] [PATCH 23/38] xtensa: sim: use generic cpu_model parsing
` [Qemu-devel] [PATCH 24/38] xtensa: lx60/lx200/ml605/kc705: "
` [Qemu-devel] [PATCH 25/38] unicore32: cleanup cpu type name composition
` [Qemu-devel] [PATCH 26/38] unicore32: use generic cpu_model parsing
` [Qemu-devel] [PATCH 27/38] tricore: cleanup cpu type name composition
` [Qemu-devel] [PATCH 28/38] tricore: use generic cpu_model parsing
` [Qemu-devel] [PATCH 29/38] sparc: cleanup cpu type name composition
` [Qemu-devel] [PATCH 30/38] sparc: sun4u/sun4v/niagara: use generic cpu_model parsing
` [Qemu-devel] [PATCH 31/38] sparc: sparc: "
` [Qemu-devel] [PATCH 32/38] sparc: leon3: "
` [Qemu-devel] [PATCH 33/38] mips: use object_new() instead of gnew()+object_initialize()
` [Qemu-devel] [PATCH 34/38] mips: malta/boston: replace cpu_model with cpu_type
` [Qemu-devel] [PATCH 35/38] mips: fulong2e: "
` [Qemu-devel] [PATCH 36/38] mips: Magnum/Acer Pica 61: "
` [Qemu-devel] [PATCH 37/38] mips: mipssim: "
` [Qemu-devel] [PATCH 38/38] mips: r4k: "

[Qemu-devel] [PATCH v8 0/6] Initial support for keycodemapdb GIT submodule
 2017-10-02 15:52 UTC 

[Qemu-devel] qemu-system-hppa first steps
 2017-10-02 15:36 UTC 

[Qemu-devel] [PATCH 0/8] qemu-options: Texinfo and --help fixes
 2017-10-02 15:35 UTC  (17+ messages)
` [Qemu-devel] [PATCH 1/8] qemu-options: Remove stray colons from output of --help
` [Qemu-devel] [PATCH 2/8] qemu-options: Fix markup of -netdev l2tpv3
` [Qemu-devel] [PATCH 3/8] qemu-options qemu-doc: Move "Device URL Syntax" to qemu-doc
` [Qemu-devel] [PATCH 4/8] qemu-options: Move -iscsi under "Block device options"
` [Qemu-devel] [PATCH 5/8] qemu-options: Add missing -iscsi Texinfo documentation
` [Qemu-devel] [PATCH 6/8] qemu-options: Polish section "TPM device options"
` [Qemu-devel] [PATCH 7/8] qemu-options: Polish section "Character "
` [Qemu-devel] [PATCH 8/8] qemu-options: Belatedly document --watchdog-action inject-nmi

[Qemu-devel] blockdev-commit design
 2017-10-02 15:32 UTC  (3+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [RFC PATCH 00/32] Command line QAPIfication
 2017-10-02 15:25 UTC  (33+ messages)
` [Qemu-devel] [RFC PATCH 01/32] tests/qapi-schema: Improve coverage of '@'
` [Qemu-devel] [RFC PATCH 02/32] texi2pod: Support @verbatim environment
` [Qemu-devel] [RFC PATCH 03/32] qapi2texi: Fix for examples containing '@'
` [Qemu-devel] [RFC PATCH 04/32] qapi2texi: Fix for '@' not followed by \w character
` [Qemu-devel] [RFC PATCH 05/32] qapi2texi: Provide access to Texinfo markup
` [Qemu-devel] [RFC PATCH 06/32] qapi2texi: Drop | example markup
` [Qemu-devel] [RFC PATCH 07/32] qapi: Drop superfluous allow_optional=True
` [Qemu-devel] [RFC PATCH 08/32] qapi: Simplify check_name() parameters
` [Qemu-devel] [RFC PATCH 09/32] qapi: check_type() parameter allow_optional is now unused, drop
` [Qemu-devel] [RFC PATCH 10/32] qapi: Don't run generators twice
` [Qemu-devel] [RFC PATCH 11/32] qapi: Drop the options to generate only .c or .h
` [Qemu-devel] [RFC PATCH 12/32] qapi: Use argparse to parse command line arguments
` [Qemu-devel] [RFC PATCH 13/32] qapi: Use argparse to open schema file
` [Qemu-devel] [RFC PATCH 14/32] qapi: Rework generated code for built-in types
` [Qemu-devel] [RFC PATCH 15/32] tests/qapi-schema: Improve simple union coverage
` [Qemu-devel] [RFC PATCH 16/32] qapi: Factor out _make_implicit_wrapper_type()
` [Qemu-devel] [RFC PATCH 17/32] qapi: Fix simple union lowering with multiple schemas
` [Qemu-devel] [RFC PATCH 18/32] docs/devel/qapi-code-gen.txt: Rewrite section on schema syntax
` [Qemu-devel] [RFC PATCH 19/32] qapi: Accept double-quoted strings
` [Qemu-devel] [RFC PATCH 20/32] qapi: Frontend for defining command line options
` [Qemu-devel] [RFC PATCH 21/32] qapi: Define QAPIOptionKind and QAPIOption automatically
` [Qemu-devel] [RFC PATCH 22/32] qapi: New helper c_string()
` [Qemu-devel] [RFC PATCH 23/32] qapi-options: Command line option backend
` [Qemu-devel] [RFC PATCH 24/32] qapi-options: Generate help string
` [Qemu-devel] [RFC PATCH 25/32] qapi-introspect: Include command line options information
` [Qemu-devel] [RFC PATCH 26/32] qapi2texi: "
` [Qemu-devel] [RFC PATCH 27/32] os-posix: Drop misleading comment
` [Qemu-devel] [RFC PATCH 28/32] vl: QAPIfy command line option definition
` [Qemu-devel] [RFC PATCH 29/32] qapi/options: QAPIfy --echr argument type
` [Qemu-devel] [RFC PATCH 30/32] qapi/options: QAPIfy --watchdog-action "
` [Qemu-devel] [RFC PATCH 31/32] qapi/options: QAPIfy --blockdev "
` [Qemu-devel] [RFC PATCH 32/32] qapi/options: QAPIfy --add-fd "

[Qemu-devel] Multiprotocol Label Switching
 2017-10-02 15:19 UTC 

[Qemu-devel] [PATCH 0/4] block: Avoid copy-on-read assertions
 2017-10-02 15:10 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/4] block: Avoid copy-on-read assertions
 2017-10-02 14:52 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/4] qemu-io: Add -C for opening with copy-on-read
` [Qemu-devel] [PATCH 2/4] block: Add blkdebug hook for copy-on-read
` [Qemu-devel] [PATCH 4/4] iotests: Add test 197 for covering copy-on-read
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 0/3] hmp-commands-info: Texinfo fixes
 2017-10-02 14:49 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/3] hmp-commands-info: Fix "info rocker-FOO" misspellings
` [Qemu-devel] [PATCH 2/3] hmp-commands-info: Move Texinfo stanzas to conventional place
` [Qemu-devel] [PATCH 3/3] hmp-commands-info: Change "@findex FOO" to "@findex info FOO"

[Qemu-devel] [PATCH v4 0/9] Support the Capstone disassembler
 2017-10-02 14:43 UTC  (21+ messages)
` [Qemu-devel] [PATCH v4 1/9] target/i386: Convert to disas_set_info hook
` [Qemu-devel] [PATCH v4 2/9] target/ppc: "
` [Qemu-devel] [PATCH v4 3/9] disas: Remove unused flags arguments
` [Qemu-devel] [PATCH v4 4/9] disas: Support the Capstone disassembler library
` [Qemu-devel] [PATCH v4 5/9] i386: Support Capstone in disas_set_info
` [Qemu-devel] [PATCH v4 6/9] arm: "
` [Qemu-devel] [PATCH v4 7/9] ppc: "
` [Qemu-devel] [PATCH v4 8/9] disas: Remove monitor_disas_is_physical
` [Qemu-devel] [PATCH v4 9/9] disas: Add capstone as submodule

[Qemu-devel] [PULL 0/3] QAPI patches for 2017-10-02
 2017-10-02 14:36 UTC  (6+ messages)
` [Qemu-devel] [PULL 1/3] qapi: Rename WatchdogExpirationAction enum
` [Qemu-devel] [PULL 2/3] watchdog.h: Drop local redefinition of actions enum
` [Qemu-devel] [PULL 3/3] watchdog: Allow setting action on the fly

[Qemu-devel] [PATCH v4 00/22] Clean up around qmp() and hmp()
 2017-10-02 14:30 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 05/22] qobject: Simplify qobject_from_jsonv()

[Qemu-devel] [PULL v5 00/36] Build and test automation patches
 2017-10-02 14:21 UTC  (3+ messages)
` [Qemu-devel] [PULL 06/36] docker: Enable features explicitly in test-full

[Qemu-devel] [PATCH 00/11] qapi: Cleanups around qapi2texi
 2017-10-02 14:13 UTC  (12+ messages)
` [Qemu-devel] [PATCH 01/11] qapi-schema: Fix query-vm-generation-id's doc comment markup
` [Qemu-devel] [PATCH 02/11] qapi: Stop rejecting #optional
` [Qemu-devel] [PATCH 03/11] qapi: Eliminate QAPISchemaParser.__init__()'s local fname
` [Qemu-devel] [PATCH 04/11] qapi: Make cur_doc local to QAPISchemaParser.__init__()
` [Qemu-devel] [PATCH 05/11] tests/qapi-schema/doc-bad-section: New, factored out of doc-good
` [Qemu-devel] [PATCH 06/11] qapi2texi: Clean up texi_sections()
` [Qemu-devel] [PATCH 07/11] qapi: Unify representation of doc section without name
` [Qemu-devel] [PATCH 08/11] qapi: Simplify representation of QAPIDoc section text
` [Qemu-devel] [PATCH 09/11] qapi2texi: Simplify representation of "
` [Qemu-devel] [PATCH 10/11] qapi: Rename QAPIDoc.parser, .section to ._parser, ._section
` [Qemu-devel] [PATCH 11/11] qapi2texi: De-duplicate code to add blank line before symbol

[Qemu-devel] [PATCH v2 00/47] Remove some of the fprintf(stderr, "*
 2017-10-02 14:11 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 01/47] Replace all occurances of __FUNCTION__ with __func__
` [Qemu-devel] [PATCH v2 02/47] Fixes after renaming __FUNCTION__ to __func__
` [Qemu-devel] [PATCH v2 03/47] audio: Replace AUDIO_FUNC with __func__

[Qemu-devel] [Bug 1719196] Re: [arm64 ocata] newly created instances are unable to raise network interfaces
 2017-10-02 13:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] Add myself as maintainer for TPM code
 2017-10-02 13:59 UTC  (2+ messages)

[Qemu-devel] [RFC v2 00/32] postcopy+vhost-user/shared ram
 2017-10-02 13:49 UTC  (5+ messages)
` [Qemu-devel] [RFC v2 30/32] vhost: Merge neighbouring hugepage regions where appropriate

[Qemu-devel] [PATCH v0] block: replace throttle config strings with macros
 2017-10-02 13:44 UTC  (3+ messages)

[Qemu-devel] [PATCH v16 0/5] Virtio-balloon Enhancement
 2017-10-02 13:44 UTC  (5+ messages)
` [Qemu-devel] [PATCH v16 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG

[Qemu-devel] [PATCH v5 0/6] block: Don't compare strings in bdrv_reopen_prepare()
 2017-10-02 13:34 UTC  (9+ messages)
` [Qemu-devel] [PATCH v5 1/6] qapi/qnull: Add own header
` [Qemu-devel] [PATCH v5 2/6] qapi/qlist: Add qlist_append_null() macro
` [Qemu-devel] [PATCH v5 3/6] qapi: Add qobject_is_equal()
` [Qemu-devel] [PATCH v5 6/6] tests: Add check-qobject for equality tests

[Qemu-devel] [PATCH 00/18] block/mirror: Add active-sync mirroring
 2017-10-02 13:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH 12/18] block/dirty-bitmap: Add bdrv_dirty_iter_next_area

[Qemu-devel] [PATCH v2] qga-win: Updating guest_set_time action
 2017-10-02 13:04 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3]
 2017-10-02 13:02 UTC  (4+ messages)

[Qemu-devel] [PATCH v8 0/6] Initial support for keycodemapdb GIT submodule
 2017-10-02 13:01 UTC  (5+ messages)
` [Qemu-devel] [PATCH v8 2/6] docker: don't rely on submodules existing in the main checkout

[Qemu-devel] [PATCH v7 0/6] Initial support for keycodemapdb GIT submodule
 2017-10-02 12:55 UTC  (5+ messages)
` [Qemu-devel] [PATCH v7 2/6] docker: don't rely on submodules existing in the main checkout

[Qemu-devel] [PATCH v2 0/2] add internal backup job and write-threshold filter drivers
 2017-10-02 12:52 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/2] block: use internal filter node in backup
` [Qemu-devel] [PATCH v2 2/2] block: add filter driver to block/write-threshold.c

[Qemu-devel] [PATCHv2] dma/i82374: avoid double creation of i82374 device
 2017-10-02 12:50 UTC  (3+ messages)

[Qemu-devel] [PATCH] gtk: fix wrong id between texture and framebuffer
 2017-10-02 12:40 UTC 

[Qemu-devel] [PATCH] kvmclock: use the updated system_timer_msr
 2017-10-02 12:40 UTC 

[Qemu-devel] [PATCH v2 0/2] kvm: use kvm_vm_check_extension() with VM capabilities
 2017-10-02 12:38 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/10] cleanup qemu-iotests
 2017-10-02 12:32 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH] target/ppc: Fix carry flag setting for shift algebraic instructions
 2017-10-02 12:19 UTC  (2+ messages)

[Qemu-devel] [PATCH] fix tests/migration/stress build in case of absend static libc++
 2017-10-02 11:21 UTC  (6+ messages)
  ` [Qemu-devel] [PATCH] Makefile: don't use LINKPROG for tests/migration/stress

[Qemu-devel] [RFC v2 00/33] Migration: postcopy failure recovery
 2017-10-02 11:04 UTC  (5+ messages)
` [Qemu-devel] [RFC v2 24/33] migration: synchronize dirty bitmap for resume

[Qemu-devel] [PATCH v8 0/6] Initial support for keycodemapdb GIT submodule
 2017-10-02 10:55 UTC 

[Qemu-devel] [PATCH] hw/gen_pcie_root_port: properly set
 2017-10-02 10:31 UTC 

[Qemu-devel] [Bug 1718964] [NEW] Memory leak when using websocket over a low speed network
 2017-10-02 10:00 UTC  (2+ messages)
` [Qemu-devel] [Bug 1718964] "

[Qemu-devel] [PATCH] gtk: fix wrong id between texture and framebuffer
 2017-10-02 10:07 UTC 

[Qemu-devel] libvirt/QEMU/SEV interaction
 2017-10-02  9:15 UTC  (10+ messages)


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).