QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-13 21:20:35 to 2021-06-14 15:09:41 UTC [more...]

[PATCH v2 00/18] modules: add metadata database
 2021-06-14 15:08 UTC  (24+ messages)
` [PATCH v2 02/18] qapi: add ModuleInfo schema
` [PATCH v2 03/18] modules: add qemu-modinfo utility
` [PATCH v2 17/18] modules: check arch and block load on mismatch

[PATCH] hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range
 2021-06-14 15:06 UTC  (4+ messages)

[PATCH v2] linux-user/trace-events: fix minor typo in format string
 2021-06-14 15:03 UTC  (2+ messages)

[PATCH] ui/gtk: Allow user to select monitor number to display qemu in full screen through new gtk display option
 2021-06-14 15:00 UTC  (3+ messages)

[PULL 00/34] tcg patch queue
 2021-06-14 15:00 UTC  (9+ messages)
` [PULL 03/34] tcg: Re-order tcg_region_init vs tcg_prologue_init

[PATCH] tests: cover aio_co_enter from a worker thread without BQL taken
 2021-06-14 14:52 UTC  (2+ messages)

[PATCH] accel/tcg: Probe the proper permissions for atomic ops
 2021-06-14 14:49 UTC  (3+ messages)

[PATCH 0/8] configure: Change to -std=gnu11
 2021-06-14 14:47 UTC  (5+ messages)
` [PATCH 6/8] include/qemu/lockable: Use _Generic instead of QEMU_GENERIC

[PATCH 0/4] export/fuse: Allow other users access to the export
 2021-06-14 14:44 UTC  (5+ messages)
` [PATCH 1/4] export/fuse: Add allow-other option
` [PATCH 2/4] export/fuse: Give SET_ATTR_SIZE its own branch
` [PATCH 3/4] export/fuse: Let permissions be adjustable
` [PATCH 4/4] iotests/308: Test allow-other

[PATCH 00/28] tcg: bswap improvements
 2021-06-14 14:43 UTC  (37+ messages)
` [PATCH 01/28] tcg: Add flags argument to bswap opcodes
` [PATCH 02/28] tcg/i386: Support bswap flags
` [PATCH 03/28] tcg/aarch64: "
` [PATCH 04/28] tcg/arm: "
` [PATCH 05/28] tcg/ppc: Split out tcg_out_ext{8,16,32}s
` [PATCH 06/28] tcg/ppc: Split out tcg_out_sari{32,64}
` [PATCH 07/28] tcg/ppc: Split out tcg_out_bswap16
` [PATCH 08/28] tcg/ppc: Split out tcg_out_bswap32
` [PATCH 09/28] tcg/ppc: Split out tcg_out_bswap64
` [PATCH 10/28] tcg/ppc: Support bswap flags
` [PATCH 11/28] tcg/ppc: Use power10 byte-reverse instructions
` [PATCH 12/28] tcg/s390: Support bswap flags
` [PATCH 13/28] tcg/mips: Support bswap flags in tcg_out_bswap16
` [PATCH 14/28] tcg/mips: Support bswap flags in tcg_out_bswap32
` [PATCH 15/28] tcg/tci: Support bswap flags
` [PATCH 16/28] tcg: Handle new bswap flags during optimize
` [PATCH 17/28] tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
` [PATCH 18/28] tcg: Make use of bswap flags in tcg_gen_qemu_ld_*
` [PATCH 19/28] tcg: Make use of bswap flags in tcg_gen_qemu_st_*
` [PATCH 20/28] target/arm: Improve REV32
` [PATCH 21/28] target/arm: Improve vector REV
` [PATCH 22/28] target/arm: Improve REVSH
` [PATCH 23/28] target/i386: Improve bswap translation
` [PATCH 24/28] target/sh4: Improve swap.b translation
` [PATCH 25/28] target/mips: Fix gen_mxu_s32ldd_s32lddr
` [PATCH 26/28] tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAP
` [PATCH 27/28] tcg/aarch64: "
` [PATCH 28/28] tcg/riscv: Remove MO_BSWAP handling

[PATCH v5 0/9] qapi: untie 'if' conditions from C preprocessor
 2021-06-14 14:38 UTC  (8+ messages)
` [PATCH v5 2/9] qapi: replace List[str] by QAPISchemaIfCond
` [PATCH v5 3/9] qapi: make gen_if/gen_endif take a simple string
` [PATCH v5 4/9] qapi: start building an 'if' predicate tree

tb_flush() calls causing long Windows XP boot times
 2021-06-14 14:37 UTC  (9+ messages)

[PATCH V3 00/22] Live Update
 2021-06-14 14:36 UTC  (17+ messages)
          ` [PATCH V3 00/22] Live Update [restart]
                      ` [PATCH V3 00/22] Live Update [restart] : exec
                    ` [PATCH V3 00/22] Live Update [restart] : code replication

[PULL 00/13] Misc fixes patches
 2021-06-14 14:15 UTC  (14+ messages)
` [PULL 01/13] docs: add table of contents to QAPI references
` [PULL 02/13] docs: document how to pass secret data to QEMU
` [PULL 03/13] docs: document usage of the authorization framework
` [PULL 04/13] docs: recommend SCRAM-SHA-256 SASL mech instead of SHA-1 variant
` [PULL 05/13] sasl: remove comment about obsolete kerberos versions
` [PULL 06/13] migration: add trace point when vm_stop_force_state fails
` [PULL 07/13] softmmu: add trace point when bdrv_flush_all fails
` [PULL 08/13] block: preserve errno from fdatasync failures
` [PULL 09/13] block: add trace point when fdatasync fails
` [PULL 10/13] block: remove duplicate trace.h include
` [PULL 11/13] migration: use GDateTime for formatting timestamp in snapshot names
` [PULL 12/13] block: use GDateTime for formatting timestamp when dumping snapshot info
` [PULL 13/13] usb/dev-mtp: use GDateTime for formatting timestamp for objects

[RFC PATCH 0/2] New NBD metacontext
 2021-06-14 14:06 UTC  (5+ messages)
` [PATCH 2/2] nbd: Add new qemu:joint-allocation metadata context

[PATCH] linux-user/trace-events: fix minor type in format string
 2021-06-14 13:59 UTC  (4+ messages)

[PATCH v2] hw/nvme: be more careful when deasserting IRQs
 2021-06-14 13:54 UTC 

[PATCH] hw/nvme: be more careful when deasserting IRQs
 2021-06-14 13:52 UTC  (3+ messages)

[PATCH] esp: fix migration version check in esp_is_version_5()
 2021-06-14 13:47 UTC  (7+ messages)

[PATCH] vga: Allow writing VBE_DISPI_ID5 to ID register
 2021-06-14 13:23 UTC  (2+ messages)

[PATCH v2] s390x/css: Selectively copy sense data to IRB
 2021-06-14 13:03 UTC  (3+ messages)

[PULL v2 00/34] tcg patch queue
 2021-06-14 12:46 UTC  (4+ messages)
` [PULL v2 22/34] tcg: Allocate code_gen_buffer into struct tcg_region_state

[PATCH v3 0/7] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-06-14 12:45 UTC  (5+ messages)

[PATCH v1 0/3] RISC-V ACLINT Support
 2021-06-14 12:22 UTC  (7+ messages)
` [PATCH v1 1/3] hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINT
` [PATCH v1 2/3] hw/riscv: virt: Re-factor FDT generation
` [PATCH v1 3/3] hw/riscv: virt: Add optional ACLINT support to virt machine

[PATCH v2] virtiofsd: use GDateTime for formatting timestamp for debug messages
 2021-06-14 12:20 UTC  (2+ messages)

[PATCH] linux-user: Set CF_PARALLEL when mapping shared memory
 2021-06-14 12:06 UTC  (2+ messages)

[PATCH v3 1/1] yank: Unregister function when using TLS migration
 2021-06-14 11:57 UTC  (2+ messages)

[PATCH v1] docs: add slot when adding new PCIe root port
 2021-06-14 11:43 UTC 

[PATCH v2] async: the main AioContext is only "current" if under the BQL
 2021-06-14 11:34 UTC  (4+ messages)

[PATCH] plugins: Add missing 'qemu/qht.h' header
 2021-06-14 11:17 UTC  (2+ messages)

[PATCH] gitlab-ci: Add jobs to build standalone machines
 2021-06-14 11:15 UTC  (2+ messages)

[PATCH v2] hw/pci-host/q35: Ignore write of reserved PCIEXBAR LENGTH field
 2021-06-14 11:14 UTC  (2+ messages)

[PATCH 00/55] target/arm: First slice of MVE implementation
 2021-06-14 11:04 UTC  (7+ messages)
` [PATCH 32/55] target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH
` [PATCH 43/55] target/arm: Implement MVE VQSHL (vector)

[RFC PATCH] hw/display/virtio-gpu: Fix memory leak (CID 1453811)
 2021-06-14 10:52 UTC  (2+ messages)

[PATCH v9] introduce vfio-user protocol specification
 2021-06-14 10:46 UTC 

[PATCH v2] hw/virtio: Document *_should_notify() are called within rcu_read_lock()
 2021-06-14 10:42 UTC  (2+ messages)

[PATCH v5 00/16] qemu_iotests: improve debugging options
 2021-06-14 10:36 UTC  (4+ messages)
` [PATCH v5 06/16] qemu-iotests: delay QMP socket timers

[PATCH 0/3] Start fixing kvm-unit-tests for svm
 2021-06-14 10:09 UTC  (4+ messages)
` [PATCH 1/3] target/i386: Added consistency checks for VMRUN intercept and ASID
` [PATCH 2/3] target/i386: Added consistency checks for CR0
` [PATCH 3/3] target/i386: Added Intercept CR0 writes check

[PATCH v8] introduce vfio-user protocol specification
 2021-06-14 10:07 UTC  (8+ messages)

[PATCH v2 0/3] i2c: Match parameters of i2c_start_transfer and i2c_send_recv
 2021-06-14 10:02 UTC  (4+ messages)

[PATCH v2 1/2] hw/nvme: fix endianess conversion and add controller list
 2021-06-14 10:01 UTC  (4+ messages)

[RFC PATCH V1 0/3] tpm: Eliminate TPM related code if CONFIG_TPM is not set
 2021-06-14  9:53 UTC  (7+ messages)
` [RFC PATCH V1 1/3] acpi: Eliminate all "
` [RFC PATCH V1 3/3] sysemu: Make TPM structures inaccessible if CONFIG_TPM is not defined

[PATCH v15 0/7] MTE support for KVM guest
 2021-06-14  9:05 UTC  (8+ messages)
` [PATCH v15 1/7] arm64: mte: Handle race when synchronising tags
` [PATCH v15 2/7] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v15 3/7] KVM: arm64: Introduce MTE VM feature
` [PATCH v15 4/7] KVM: arm64: Save/restore MTE registers
` [PATCH v15 5/7] KVM: arm64: Expose KVM_ARM_CAP_MTE
` [PATCH v15 6/7] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v15 7/7] KVM: arm64: Document MTE capability and ioctl

[PATCH] contrib/plugins: add execlog to log instruction execution and memory access
 2021-06-14  9:01 UTC 

[RFC PATCH] migration: Add missing dependency on GNUTLS
 2021-06-14  8:44 UTC  (3+ messages)

[PATCH v5 0/6] blkdebug: fix racing condition when iterating on
 2021-06-14  8:29 UTC  (7+ messages)
` [PATCH v5 1/6] blkdebug: refactor removal of a suspended request
` [PATCH v5 2/6] blkdebug: move post-resume handling to resume_req_by_tag
` [PATCH v5 3/6] blkdebug: track all actions
` [PATCH v5 4/6] blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFE
` [PATCH v5 5/6] block/blkdebug: remove new_state field and instead use a local variable
` [PATCH v5 6/6] blkdebug: protect rules and suspended_reqs with a lock

[PATCH v3 0/5] block-copy: make helper APIs thread safe
 2021-06-14  8:18 UTC  (4+ messages)
` [PATCH v3 1/5] ratelimit: treat zero speed as unlimited
` [PATCH v3 2/5] block-copy: let ratelimit handle a speed of 0

[PATCH v3 0/5] block-copy: make helper APIs thread safe
 2021-06-14  8:17 UTC  (7+ messages)
` [PATCH v3 1/5] ratelimit: treat zero speed as unlimited
` [PATCH v3 2/5] block-copy: let ratelimit handle a speed of 0
` [PATCH v3 3/5] blockjob: "
` [PATCH v3 4/5] progressmeter: protect with a mutex
` [PATCH v3 5/5] co-shared-resource: "

[PATCH] esp: store lun coming from the MESSAGE OUT phase
 2021-06-14  8:16 UTC  (3+ messages)

[PATCH 0/5] dp8393x: fixes for MacOS toolbox ROM
 2021-06-14  7:51 UTC  (3+ messages)

[PATCH v4 0/6] block-copy: protect block-copy internal structures
 2021-06-14  7:33 UTC  (7+ messages)
` [PATCH v4 1/6] block-copy: small refactor in block_copy_task_entry and block_copy_common
` [PATCH v4 2/6] block-copy: streamline choice of copy_range vs. read/write
` [PATCH v4 3/6] block-copy: improve comments of BlockCopyTask and BlockCopyState types and functions
` [PATCH v4 4/6] block-copy: move progress_set_remaining in block_copy_task_end
` [PATCH v4 5/6] block-copy: add a CoMutex
` [PATCH v4 6/6] block-copy: atomic .cancelled and .finished fields in BlockCopyCallState

[PATCH] x86: add SEV hashing to fw_cfg for kernel/initrd/cmdline
 2021-06-14  7:08 UTC  (2+ messages)

[PATCH] meson.build: Support ncurses on MacOS
 2021-06-14  5:45 UTC  (4+ messages)

[PULL 0/9] migration queue
 2021-06-14  5:14 UTC  (3+ messages)
` [PULL 1/9] yank: Unregister function when using TLS migration

[PATCH v3 0/2] QOMify Sifive UART Model
 2021-06-14  2:13 UTC  (3+ messages)
` [PATCH v3 1/2] hw/char: sifive_uart

[PATCH 0/3] hw/acpi, arm: Provide and use acpi_ghes_present()
 2021-06-13 21:49 UTC  (7+ messages)
` [PATCH 1/3] hw/acpi: Provide stub version of acpi_ghes_record_errors()
` [PATCH 2/3] hw/acpi: Provide function acpi_ghes_present()
` [PATCH 3/3] target/arm: Use acpi_ghes_present() to see if we report ACPI memory errors

[PATCH 0/4] Emulator fixes to enable running NetBSD/alpha
 2021-06-13 21:15 UTC  (2+ messages)
` [PATCH 4/4] alpha: Provide console information to the PALcode at start-up


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 read-only IMAP folder(s) and NNTP newsgroup(s).