messages from 2021-07-19 12:56:57 to 2021-07-20 01:19:37 UTC [more...]
[PATCH for-6.1 v5 00/15] tcg: breakpoint reorg
2021-07-20 1:17 UTC (2+ messages)
` [PATCH for-6.1 v5 01/15] accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS
Failing iotest 206
2021-07-20 1:12 UTC (2+ messages)
[PATCH 0/2] qapi/qom: use correct field name when getting/setting alias properties
2021-07-20 1:00 UTC (5+ messages)
` [PATCH 1/2] qapi: introduce forwarding visitor
` [PATCH 2/2] qom: use correct field name when getting/setting alias properties
[PATCH for-6.2 v2 00/11] machine: smp parsing fixes and improvement
2021-07-19 23:45 UTC (29+ messages)
` [PATCH for-6.2 v2 01/11] machine: Disallow specifying topology parameters as zero
` [PATCH for-6.2 v2 02/11] machine: Make smp_parse generic enough for all arches
` [PATCH for-6.2 v2 03/11] machine: Uniformly use maxcpus to calculate the omitted parameters
` [PATCH for-6.2 v2 04/11] machine: Use the computed parameters to calculate omitted cpus
` [PATCH for-6.2 v2 05/11] machine: Improve the error reporting of smp parsing
` [PATCH for-6.2 v2 06/11] hw: Add compat machines for 6.2
` [PATCH for-6.2 v2 07/11] machine: Prefer cores over sockets in smp parsing since 6.2
` [PATCH for-6.2 v2 08/11] machine: Use ms instead of global current_machine in sanity-check
` [PATCH for-6.2 v2 10/11] machine: Split out the smp parsing code
` [PATCH for-6.2 v2 11/11] tests/unit: Add a unit test for smp parsing
[PATCH v5 0/5] hw/nvme: fix mmio read
2021-07-19 23:25 UTC (7+ messages)
` [PATCH v5 1/5] hw/nvme: split pmrmsc register into upper and lower
` [PATCH v5 2/5] hw/nvme: use symbolic names for registers
` [PATCH v5 3/5] hw/nvme: fix out-of-bounds reads
` [PATCH v5 4/5] hw/nvme: fix mmio read
` [PATCH v5 5/5] tests/qtest/nvme-test: add mmio read test
[PATCH for 6.1 v1 0/2] tricore fixes
2021-07-19 23:09 UTC (6+ messages)
` [PATCH v1 1/2] hw/tricore: fix inclusion of tricore_testboard
` [PATCH v1 2/2] gitlab: enable a very minimal build with the tricore container
[PATCH v3 00/13] tcg: breakpoint reorg
2021-07-19 22:06 UTC (5+ messages)
` [PATCH v3 02/13] accel/tcg: Move curr_cflags into cpu-exec.c
` [PATCH v3 07/13] accel/tcg: Move cflags lookup into tb_find
[PATCH v2 0/3] hw: aspeed_gpio: MMIO region fix and cleanups
2021-07-19 22:05 UTC (8+ messages)
` [PATCH v2 1/3] hw: aspeed_gpio: Fix memory size
` [SPAM] "
` [PATCH v2 2/3] hw: aspeed_gpio: Simplify 1.8V defines
` [SPAM] "
` [PATCH v2 3/3] hw: aspeed_gpio: Clarify GPIO controller name
` [SPAM] "
[PATCH RFC 00/19] vfio-user implementation
2021-07-19 22:59 UTC (16+ messages)
` [PATCH RFC 12/19] vfio-user: probe remote device's BARs
` [PATCH RFC server 00/11] vfio-user server in QEMU
` [PATCH RFC server 01/11] vfio-user: build library
` [PATCH RFC server 02/11] vfio-user: define vfio-user object
` [PATCH RFC server 03/11] vfio-user: instantiate vfio-user context
` [PATCH RFC server 04/11] vfio-user: find and init PCI device
` [PATCH RFC server 05/11] vfio-user: run vfio-user context
` [PATCH RFC server 06/11] vfio-user: handle PCI config space accesses
` [PATCH RFC server 07/11] vfio-user: handle DMA mappings
` [PATCH RFC server 08/11] vfio-user: handle PCI BAR accesses
` [PATCH RFC server 09/11] vfio-user: handle device interrupts
` [PATCH RFC server 10/11] vfio-user: register handlers to facilitate migration
` [PATCH RFC server 11/11] vfio-user: acceptance test
[PATCH for 6.1 v2 0/2] tricore fixes
2021-07-19 22:52 UTC (5+ messages)
` [PATCH v2 1/2] hw/tricore: fix inclusion of tricore_testboard
` [PATCH v2 2/2] gitlab: enable a very minimal build with the tricore container
Error in accel/tcg?
2021-07-19 22:18 UTC
[PATCH] tests/qtest/migration-test.c: use 127.0.0.1 instead of 0
2021-07-19 22:16 UTC (3+ messages)
[PATCH v2 0/2] Add more 64-bit utilities
2021-07-19 22:02 UTC (3+ messages)
` [PATCH v2 1/2] hw/core/register: "
` [PATCH v2 2/2] hw/registerfields: Use 64-bit bitfield for FIELD_DP64
[PATCH for-6.1 v4 00/15] tcg: breakpoint reorg
2021-07-19 21:45 UTC (17+ messages)
` [PATCH for-6.1 v4 01/15] accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS
` [PATCH for-6.1 v4 02/15] accel/tcg: Move curr_cflags into cpu-exec.c
` [PATCH for-6.1 v4 03/15] target/alpha: Drop goto_tb path in gen_call_pal
` [PATCH for-6.1 v4 04/15] accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR
` [PATCH for-6.1 v4 05/15] accel/tcg: Drop CF_NO_GOTO_PTR from -d nochain
` [PATCH for-6.1 v4 06/15] accel/tcg: Handle -singlestep in curr_cflags
` [PATCH for-6.1 v4 07/15] accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomic
` [PATCH for-6.1 v4 08/15] accel/tcg: Move cflags lookup into tb_find
` [PATCH for-6.1 v4 09/15] hw/core: Introduce TCGCPUOps.debug_check_breakpoint
` [PATCH for-6.1 v4 10/15] target/arm: Implement debug_check_breakpoint
` [PATCH for-6.1 v4 11/15] target/i386: "
` [PATCH for-6.1 v4 12/15] accel/tcg: Move breakpoint recognition outside translation
` [PATCH for-6.1 v4 13/15] accel/tcg: Remove TranslatorOps.breakpoint_check
` [PATCH for-6.1 v4 14/15] accel/tcg: Hoist tb_cflags to a local in translator_loop
` [PATCH for-6.1 v4 15/15] accel/tcg: Record singlestep_enabled in tb->cflags
[PATCH 1/2] ui/gtk: detach_all option for making all VCs detached upon starting
2021-07-19 21:41 UTC (2+ messages)
` [PATCH 2/2] ui/gtk: specify detached window's size and location
[PATCH 0/2] hw/core/register: Add more 64-bit utilities
2021-07-19 21:31 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] hw/registerfields: Use 64-bit bitfield for FIELD_DP64
[PATCH for-6.2 v6 0/7] DEVICE_UNPLUG_ERROR QAPI event
2021-07-19 21:13 UTC (9+ messages)
` [PATCH for-6.2 v6 1/7] hw/acpi/memory_hotplug.c: avoid sending MEM_UNPLUG_ERROR if dev->id is NULL
` [PATCH for-6.2 v6 2/7] spapr.c: "
` [PATCH for-6.2 v6 3/7] spapr_drc.c: do not error_report() when drc->dev->id == NULL
` [PATCH for-6.2 v6 4/7] qapi/qdev.json: fix DEVICE_DELETED parameters doc
` [PATCH for-6.2 v6 5/7] qapi/qdev.json: add DEVICE_UNPLUG_ERROR QAPI event
` [PATCH for-6.2 v6 6/7] spapr: use DEVICE_UNPLUG_ERROR to report unplug errors
` [PATCH for-6.2 v6 7/7] memory_hotplug.c: send DEVICE_UNPLUG_ERROR in acpi_memory_hotplug_write()
[PATCH 0/1] hw/arm/smmuv3: Check 31st bit to see if CD is valid
2021-07-19 20:57 UTC (2+ messages)
` [PATCH 1/1] "
Question on memory commit during MR finalize()
2021-07-19 20:58 UTC (15+ messages)
[PATCH v5 00/10] tests: Add test cases for TPM 1.2 ACPI tables
2021-07-19 20:36 UTC (7+ messages)
` [PATCH v5 02/10] tests: Add tpm_version field to TPMTestState and fill it
` [PATCH v5 06/10] tests: tpm: Create TPM 1.2 response in TPM emulator
` [PATCH v5 08/10] tests: Use QMP to check whether a TPM device model is available
[PATCH v4 0/5] hw/nvme: fix mmio read
2021-07-19 20:26 UTC (7+ messages)
` [PATCH v4 1/5] hw/nvme: split pmrmsc register into upper and lower
` [PATCH v4 2/5] hw/nvme: use symbolic names for registers
` [PATCH v4 3/5] hw/nvme: fix out-of-bounds reads
` [PATCH v4 4/5] hw/nvme: fix mmio read
` [PATCH v4 5/5] tests/qtest/nvme-test: add mmio read test
[PATCH] target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32
2021-07-19 20:07 UTC (3+ messages)
[PATCH] configure: Add -Werror to avx2, avx512 tests
2021-07-19 20:01 UTC
[RFC PATCH] tcg/plugins: implement a qemu_plugin_user_exit helper
2021-07-19 19:26 UTC (5+ messages)
[PULL 00/48] Misc patches for QEMU 6.1 soft freeze
2021-07-19 19:15 UTC (4+ messages)
` [PULL 44/48] meson: Introduce target-specific Kconfig
random crash in migration-test, i386 guest, x86-64 host:
2021-07-19 18:56 UTC (2+ messages)
[PATCH 0/2] ui/gtk: prevent QEMU lock up
2021-07-19 18:52 UTC (7+ messages)
` [PATCH for 6.1 1/2] ui/gtk: add a keyboard fifo to the VTE consoles
[PATCH V5 00/25] Live Update
2021-07-19 18:38 UTC (9+ messages)
` [PATCH V5 16/25] vfio-pci: cpr part 1
` [PATCH V5 17/25] vfio-pci: cpr part 2
[PATCH] chardev-spice: add missing module_obj directive
2021-07-19 17:35 UTC (2+ messages)
[PULL 0/6] Block patches for 6.1-rc0
2021-07-19 17:26 UTC (7+ messages)
` [PULL 1/6] blkdebug: refactor removal of a suspended request
` [PULL 2/6] blkdebug: move post-resume handling to resume_req_by_tag
` [PULL 3/6] blkdebug: track all actions
` [PULL 4/6] blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFE
` [PULL 5/6] block/blkdebug: remove new_state field and instead use a local variable
` [PULL 6/6] blkdebug: protect rules and suspended_reqs with a lock
[PATCH 00/20] Hexagon HVX (target/hexagon) patch series
2021-07-19 16:19 UTC (7+ messages)
` [PATCH 01/20] Hexagon HVX (target/hexagon) README
[PATCH 0/2] wdt_aspeed: Fix behaviour of control register
2021-07-19 15:54 UTC (5+ messages)
` [PATCH 1/2] watchdog: aspeed: Sanitize control register values
` [PATCH 2/2] watchdog: aspeed: Fix sequential control writes
[PATCH v1 0/9] s390x: CPU Topology
2021-07-19 15:52 UTC (15+ messages)
` [PATCH v1 1/9] s390x: smp: s390x dedicated smp parsing
` [PATCH v1 2/9] s390x: toplogy: adding drawers and books to "
[PATCH v6 0/2] support dirtyrate measurement with dirty bitmap
2021-07-19 15:48 UTC (5+ messages)
` [PATCH v6 2/2] migration/dirtyrate: implement dirty-bitmap dirtyrate calculation
[Bug 1890157] [NEW] Assertion failure in net_tx_pkt_reset through vmxnet3
2021-07-19 15:31 UTC (2+ messages)
` [Bug 1890157] "
[PATCH v3 00/10] Atomic cleanup + clang-12 build fix
2021-07-19 15:40 UTC (3+ messages)
` [PATCH v3 02/10] qemu/atomic: Remove pre-C11 atomic fallbacks
[RFC PATCH nvme-cli 2/2] nvme-cli/plugins/mi:add support
2021-07-19 15:31 UTC (3+ messages)
[PATCH 00/13] new plugin argument passing scheme
2021-07-19 15:32 UTC (24+ messages)
` [PATCH 01/13] plugins: allow plugin arguments to be passed directly
` [PATCH 02/13] plugins/api: added a boolean parsing plugin api
` [PATCH 03/13] plugins/hotpages: introduce sortby arg and parsed bool args correctly
` [PATCH 04/13] plugins/hotblocks: Added correct boolean argument parsing
` [PATCH 05/13] plugins/lockstep: make socket path not positional & parse bool arg
` [PATCH 07/13] plugins/howvec: Adapting to the new argument passing scheme
` [PATCH 08/13] docs/tcg-plugins: new passing parameters scheme for cache docs
` [PATCH 09/13] tests/plugins/bb: adapt to the new arg passing scheme
` [PATCH 10/13] tests/plugins/insn: made arg inline not positional and parse it as bool
` [PATCH 11/13] tests/plugins/mem: introduce "track" arg and make args not positional
` [PATCH 12/13] tests/plugins/syscalls: adhere to new arg-passing scheme
[RFC 0/3] Improve module accelerator error message
2021-07-19 15:29 UTC (3+ messages)
` [RFC 3/3] qom: Improve error message in module_object_class_by_name()
[PATCH for-6.2 00/34] target/arm: Third slice of MVE implementation
2021-07-19 15:28 UTC (10+ messages)
` [PATCH for-6.2 08/34] target/arm: Fix VPT advance when ECI is non-zero
` [PATCH for-6.2 12/34] target/arm: Implement MVE incrementing/decrementing dup insns
` [PATCH for-6.2 20/34] target/arm: Implement MVE integer min/max across vector
[RFC PATCH 0/6] Add AMD Secure Nested Paging (SEV-SNP) support
2021-07-19 15:27 UTC (12+ messages)
` [RFC PATCH 1/6] linux-header: add the SNP specific command
` [RFC PATCH 4/6] i386/sev: add the SNP launch start context
` [RFC PATCH 5/6] i386/sev: add support to encrypt BIOS when SEV-SNP is enabled
` [RFC PATCH 6/6] i386/sev: populate secrets and cpuid page and finalize the SNP launch
[PATCH v3 0/9] tests: Add test cases for TPM 1.2 ACPI tables
2021-07-19 15:13 UTC (12+ messages)
[Bug 1926111] [NEW] Assertion `tx_queue_idx <= s->txq_num' failed in vmxnet3_io_bar0_write
2021-07-19 15:03 UTC (2+ messages)
` [Bug 1926111] "
[PATCH v2 0/2] s390x: improve subchannel error handling (vfio)
2021-07-19 15:09 UTC (3+ messages)
[PATCH v5 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
2021-07-19 15:06 UTC (6+ messages)
` [PATCH v5 02/10] ACPI ERST: specification for ERST support
` [PATCH v5 03/10] ACPI ERST: PCI device_id for ERST
[PATCH v1 0/2] Update NVMM support to recent changes
2021-07-19 14:54 UTC (4+ messages)
` [PATCH v1 2/2] Fix nvmm_ram_block_added() function arguments
[RFC PATCH 0/6] job: replace AioContext lock with job_mutex
2021-07-19 14:54 UTC (9+ messages)
[PATCH v2] vhost: make SET_VRING_ADDR, SET_FEATURES send replies
2021-07-19 14:21 UTC
[RFC v3 00/29] vDPA software assisted live migration
2021-07-19 14:13 UTC (5+ messages)
[PATCH v8 0/9] i386: KVM: expand Hyper-V features early
2021-07-19 13:56 UTC (6+ messages)
` [PATCH v8 9/9] qtest/hyperv: Introduce a simple hyper-v test
[PATCH] util: fix abstract socket path copy
2021-07-19 13:52 UTC (3+ messages)
[PATCH 00/14] iotests: support zstd
2021-07-19 13:51 UTC (6+ messages)
` [PATCH 02/14] iotests.py: qemu_img*("create"): support IMGOPTS='compression_type=zstd'
[PULL V3 for 6.2 0/6] COLO-Proxy patches for 2021-06-25
2021-07-19 13:28 UTC (3+ messages)
[PULL 0/5] Misc fixes for 6.1
2021-07-19 13:13 UTC (2+ messages)
[PATCH] qemu-options.hx: Fix formatting of -machine memory-backend option
2021-07-19 13:07 UTC (2+ messages)
Initialize RAM from a file and save it to the file
2021-07-19 13:03 UTC (2+ messages)
[PATCH 2/4] target-arm: cpu64: Add support for Fujitsu A64FX
2021-07-19 12:56 UTC (3+ messages)
` [PATCH 4/4] docs/system: Add a64fx(Fujitsu A64FX processor) to supported guest CPU type
` [PATCH 3/4] tests/arm-cpu-features: Add A64FX processor related tests
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).