qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-15 18:08:24 to 2020-12-16 10:20:10 UTC [more...]

[PATCH 00/12] qapi: static typing conversion, pt1.5
 2020-12-16 10:18 UTC  (11+ messages)
` [PATCH 03/12] qapi/main: handle theoretical None-return from re.match()
` [PATCH 04/12] qapi/gen: assert that _start_if is not None in _wrap_ifcond
` [PATCH 05/12] qapi/gen: use './builtin' for the built-in module name
` [PATCH 06/12] qapi/source: Add builtin null-object sentinel
` [PATCH 08/12] qapi/schema: make QAPISourceInfo mandatory

[PATCH] hw/block: m25p80: Fix fast read for SST flashes
 2020-12-16 10:11 UTC  (12+ messages)

[PATCH v13 00/19] Initial support for multi-process Qemu
 2020-12-16 10:02 UTC  (6+ messages)
` [PATCH v13 07/19] multi-process: add qio channel function to transmit data and fds

[Bug 1908266] [NEW] spice unnecessary forces nographic
 2020-12-16  9:50 UTC  (2+ messages)
` [Bug 1908266] "

[PATCH 0/2] Fix test-char reference counting bug
 2020-12-16  9:55 UTC  (6+ messages)
` [PATCH 1/2] test-char: Destroy chardev correctly at char_file_test_internal()
` [PATCH 2/2] qom: Assert that objects being destroyed have no parent

CXL support in QEMU
 2020-12-16  9:53 UTC  (2+ messages)

[PATCH 0/2] iotests: filter qom path in 172
 2020-12-16  9:52 UTC  (3+ messages)
` [PATCH 1/2] iotests: make _filter_qom_path more strict
` [PATCH 2/2] iotests:172: use _filter_qom_path

[PATCH v5] file-posix: detect the lock using the real file
 2020-12-16  9:49 UTC  (3+ messages)

[Bug 1907817] [NEW] qemu-aarch64 tcg assertion v5.2.0
 2020-12-16  9:26 UTC  (3+ messages)
` [Bug 1907817] "

[PATCH v2 0/7] PPC64: Add support for the new prefixed instructions
 2020-12-16  9:27 UTC  (9+ messages)
` [PATCH v2 1/7] target/ppc: Add infrastructure for "
` [PATCH v2 2/7] target/ppc: Add support for prefixed load/store instructions
` [PATCH v2 3/7] tests/tcg: Add tests "
` [PATCH v2 4/7] target/ppc: Add support for paired vector "
` [PATCH v2 5/7] tests/tcg: Add tests "
` [PATCH v2 6/7] target/ppc: Add support for prefixed load/store FP instructions
` [PATCH v2 7/7] tests/tcg: Add tests "

[PATCH v5 0/4] Introducing QMP query-netdev command
 2020-12-16  9:16 UTC  (6+ messages)
` [PATCH v5 3/4] hmp: Use QMP query-netdev in hmp_info_network

[Bug 1907969] [NEW] linux-user/i386: Segfault when mixing threads and signals
 2020-12-16  8:59 UTC  (2+ messages)
` [Bug 1907969] "

[PATCH] hw/arm/virt: Remove virt machine state 'smp_cpus'
 2020-12-16  9:01 UTC  (5+ messages)

[Bug 1908369] [NEW] heap-use-after-free in in nic_reset ../hw/net/eepro100.c:616
 2020-12-16  8:54 UTC 

[PATCH v12 00/23] i386 cleanup PART 1
 2020-12-16  8:44 UTC  (9+ messages)
` [PATCH v12 07/23] i386: move TCG cpu class initialization to tcg/
` [PATCH v12 08/23] i386: tcg: remove inline from cpu_load_eflags
` [PATCH v12 16/23] cpu: Move synchronize_from_tb() to tcg_ops

[PATCH 0/2] accel: kvm: Some bugfixes for kvm dirty log
 2020-12-16  8:21 UTC  (11+ messages)
` [PATCH 1/2] accel: kvm: Fix memory waste under mismatch page size
` [PATCH 2/2] accel: kvm: Add aligment check for kvm_log_clear_one_slot

[PATCH 0/2] build spice audio as module
 2020-12-16  8:15 UTC  (6+ messages)
` [PATCH 1/2] audio: remove qemu_spice_audio_init()

[PATCH v2 00/11] qapi: static typing conversion, pt2
 2020-12-16  7:51 UTC  (18+ messages)
` [PATCH v2 05/11] qapi/introspect.py: add preliminary type hint annotations
` [PATCH v2 06/11] qapi/introspect.py: add _gen_features helper
` [PATCH v2 07/11] qapi/introspect.py: Unify return type of _make_tree()
` [PATCH v2 09/11] qapi/introspect.py: create a typed 'Annotated' data strutcure

[PATCH v5 0/2] MTE support for KVM guest
 2020-12-16  7:31 UTC  (8+ messages)

[PATCH] x86/cpu: Add AVX512_FP16 cpu feature
 2020-12-16 22:40 UTC 

Are user static builds really dynamically linked ?
 2020-12-16  6:27 UTC 

[PATCH REPOST] spapr: Allow memory unplug to always succeed
 2020-12-16  5:45 UTC  (2+ messages)

[PATCH] spapr: Fix DR properties of the root node
 2020-12-16  5:44 UTC  (2+ messages)

[PATCH v15 00/13] Apply COR-filter to the block-stream permanently
 2020-12-16  6:17 UTC  (14+ messages)
` [PATCH v15 01/13] copy-on-read: support preadv/pwritev_part functions
` [PATCH v15 02/13] block: add API function to insert a node
` [PATCH v15 03/13] copy-on-read: add filter drop function
` [PATCH v15 04/13] qapi: add filter-node-name to block-stream
` [PATCH v15 05/13] qapi: copy-on-read filter: add 'bottom' option
` [PATCH v15 06/13] iotests: add #310 to test bottom node in COR driver
` [PATCH v15 07/13] block: include supported_read_flags into BDS structure
` [PATCH v15 08/13] copy-on-read: skip non-guest reads if no copy needed
` [PATCH v15 09/13] stream: rework backing-file changing
` [PATCH v15 10/13] qapi: block-stream: add "bottom" argument
` [PATCH v15 11/13] iotests: 30: prepare to COR filter insertion by stream job
` [PATCH v15 12/13] block/stream: add s->target_bs
` [PATCH v15 13/13] block: apply COR-filter to block-stream jobs

[PATCH] block: report errno when flock fcntl fails
 2020-12-16  6:23 UTC  (2+ messages)

[PATCH v2 00/12] qom: Convert some properties to class properties
 2020-12-16  5:35 UTC  (5+ messages)
` [PATCH v2 04/12] i386: Register feature bit properties as "

[PATCH v2 00/24] target/mips: Convert MSA ASE to decodetree
 2020-12-16  3:14 UTC  (38+ messages)
` [PATCH v2 01/24] target/mips/translate: Extract decode_opc_legacy() from decode_opc()
` [PATCH v2 02/24] target/mips/translate: Expose check_mips_64() to 32-bit mode
` [PATCH v2 03/24] target/mips/cpu: Introduce isa_rel6_available() helper
` [PATCH v2 04/24] target/mips: Introduce ase_msa_available() helper
` [PATCH v2 05/24] target/mips: Simplify msa_reset()
` [PATCH v2 06/24] target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSA
` [PATCH v2 07/24] target/mips: Simplify MSA TCG logic
` [PATCH v2 08/24] target/mips: Remove now unused ASE_MSA definition
` [PATCH v2 09/24] target/mips: Alias MSA vector registers on FPU scalar registers
` [PATCH v2 10/24] target/mips: Extract msa_translate_init() from mips_tcg_init()
` [PATCH v2 11/24] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods
` [PATCH v2 12/24] target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()
` [PATCH v2 13/24] target/mips: Rename msa_helper.c as mod-msa_helper.c
` [PATCH v2 14/24] target/mips: Move msa_reset() to mod-msa_helper.c
` [PATCH v2 15/24] target/mips: Extract MSA helpers from op_helper.c
` [PATCH v2 16/24] target/mips: Extract MSA helper definitions
` [PATCH v2 17/24] target/mips: Declare gen_msa/_branch() in 'translate.h'
` [PATCH v2 18/24] target/mips: Extract MSA translation routines
` [PATCH v2 19/24] target/mips: Introduce decode tree bindings for MSA opcodes
` [PATCH v2 20/24] target/mips: Use decode_ase_msa() generated from decodetree
` [PATCH v2 21/24] target/mips: Extract LSA/DLSA translation generators
` [PATCH v2 22/24] target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes
` [PATCH v2 23/24] target/mips: Introduce decodetree helpers for Release6 "
` [RFC PATCH v2 24/24] target/mips/mod-msa: Pass TCGCond argument to gen_check_zero_element()

[PATCH 0/7] hw/mips/fuloong2e fixes
 2020-12-16  2:31 UTC  (8+ messages)
` [PATCH 1/7] hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INIT
` [PATCH 2/7] hw/mips/fuloong2e: Relpace fault links
` [PATCH 3/7] hw/pci-host/bonito: Fixup IRQ mapping
` [PATCH 4/7] hw/pci-host/bonito: Fixup pci.lomem mapping
` [PATCH 5/7] hw/mips/fuloong2e: Remove unused env entry
` [PATCH 6/7] hw/mips/fuloong2e: Correct cpuclock env
` [PATCH 7/7] hw/mips/fuloong2e: Add highmem support

[RFC v2 00/15] support subsets of bitmanip extension
 2020-12-16  2:01 UTC  (16+ messages)
` [RFC v2 01/15] target/riscv: reformat @sh format encoding for B-extension
` [RFC v2 02/15] target/riscv: rvb: count leading/trailing zeros
` [RFC v2 03/15] target/riscv: rvb: count bits set
` [RFC v2 04/15] target/riscv: rvb: logic-with-negate
` [RFC v2 05/15] target/riscv: rvb: pack two words into one register
` [RFC v2 06/15] target/riscv: rvb: min/max instructions
` [RFC v2 07/15] target/riscv: rvb: sign-extend instructions
` [RFC v2 08/15] target/riscv: rvb: single-bit instructions
` [RFC v2 09/15] target/riscv: rvb: shift ones
` [RFC v2 10/15] target/riscv: rvb: rotate (left/right)
` [RFC v2 11/15] target/riscv: rvb: generalized reverse
` [RFC v2 12/15] target/riscv: rvb: generalized or-combine
` [RFC v2 13/15] target/riscv: rvb: address calculation
` [RFC v2 14/15] target/riscv: rvb: add/sub with postfix zero-extend
` [RFC v2 15/15] target/riscv: rvb: support and turn on B-extension from command line

[PATCH] configure: Fail when specified cross compiler cannot be found
 2020-12-16  1:36 UTC 

[PATCH] spapr/xive: Make spapr_xive_pic_print_info() static
 2020-12-16  0:47 UTC  (2+ messages)

[PATCH] spapr: DRC lookup cannot fail
 2020-12-16  0:46 UTC  (2+ messages)

[PATCH v11 00/13] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-12-16  0:23 UTC  (2+ messages)

[PATCH] tcg: Use memset for large vector byte replication
 2020-12-15 23:38 UTC  (2+ messages)

[PATCH v2 0/4] clock: Get rid of clock_get_ns()
 2020-12-15 23:08 UTC  (5+ messages)
` [PATCH v2 1/4] clock: Introduce clock_ticks_to_ns()

[PATCH v4 00/43] Mirror map JIT memory for TCG
 2020-12-15 23:15 UTC  (8+ messages)
` [PATCH v4 07/43] tcg: Add in_code_gen_buffer
` [PATCH v4 17/43] tcg: Add --accel tcg,split-wx property

[RFC PATCH 0/9] Support for Virtio-fs daemon crash reconnection
 2020-12-15 22:51 UTC  (2+ messages)

[Bug 1906193] [NEW] riscv32 user mode emulation: fork return values broken
 2020-12-15 22:06 UTC  (2+ messages)
` [Bug 1906193] "

[Bug 1907952] [NEW] qemu-system-aarch64: with "-display gtk" arrow keys are received as just ^[ on ttyAMA0
 2020-12-15 21:58 UTC  (2+ messages)
` [Bug 1907952] "

[PATCH 0/3] target/arm: add FEAT_TLBIOS and FEAT_TLBIRANGE support
 2020-12-15 21:53 UTC  (3+ messages)
` [PATCH 3/3] target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type

[PATCH v3 00/15] RISC-V: Start to remove xlen preprocess
 2020-12-15 21:25 UTC  (5+ messages)
` [PATCH v3 01/15] hw/riscv: Expand the is 32-bit check to support more CPUs

[PULL 0/2] Update slirp (+ debug test-serial)
 2020-12-15 21:23 UTC  (5+ messages)
` [PULL 1/2] test-char: abort on serial test error

[PULL 00/20] target-arm queue
 2020-12-15 21:16 UTC  (7+ messages)
` [PULL 20/20] hw/block/m25p80: Fix Numonyx fast read dummy cycle count

tests/test-char hangs in CI (Centos7 with check-crypto-old-nettle)
 2020-12-15 20:31 UTC 

[PATCH v6 0/4] migration: UFFD write-tracking migration/snapshots
 2020-12-15 19:53 UTC  (5+ messages)

[PATCH v2] fuzz: map all BARs and enable PCI devices
 2020-12-15 19:08 UTC 

[PATCH] fuzz: Add more i386 configurations for fuzzing
 2020-12-15 19:18 UTC  (3+ messages)

[PATCH v2 00/16] target/mips: Boring code reordering + add "translate.h"
 2020-12-15 19:00 UTC  (2+ messages)

[PATCH v2 0/3] tests/acceptance: Test virtio-rng and -balloon on s390x
 2020-12-15 18:36 UTC  (4+ messages)
` [PATCH v2 1/3] tests/acceptance: Extract the code to clear dmesg and wait for CRW reports
` [PATCH v2 2/3] tests/acceptance: Test virtio-rng on s390 via /dev/hwrng
` [PATCH v2 3/3] tests/acceptance: Test the virtio-balloon device on s390x

[PATCH v2 00/16] target/mips: Boring code reordering + add "translate.h"
 2020-12-15 18:25 UTC  (4+ messages)
` [PATCH v2 05/16] target/mips: Extract common helpers from helper.c to common_helper.c

[RFC PATCH v3 00/13] hw/arm/virt: Introduce cpu and cache topology support
 2020-12-15 18:02 UTC  (6+ messages)
` [RFC PATCH v3 01/13] hw/arm/virt: Spell out smp.cpus and smp.max_cpus

[PULL 00/45] Misc patches for 2020-12-15
 2020-12-15 17:54 UTC  (29+ messages)
` [PULL 14/45] qmp: generalize watchdog-set-action to -no-reboot/-no-shutdown
` [PULL 16/45] vl: Add option to avoid stopping VM upon guest panic
` [PULL 17/45] qtest/pvpanic: Test panic option that allows VM to continue
` [PULL 18/45] msix: assert that accesses are within bounds
` [PULL 19/45] memory: clamp cached translation in case it points to an MMIO region
` [PULL 20/45] accel/tcg: Remove deprecated '-tb-size' option
` [PULL 21/45] docs/system: Move the list of removed features to a separate file
` [PULL 23/45] Remove the deprecated -show-cursor option
` [PULL 24/45] icount: improve exec nocache usage
` [PULL 27/45] qemu-option: simplify search for end of key
` [PULL 28/45] qemu-option: pass QemuOptsList to opts_accepts_any
` [PULL 29/45] vl: rename local variable in configure_accelerators
` [PULL 30/45] docs: set CONFDIR when running sphinx
` [PULL 31/45] hw/core: Restrict 'fw-path-provider.c' to system mode emulation
` [PULL 32/45] qemu/atomic: Drop special case for unsupported compiler
` [PULL 33/45] accel/tcg: Remove special case for GCC < 4.6
` [PULL 34/45] compiler.h: remove GCC < 3 __builtin_expect fallback
` [PULL 35/45] qemu-plugin.h: remove GCC < 4
` [PULL 36/45] tests: remove GCC < 4 fallbacks
` [PULL 37/45] virtiofsd: replace _Static_assert with QEMU_BUILD_BUG_ON
` [PULL 38/45] compiler.h: explicit case for Clang printf attribute
` [PULL 39/45] poison: remove GNUC check
` [PULL 40/45] xen: "
` [PULL 41/45] compiler: "
` [PULL 42/45] linux-user: "
` [PULL 43/45] compiler.h: remove QEMU_GNUC_PREREQ
` [PULL 44/45] scripts/git.orderfile: Keep files with .inc extension sorted
` [PULL 45/45] build: -no-pie is no functional linker flag


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