qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-09 12:51:13 to 2019-08-10 13:43:19 UTC [more...]

[Qemu-devel] [PATCH v6 00/42] block: Deal with filters
 2019-08-10 13:42 UTC  (48+ messages)
` [Qemu-devel] [PATCH v6 01/42] block: Mark commit and mirror as filter drivers
` [Qemu-devel] [PATCH v6 02/42] copy-on-read: Support compressed writes
` [Qemu-devel] [PATCH v6 03/42] throttle: "
` [Qemu-devel] [PATCH v6 04/42] block: Add child access functions
` [Qemu-devel] [PATCH v6 05/42] block: Add chain helper functions
` [Qemu-devel] [PATCH v6 06/42] qcow2: Implement .bdrv_storage_child()
` [Qemu-devel] [PATCH v6 07/42] block: *filtered_cow_child() for *has_zero_init()
` [Qemu-devel] [PATCH v6 08/42] block: bdrv_set_backing_hd() is about bs->backing
` [Qemu-devel] [PATCH v6 09/42] block: Include filters when freezing backing chain
` [Qemu-devel] [PATCH v6 10/42] block: Drop bdrv_is_encrypted()
` [Qemu-devel] [PATCH v6 11/42] block: Add bdrv_supports_compressed_writes()
` [Qemu-devel] [PATCH v6 12/42] block: Use bdrv_filtered_rw* where obvious
` [Qemu-devel] [PATCH v6 13/42] block: Use CAFs in block status functions
` [Qemu-devel] [PATCH v6 14/42] block: Use CAFs when working with backing chains
` [Qemu-devel] [PATCH v6 15/42] block: Re-evaluate backing file handling in reopen
` [Qemu-devel] [PATCH v6 16/42] block: Flush all children in generic code
` [Qemu-devel] [PATCH v6 17/42] block: Use CAFs in bdrv_refresh_limits()
` [Qemu-devel] [PATCH v6 18/42] block: Use CAFs in bdrv_refresh_filename()
` [Qemu-devel] [PATCH v6 19/42] block: Use CAF in bdrv_co_rw_vmstate()
` [Qemu-devel] [PATCH v6 20/42] block/snapshot: Fix fallback
` [Qemu-devel] [PATCH v6 21/42] block: Use CAFs for debug breakpoints
` [Qemu-devel] [PATCH v6 22/42] block: Fix bdrv_get_allocated_file_size's fallback
` [Qemu-devel] [PATCH v6 23/42] blockdev: Use CAF in external_snapshot_prepare()
` [Qemu-devel] [PATCH v6 24/42] block: Use child access functions for QAPI queries
` [Qemu-devel] [PATCH v6 25/42] mirror: Deal with filters
` [Qemu-devel] [PATCH v6 26/42] backup: "
` [Qemu-devel] [PATCH v6 27/42] commit: "
` [Qemu-devel] [PATCH v6 28/42] stream: "
` [Qemu-devel] [PATCH v6 29/42] nbd: Use CAF when looking for dirty bitmap
` [Qemu-devel] [PATCH v6 30/42] qemu-img: Use child access functions
` [Qemu-devel] [PATCH v6 31/42] block: Drop backing_bs()
` [Qemu-devel] [PATCH v6 32/42] block: Make bdrv_get_cumulative_perm() public
` [Qemu-devel] [PATCH v6 33/42] blockdev: Fix active commit choice
` [Qemu-devel] [PATCH v6 34/42] block: Inline bdrv_co_block_status_from_*()
` [Qemu-devel] [PATCH v6 35/42] block: Fix check_to_replace_node()
` [Qemu-devel] [PATCH v6 36/42] iotests: Add tests for mirror @replaces loops
` [Qemu-devel] [PATCH v6 37/42] block: Leave BDS.backing_file constant
` [Qemu-devel] [PATCH v6 38/42] iotests: Let complete_and_wait() work with commit
` [Qemu-devel] [PATCH v6 39/42] iotests: Add filter commit test cases
` [Qemu-devel] [PATCH v6 40/42] iotests: Add filter mirror "
` [Qemu-devel] [PATCH v6 41/42] iotests: Add test for commit in sub directory
` [Qemu-devel] [PATCH v6 42/42] iotests: Test committing to overridden backing

[Qemu-devel] RISC-V: Vector && DSP Extension
 2019-08-10 13:35 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 0/7] backup improvements
 2019-08-10 12:54 UTC  (15+ messages)
` [Qemu-devel] [PATCH v2 1/7] block/backup: deal with zero detection
` [Qemu-devel] [PATCH v2 2/7] block/backup: refactor write_flags
` [Qemu-devel] [PATCH v2 3/7] block/io: handle alignment and max_transfer for copy_range
` [Qemu-devel] [PATCH v2 4/7] block/backup: drop handling of "
` [Qemu-devel] [PATCH v2 5/7] block/backup: fix backup_cow_with_offload for last cluster
` [Qemu-devel] [PATCH v2 6/7] block/backup: teach backup_cow_with_bounce_buffer to copy more at once
` [Qemu-devel] [PATCH v2 7/7] block/backup: merge duplicated logic into backup_do_cow

[Qemu-devel] [PATCH] iotests: Fix 141 when run with qed
 2019-08-10 11:40 UTC  (2+ messages)

[Qemu-devel] backup bug or question
 2019-08-10 11:17 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 0/7] softfloat header cleanups
 2019-08-10 10:03 UTC  (6+ messages)
` [Qemu-devel] [PATCH v1 1/7] fpu: move LIT64 helper to softfloat-types
` [Qemu-devel] [PATCH v1 6/7] target/riscv: rationalise softfloat includes

[Qemu-devel] [RFC PATCH v2 00/39] rewrite MMX/SSE instruction translation
 2019-08-10  4:44 UTC  (41+ messages)
` [Qemu-devel] [RFC PATCH v2 01/39] target/i386: Push rex_r into DisasContext
` [Qemu-devel] [RFC PATCH v2 02/39] target/i386: Push rex_w "
` [Qemu-devel] [RFC PATCH v2 03/39] target/i386: reduce scope of variable aflag
` [Qemu-devel] [RFC PATCH v2 04/39] target/i386: use dflag from DisasContext
` [Qemu-devel] [RFC PATCH v2 05/39] target/i386: use prefix "
` [Qemu-devel] [RFC PATCH v2 06/39] target/i386: Simplify gen_exception arguments
` [Qemu-devel] [RFC PATCH v2 07/39] target/i386: use pc_start from DisasContext
` [Qemu-devel] [RFC PATCH v2 08/39] target/i386: make variable b1 const
` [Qemu-devel] [RFC PATCH v2 09/39] target/i386: make variable is_xmm const
` [Qemu-devel] [RFC PATCH v2 10/39] target/i386: add vector register file alignment constraints
` [Qemu-devel] [RFC PATCH v2 11/39] target/i386: introduce gen_(ld, st)d_env_A0
` [Qemu-devel] [RFC PATCH v2 12/39] target/i386: introduce gen_sse_ng
` [Qemu-devel] [RFC PATCH v2 13/39] target/i386: disable unused function warning temporarily
` [Qemu-devel] [RFC PATCH v2 14/39] target/i386: introduce mnemonic aliases for several gvec operations
` [Qemu-devel] [RFC PATCH v2 15/39] target/i386: introduce function ck_cpuid
` [Qemu-devel] [RFC PATCH v2 16/39] target/i386: introduce instruction operand infrastructure
` [Qemu-devel] [RFC PATCH v2 17/39] target/i386: introduce helpers for decoding modrm fields
` [Qemu-devel] [RFC PATCH v2 18/39] target/i386: introduce modifier for direct-only operand decoding
` [Qemu-devel] [RFC PATCH v2 19/39] target/i386: introduce generic operand alias
` [Qemu-devel] [RFC PATCH v2 20/39] target/i386: introduce generic load-store operand
` [Qemu-devel] [RFC PATCH v2 21/39] target/i386: introduce insn.h
` [Qemu-devel] [RFC PATCH v2 22/39] target/i386: introduce code generators
` [Qemu-devel] [RFC PATCH v2 23/39] target/i386: introduce instruction translator macros
` [Qemu-devel] [RFC PATCH v2 24/39] target/i386: introduce Ib (immediate) operand
` [Qemu-devel] [RFC PATCH v2 25/39] target/i386: introduce M* (memptr) operands
` [Qemu-devel] [RFC PATCH v2 26/39] target/i386: introduce G*, R*, E* (general register) operands
` [Qemu-devel] [RFC PATCH v2 27/39] target/i386: introduce RdMw operand
` [Qemu-devel] [RFC PATCH v2 28/39] target/i386: introduce P*, N*, Q* (MMX) operands
` [Qemu-devel] [RFC PATCH v2 29/39] target/i386: introduce helper-based code generator macros
` [Qemu-devel] [RFC PATCH v2 30/39] target/i386: introduce gvec-based "
` [Qemu-devel] [RFC PATCH v2 31/39] target/i386: introduce MMX translators
` [Qemu-devel] [RFC PATCH v2 32/39] target/i386: introduce MMX code generators
` [Qemu-devel] [RFC PATCH v2 33/39] target/i386: introduce MMX instructions to insn.h
` [Qemu-devel] [RFC PATCH v2 34/39] target/i386: introduce V*, U*, W* (SSE/AVX) operands
` [Qemu-devel] [RFC PATCH v2 35/39] target/i386: introduce UdqMq operand
` [Qemu-devel] [RFC PATCH v2 36/39] target/i386: introduce SSE translators
` [Qemu-devel] [RFC PATCH v2 37/39] target/i386: introduce SSE code generators
` [Qemu-devel] [RFC PATCH v2 38/39] target/i386: introduce SSE instructions to insn.h
` [Qemu-devel] [RFC PATCH v2 39/39] target/i386: introduce memory-pointer operand read/write workarounds

[Qemu-devel] [PATCH 0/3] decodetree improvements
 2019-08-10  2:03 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/3] decodetree: Allow !function with no input bits
` [Qemu-devel] [PATCH 2/3] decodetree: Suppress redundant declaration warnings
` [Qemu-devel] [PATCH 3/3] target/riscv: Remove redundant declaration pragmas

[Qemu-devel] [PATCH v3] hw: net: cadence_gem: Fix build errors in DB_PRINT()
 2019-08-10  1:57 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/7] softfloat includes cleanup
 2019-08-10  1:55 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 6/7] target/riscv: rationalise softfloat includes

[Qemu-devel] [PATCH v2 00/28] riscv: sifive_u: Improve the emulation fidelity of sifive_u machine
 2019-08-10  1:51 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 11/28] riscv: sifive: Rename sifive_prci.{c, h} to sifive_e_prci.{c, h}

[Qemu-devel] [PATCH] riscv: rv32: Root page table address can be larger than 32-bit
 2019-08-10  1:49 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2] "

[Qemu-devel] [PATCH v3 00/15] target/arm/kvm: enable SVE in guests
 2019-08-10  1:31 UTC  (10+ messages)
` [Qemu-devel] [PATCH v3 03/15] target/arm/monitor: Introduce qmp_query_cpu_model_expansion
` [Qemu-devel] [PATCH] HACK: Centralize sve property checks

[Qemu-devel] [PATCH] qemu-img convert: Deprecate using -n and -o together
 2019-08-09 23:07 UTC  (4+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [Bug 1776920] [NEW] qemu-img convert on Mac OSX creates corrupt images
 2019-08-09 22:32 UTC  (2+ messages)
` [Qemu-devel] [Bug 1776920] "

[Qemu-devel] [PATCH v4 0/8] Support disabling TCG on ARM
 2019-08-09 20:22 UTC  (3+ messages)

[Qemu-devel] [PATCH] block/backup: install notifier during creation
 2019-08-09 20:13 UTC 

[Qemu-devel] [PATCH v3 00/14] Add SEV guest live migration support
 2019-08-09 20:00 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 03/14] migration.json: add AMD SEV specific migration parameters
` [Qemu-devel] [PATCH v3 09/14] target/i386: sev: add support to encrypt the outgoing page

[Qemu-devel] [PATCH v2 00/11] block: Fix some things about bdrv_has_zero_init()
 2019-08-09 19:31 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 09/11] iotests: Convert to preallocated encrypted qcow2

[Qemu-devel] [PATCH v2 0/2] Add dbus-vmstate
 2019-08-09 18:32 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] qemu-file: move qemu_{get, put}_counted_string() declarations

[Qemu-devel] [Bug 1839325] [NEW] Go programs crash on qemu-sh4 due to issues with atomics
 2019-08-09 17:38 UTC  (5+ messages)
` [Qemu-devel] [Bug 1839325] "

[Qemu-devel] [PATCH] linux-user: Add AT_HWCAP2 for aarch64-linux-user
 2019-08-09 17:11 UTC 

[Qemu-devel] [PATCH] virtio-pci: Add Function Level Reset support
 2019-08-09 16:35 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/29] Tame a few "touch this, recompile the world" headers
 2019-08-09 16:12 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 20/29] Include qemu/main-loop.h less

[Qemu-devel] [PATCH v1 0/2] docker DEF_TARGET_LIST cleanup
 2019-08-09 16:04 UTC  (5+ messages)
` [Qemu-devel] [PATCH v1 1/2] tests/docker: move DEF_TARGET_LIST setting to common.rc
` [Qemu-devel] [PATCH v1 2/2] tests/docker: set DEF_TARGET_LIST for some containers

[Qemu-devel] [PATCH-for-4.2 v8 0/9] ARM virt: ACPI memory hotplug support
 2019-08-09 16:02 UTC  (4+ messages)
` [Qemu-devel] [PATCH-for-4.2 v8 7/9] hw/arm/virt-acpi-build: Add PC-DIMM in SRAT

[Qemu-devel] [PULL 00/22] target-arm queue
 2019-08-09 16:02 UTC  (5+ messages)
` [Qemu-devel] [PULL 09/22] target/arm: Implement ARMv8.5-CondM

[Qemu-devel] [PATCH v7 0/9] NBD reconnect
 2019-08-09 15:56 UTC  (6+ messages)
` [Qemu-devel] [PATCH v7 5/9] block/nbd: refactor nbd connection parameters
` [Qemu-devel] [PATCH v7 7/9] qemu/units: add SI decimal units

[Qemu-devel] [PATCH 00/67] target/arm: Convert aa32 base isa to decodetree
 2019-08-09 15:30 UTC  (7+ messages)
` [Qemu-devel] [PATCH 11/67] target/arm: Add stubs for aa32 decodetree

[Qemu-devel] [PATCH] Update the avx2 configure test to be compatible with clang
 2019-08-09 15:17 UTC  (3+ messages)

[Qemu-devel] [Bug 1796520] [NEW] autogen crashes on qemu-sh4-user after 61dedf2af7
 2019-08-09 14:18 UTC  (3+ messages)
` [Qemu-devel] [Bug 1796520] "

[Qemu-devel] Does i386-linux-user build on an i686 host?
 2019-08-09 14:10 UTC  (9+ messages)

[Qemu-devel] [PATCH v3 00/33] Multi-phase reset mechanism
 2019-08-09 13:50 UTC  (11+ messages)
` [Qemu-devel] [PATCH v3 07/33] automatically add vmstate for reset support in devices

[Qemu-devel] [PATCH v2] vhost-vsock: report QMP event when set running
 2019-08-09 13:41 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/8] backup improvements
 2019-08-09 12:53 UTC  (7+ messages)
` [Qemu-devel] [PATCH 4/8] block/backup: improve unallocated clusters skipping

[Qemu-devel] [PATCH 00/11] target/arm: decodetree prep patches
 2019-08-09 12:49 UTC  (3+ messages)

[Qemu-devel] [PATCH for 4.2 v7 00/26] target/mips: Misc patches for 4.2
 2019-08-09 12:46 UTC  (22+ messages)
` [Qemu-devel] [PATCH for 4.2 v7 01/26] target/mips: Add support for DSPRAM
` [Qemu-devel] [PATCH for 4.2 v7 02/26] target/mips: Amend CP0 WatchHi register implementation
` [Qemu-devel] [PATCH for 4.2 v7 04/26] target/mips: Add support for emulation of GINVT instruction
` [Qemu-devel] [PATCH for 4.2 v7 05/26] target/mips: Add support for emulation of CRC32 group of instructions
` [Qemu-devel] [PATCH for 4.2 v7 08/26] target/mips: Style improvements in helper.c
` [Qemu-devel] [PATCH for 4.2 v7 09/26] target/mips: Style improvements in internal.h
` [Qemu-devel] [PATCH for 4.2 v7 12/26] target/mips: Style improvements in mips_fulong2e.c
` [Qemu-devel] [PATCH for 4.2 v7 13/26] target/mips: Style improvements in mips_int.c
` [Qemu-devel] [PATCH for 4.2 v7 14/26] target/mips: Style improvements in mips_malta.c
` [Qemu-devel] [PATCH for 4.2 v7 15/26] target/mips: Style improvements in mips_mipssim.c
` [Qemu-devel] [PATCH for 4.2 v7 16/26] target/mips: Clean up handling of CP0 register 0
` [Qemu-devel] [PATCH for 4.2 v7 17/26] target/mips: Clean up handling of CP0 register 1
` [Qemu-devel] [PATCH for 4.2 v7 18/26] target/mips: Clean up handling of CP0 register 2
` [Qemu-devel] [PATCH for 4.2 v7 19/26] target/mips: Clean up handling of CP0 register 5
` [Qemu-devel] [PATCH for 4.2 v7 20/26] target/mips: Clean up handling of CP0 register 20
` [Qemu-devel] [PATCH for 4.2 v7 21/26] target/mips: Clean up handling of CP0 register 24
` [Qemu-devel] [PATCH for 4.2 v7 22/26] target/mips: Clean up handling of CP0 register 26
` [Qemu-devel] [PATCH for 4.2 v7 23/26] target/mips: Clean up handling of CP0 register 30
` [Qemu-devel] [PATCH for 4.2 v7 24/26] target/mips: Clean up handling of CP0 register 31
` [Qemu-devel] [PATCH for 4.2 v7 25/26] target/mips: tests/tcg: Add optional printing of more detailed failure info
` [Qemu-devel] [PATCH for 4.2 v7 26/26] target/mips: tests/tcg: Fix target configurations for MSA tests


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