qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-21 13:57:54 to 2021-07-22 08:19:13 UTC [more...]

[PATCH v2 00/22] Add LoongArch linux-user emulation support
 2021-07-22  8:17 UTC  (8+ messages)
` [PATCH v2 07/22] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v2 09/22] target/loongarch: Add fixed point bit "

[Bug 1860553] [NEW] cmake crashes on qemu-alpha-user with Illegal Instruction
 2021-07-22  8:07 UTC  (2+ messages)
` [Bug 1860553] "

master: make check buzzes forever in qos-test
 2021-07-22  8:12 UTC  (2+ messages)

[PATCH for-6.2 v2 00/11] machine: smp parsing fixes and improvement
 2021-07-22  8:10 UTC  (31+ messages)
` [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 07/11] machine: Prefer cores over sockets in smp parsing since 6.2
` [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 00/16] Various error handling fixes and cleanups
 2021-07-22  8:04 UTC  (9+ messages)
` [PATCH 07/16] vfio: Avoid error_propagate() after migrate_add_blocker()
` [PATCH 08/16] whpx nvmm: Drop useless migrate_del_blocker()
` [PATCH 10/16] migration: Handle migration_incoming_setup() errors consistently

[PATCH 0/4] Add support for Fujitsu A64FX processor
 2021-07-22  8:00 UTC  (4+ messages)

[PATCH] This is a test mail
 2021-07-22  7:57 UTC  (2+ messages)

[PATCH] usbredir: fix free call
 2021-07-22  7:47 UTC  (2+ messages)

[PATCH v3 00/13] new plugin argument passing scheme
 2021-07-22  7:12 UTC  (14+ messages)
` [PATCH v3 01/13] plugins: allow plugin arguments to be passed directly
` [PATCH v3 02/13] plugins/api: added a boolean parsing plugin api
` [PATCH v3 03/13] plugins/hotpages: introduce sortby arg and parsed bool args correctly
` [PATCH v3 04/13] plugins/hotblocks: Added correct boolean argument parsing
` [PATCH v3 05/13] plugins/lockstep: make socket path not positional & parse bool arg
` [PATCH v3 06/13] plugins/hwprofile: adapt to the new plugin arguments scheme
` [PATCH v3 07/13] plugins/howvec: Adapting to the new argument passing scheme
` [PATCH v3 08/13] docs/tcg-plugins: new passing parameters scheme for cache docs
` [PATCH v3 09/13] tests/plugins/bb: adapt to the new arg passing scheme
` [PATCH v3 10/13] tests/plugins/insn: made arg inline not positional and parse it as bool
` [PATCH v3 11/13] tests/plugins/mem: introduce "track" arg and make args not positional
` [PATCH v3 12/13] tests/plugins/syscalls: adhere to new arg-passing scheme
` [PATCH v3 13/13] docs/deprecated: deprecate passing plugin args through `arg=`

[PATCH v3 0/5] plugins/cache: multicore cache modelling and minor tweaks
 2021-07-22  6:54 UTC  (6+ messages)
` [PATCH v3 1/5] plugins/cache: Fixed a bug with destroying FIFO metadata
` [PATCH v3 2/5] plugins/cache: limited the scope of a mutex lock
` [PATCH v3 3/5] plugins/cache: Supported multicore cache modelling
` [PATCH v3 4/5] docs/devel/tcg-plugins: added cores arg to cache plugin
` [PATCH v3 5/5] plugins/cache: Fixed "function decl. is not a prototype" warnings

Installation challenges
 2021-07-22  6:49 UTC  (2+ messages)

[PATCH] Makefile: ignore long options
 2021-07-22  2:08 UTC 

[PATCH for-6.1 0/1] machine: Disallow specifying topology parameters as zero
 2021-07-22  6:02 UTC  (3+ messages)
` [PATCH for-6.1 1/1] "

[PATCH] acpi/gpex: Inform os to keep firmware resource map
 2021-07-22  5:22 UTC  (2+ messages)

[RFC PATCH 00/27] Virtio sound card implementation
 2021-07-22  4:52 UTC  (3+ messages)
` [RFC PATCH 10/27] virtio-snd: Add code for the realize function

[PATCH] Makefile: ignore long options
 2021-07-22  4:05 UTC 

[PATCH v4 0/3] target/ppc: MMU clean up
 2021-07-22  2:55 UTC  (7+ messages)
` [PATCH v4 1/3] target/ppc: divided mmu_helper.c in 2 files
` [PATCH v4 2/3] target/ppc: moved ppc_store_sdr1 to mmu_common.c
` [PATCH v4 3/3] target/ppc: moved store_40x_sler to helper_regs.c

[RFC PATCH v3 0/5] pSeries FORM2 affinity support
 2021-07-22  2:39 UTC  (2+ messages)

[PATCH for-6.2 00/34] target/arm: Third slice of MVE implementation
 2021-07-22  0:49 UTC  (25+ messages)
` [PATCH for-6.2 22/34] target/arm: Implement MVE narrowing moves
` [PATCH for-6.2 23/34] target/arm: Rename MVEGenDualAccOpFn to MVEGenLongDualAccOpFn
` [PATCH for-6.2 24/34] target/arm: Implement MVE VMLADAV and VMLSLDAV
` [PATCH for-6.2 25/34] target/arm: Implement MVE VMLA
` [PATCH for-6.2 26/34] target/arm: Implement MVE saturating doubling multiply accumulates
` [PATCH for-6.2 27/34] target/arm: Implement MVE VQABS, VQNEG
` [PATCH for-6.2 28/34] target/arm: Implement MVE VMAXA, VMINA
` [PATCH for-6.2 29/34] target/arm: Implement MVE VMOV to/from 2 general-purpose registers
` [PATCH for-6.2 30/34] target/arm: Implement MVE VPNOT
` [PATCH for-6.2 31/34] target/arm: Implement MVE VCTP
` [PATCH for-6.2 32/34] target/arm: Implement MVE scatter-gather insns
` [PATCH for-6.2 33/34] target/arm: Implement MVE scatter-gather immediate forms

[PATCH v1 1/1] vfio: Make migration support non experimental by default
 2021-07-22  0:42 UTC  (4+ messages)

[RFC PATCH 0/6] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-07-22  0:02 UTC  (7+ messages)
` [RFC PATCH 2/6] i386/sev: extend sev-guest property to include SEV-SNP

[PATCH] docs: convert writing-qmp-commands.txt to writing-qmp-commands.rst
 2021-07-21 22:59 UTC  (2+ messages)

[PATCH for-6.1?] iotest: Further enhance qemu-img-bitmaps
 2021-07-21 21:53 UTC  (2+ messages)

[ANNOUNCE] QEMU 6.1.0-rc0 is now available
 2021-07-21 21:43 UTC 

[PULL 0/3] SIGSEGV fixes
 2021-07-21 21:19 UTC  (4+ messages)
` [PULL 1/3] Hexagon (target/hexagon) remove put_user_*/get_user_*
` [PULL 2/3] target/hexagon: Drop include of qemu.h
` [PULL 3/3] linux-test (tests/tcg/multiarch/linux-test.c) add check

[PATCH v2 0/5] migrations: Fix potential rare race of migration-test after yank
 2021-07-21 21:15 UTC  (7+ messages)
` [PATCH v2 1/5] migration: Fix missing join() of rp_thread
` [PATCH v2 2/5] migration: Make from_dst_file accesses thread-safe
` [PATCH v2 3/5] migration: Introduce migration_ioc_[un]register_yank()
` [PATCH v2 4/5] migration: Teach QEMUFile to be QIOChannel-aware
` [PATCH v2 5/5] migration: Move the yank unregister of channel_close out

[PATCH 0/2] ui/gtk: prevent QEMU lock up
 2021-07-21 21:11 UTC  (4+ messages)
` [PATCH for 6.1 1/2] ui/gtk: add a keyboard fifo to the VTE consoles

QEMU question: upstreaming I2C device with unpublished datasheet
 2021-07-21 20:45 UTC 

About two-dimensional page translation (e.g., Intel EPT) and shadow page table in Linux QEMU/KVM
 2021-07-21 21:00 UTC  (11+ messages)

[PULL 00/27] tcg patch queue for rc0
 2021-07-21 19:59 UTC  (28+ messages)
` [PULL 01/27] qemu/atomic: Use macros for CONFIG_ATOMIC64
` [PULL 02/27] qemu/atomic: Remove pre-C11 atomic fallbacks
` [PULL 03/27] qemu/atomic: Add aligned_{int64,uint64}_t types
` [PULL 04/27] tcg: Rename helper_atomic_*_mmu and provide for user-only
` [PULL 05/27] accel/tcg: Standardize atomic helpers on softmmu api
` [PULL 06/27] accel/tcg: Fold EXTRA_ARGS into atomic_template.h
` [PULL 07/27] accel/tcg: Remove ATOMIC_MMU_DECLS
` [PULL 08/27] accel/tcg: Expand ATOMIC_MMU_LOOKUP_*
` [PULL 09/27] trace: Fold mem-internal.h into mem.h
` [PULL 10/27] accel/tcg: Push trace info building into atomic_common.c.inc
` [PULL 11/27] accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS
` [PULL 12/27] accel/tcg: Move curr_cflags into cpu-exec.c
` [PULL 13/27] target/alpha: Drop goto_tb path in gen_call_pal
` [PULL 14/27] accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR
` [PULL 15/27] accel/tcg: Drop CF_NO_GOTO_PTR from -d nochain
` [PULL 16/27] accel/tcg: Handle -singlestep in curr_cflags
` [PULL 17/27] accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomic
` [PULL 18/27] hw/core: Introduce TCGCPUOps.debug_check_breakpoint
` [PULL 19/27] target/arm: Implement debug_check_breakpoint
` [PULL 20/27] target/i386: "
` [PULL 21/27] hw/core: Introduce CPUClass.gdb_adjust_breakpoint
` [PULL 22/27] target/avr: Implement gdb_adjust_breakpoint
` [PULL 23/27] accel/tcg: Merge tb_find into its only caller
` [PULL 24/27] accel/tcg: Move breakpoint recognition outside translation
` [PULL 25/27] accel/tcg: Remove TranslatorOps.breakpoint_check
` [PULL 26/27] accel/tcg: Hoist tb_cflags to a local in translator_loop
` [PULL 27/27] accel/tcg: Record singlestep_enabled in tb->cflags

[PATCH v3 0/4] virtio: Add vhost-user based RNG
 2021-07-21 20:15 UTC  (7+ messages)
` [PATCH v3 2/4] vhost-user-rng-pci: Add vhost-user-rng-pci implementation
` [PATCH v3 3/4] vhost-user-rng: backend: Add RNG vhost-user daemon implementation
` [PATCH v3 4/4] docs: Add documentation for vhost based RNG implementation

[PATCH v2 0/6] python: AQMP-TUI Prototype
 2021-07-21 20:22 UTC  (8+ messages)
` [PATCH v2 3/6] python/aqmp-tui: Add AQMP TUI draft

[PATCH v2 00/24] python: introduce Asynchronous QMP package
 2021-07-21 20:02 UTC  (4+ messages)

[PULL 0/3] block bitmaps patches for rc1, 2021-07-21
 2021-07-21 19:47 UTC  (4+ messages)
` [PULL 1/3] iotests: Improve and rename test 291 to qemu-img-bitmap
` [PULL 2/3] qemu-img: Fail fast on convert --bitmaps with inconsistent bitmap
` [PULL 3/3] qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps'

vulkan support in qemu with virgil
 2021-07-21 19:32 UTC  (3+ messages)

[PATCH v7 0/2] support dirtyrate measurement with dirty bitmap
 2021-07-21 18:50 UTC  (2+ messages)

[PATCH 0/5] migrations: Fix potential rare race of migration-test after yank
 2021-07-21 18:12 UTC  (10+ messages)
` [PATCH 2/5] migration: Shutdown src in await_return_path_close_on_source()
` [PATCH 5/5] migration: Move the yank unregister of channel_close out

[PATCH for-6.2 00/23] tcg: gdb singlestep reorg
 2021-07-21 18:00 UTC  (9+ messages)
` [PATCH for-6.2 03/23] target/avr: Drop checks for singlestep_enabled
` [PATCH for-6.2 07/23] target/hppa: "
` [PATCH for-6.2 14/23] target/mips: Drop exit "
` [PATCH for-6.2 21/23] target/sh4: Drop check "

[PATCH v5 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-07-21 17:36 UTC  (31+ messages)
` [PATCH v5 02/10] ACPI ERST: specification for ERST support
` [PATCH v5 03/10] ACPI ERST: PCI device_id for ERST
` [PATCH v5 05/10] ACPI ERST: support for ACPI ERST feature
` [PATCH v5 06/10] ACPI ERST: build the ACPI ERST table
` [PATCH v5 07/10] ACPI ERST: trace support
` [PATCH v5 08/10] ACPI ERST: create ACPI ERST table for pc/x86 machines
` [PATCH v5 09/10] ACPI ERST: qtest for ERST
` [PATCH v5 10/10] ACPI ERST: step 6 of bios-tables-test.c

Transient fail of iotests 215 and 197
 2021-07-21 17:22 UTC 

Intermittent failure in build-system-centos
 2021-07-21 17:12 UTC  (2+ messages)

[PATCH v4] failover: unregister ROM on unplug
 2021-07-21 17:01 UTC  (4+ messages)

[PATCH] meson: fix dependencies for modinfo
 2021-07-21 16:53 UTC  (2+ messages)

[PATCH] target/i386: Added V_INTR_PRIO check to virtual interrupts
 2021-07-21 16:53 UTC  (4+ messages)
` [PATCH v2] target/i386: Added consistency checks for CR4
` [PATCH v2] target/i386: Added consistency checks for EFER

[PATCH for-6.1 v6 00/17] tcg: breakpoint reorg
 2021-07-21 16:48 UTC  (5+ messages)
` [PATCH for-6.1 v6 17/17] accel/tcg: Record singlestep_enabled in tb->cflags

[PATCH for-6.1] qemu-config: restore "machine" in qmp_query_command_line_options()
 2021-07-21 16:46 UTC  (2+ messages)

[PULL v3 00/19] pc,pci,virtio: lots of new features
 2021-07-21 16:37 UTC  (10+ messages)
` [PULL v3 05/19] hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35

[PULL for-6.1 0/3] Block patches
 2021-07-21 16:09 UTC  (2+ messages)

[PATCH] failover: unregister ram on unplug
 2021-07-21 15:36 UTC  (5+ messages)

[PATCH for 6.1-rc1 v1 00/29] various fixes pre-PR (metadata, docs, plugins, testing)
 2021-07-21 15:00 UTC  (3+ messages)
` [PATCH v1 27/29] gitlab: enable a very minimal build with the tricore container

[PATCH 0/2] qapi/qom: use correct field name when getting/setting alias properties
 2021-07-21 14:43 UTC  (5+ messages)
` [PATCH 2/2] qom: "

[Bug 1890160] [NEW] Abort in vmxnet3_validate_queues
 2021-07-21 14:34 UTC  (2+ messages)
` [Bug 1890160] "

[RFC] Fix rocker device null pointer crash. qemu config r->fp_ports with "-device rocker, len-ports=10" when guest config port larget then r->fp_ports(10) r->fp_port[port] is null-pointer, qemu will crash null-pointer Reported-by: chenzhe <chenzhe@huawei.com>
 2021-07-21 14:35 UTC  (2+ messages)

[PATCH] hw/acpi: some cosmetic improvements to existing code
 2021-07-21 14:16 UTC 

[PATCH] hw/net/vmxnet3: Do not abort QEMU if guest specified bad queue numbers
 2021-07-21 14:15 UTC 

[PATCH 0/2] qxl: remove assert and migration blocker
 2021-07-21 14:15 UTC  (3+ messages)
` [PATCH 2/2] Revert "qxl: add migration blocker to avoid pre-save assert"

[PATCH] hw/acpi: some cosmetic improvements to existing code
 2021-07-21 14:11 UTC  (2+ messages)

[PATCH v2 for-6.2 0/6] push backup with fleecing
 2021-07-21 14:04 UTC  (7+ messages)
` [PATCH v2 1/6] block/block-copy: use write-unchanged for fleecing scheme
` [PATCH v2 2/6] block/copy-before-write: require BLK_PERM_WRITE_UNCHANGED for fleecing
` [PATCH v2 3/6] block: share writes on backing child of fleecing node
` [PATCH v2 4/6] block: blk_root(): return non-const pointer
` [PATCH v2 5/6] qapi: backup: add immutable-source paramter
` [PATCH v2 6/6] iotests/image-fleecing: test push backup with fleecing

[PATCH v3] failover: unregister ROM on unplug
 2021-07-21 14:01 UTC  (6+ messages)

[PATCH] qom/object.c 'if (type_table == NULL)' statement is redundant , delete it
 2021-07-21 13:59 UTC  (3+ 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).