qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-02 19:11:07 to 2021-08-03 14:13:33 UTC [more...]

[PATCH 1/2] doc: Clarify serial parameters
 2021-08-03 14:12 UTC 

[PATCH v4] failover: unregister ROM on unplug
 2021-08-03 14:04 UTC  (2+ messages)

[PATCH for-6.1? v2 0/7] mirror: Handle errors after READY cancel
 2021-08-03 14:00 UTC  (9+ messages)
` [PATCH for-6.1? v2 3/7] job: @force parameter for job_cancel_sync{, _all}()
  ` [PATCH for-6.1? v2 3/7] job: @force parameter for job_cancel_sync{,_all}()
` [PATCH for-6.1? v2 5/7] job: Add job_cancel_requested()

[RFC PATCH 0/3] check-tcg hacks for BSD
 2021-08-03 13:55 UTC  (5+ messages)
` [RFC PATCH 1/3] configure: don't override the selected host test compiler if defined
` [RFC PATCH 2/3] tests/tcg/sha1: remove endian include
` [RFC PATCH 3/3] tests/tcg: commit Makefile atrocities in the name of portability

'make check-acceptance' eats lots of disk space and never cleans it up
 2021-08-03 13:47 UTC  (3+ messages)

[PATCH-for-6.1 v2 0/2] hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30
 2021-08-03 13:46 UTC  (6+ messages)
` [PATCH-for-6.1 v2 1/2] hw/sd/sdcard: Document out-of-range addresses for SEND_WRITE_PROT
` [PATCH-for-6.1 v2 2/2] hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30

[PATCH] hw/dma/pl330: Add memory region to replace default address_space_memory
 2021-08-03  5:38 UTC 

Status of stable release effort ?
 2021-08-03 13:47 UTC  (2+ messages)

[PATCH v6 00/11] qapi: untie 'if' conditions from C preprocessor
 2021-08-03 13:44 UTC  (16+ messages)
` [PATCH v6 05/11] qapi: introduce QAPISchemaIfCond.cgen()
` [PATCH v6 07/11] qapi: replace if condition list with dict {'all': [...]}
` [PATCH v6 08/11] qapi: add 'any' condition
` [PATCH v6 09/11] qapi: convert 'if' C-expressions to the new syntax tree
` [PATCH v6 11/11] qapi: make 'if' condition strings simple identifiers

[PULL for-6.1 0/6] qemu-ga patch queue for hard-freeze
 2021-08-03 13:24 UTC  (7+ messages)
` [PULL for-6.1 1/6] qga-win: Increase VSS freeze timeout to 60 secs instead of 10
` [PULL for-6.1 2/6] qga-win: Fix build_guest_fsinfo() close of nonexistent
` [PULL for-6.1 3/6] qga-win: Fix handle leak in ga_get_win_product_name()
` [PULL for-6.1 4/6] qga-win: Free GMatchInfo properly
` [PULL for-6.1 5/6] qemu-ga/msi: fix w32 libgcc name
` [PULL for-6.1 6/6] qga-win/msi: fix missing libstdc++-6 DLL in MSI installer

[RFC PATCH: v3 1/2] add mi device in qemu
 2021-08-03  9:04 UTC  (2+ messages)
    ` [RFC PATCH : v3 2/2] Implementation of nvme-mi plugin in nvme-cli

[PATCH] chardev: give some context on chardev-add error
 2021-08-03 12:02 UTC 

[PULL 0/1] Libslirp update
 2021-08-03 11:52 UTC  (13+ messages)

[PATCH v2 00/55] Unaligned access for user-only
 2021-08-03 11:44 UTC  (61+ messages)
` [PATCH v2 01/55] hw/core: Make do_unaligned_access noreturn
` [PATCH v2 02/55] hw/core: Make do_unaligned_access available to user-only
` [PATCH v2 03/55] target/alpha: Implement do_unaligned_access for user-only
` [PATCH v2 04/55] target/arm: "
` [PATCH v2 05/55] target/hppa: "
` [PATCH v2 06/55] target/microblaze: Do not set MO_ALIGN "
` [PATCH v2 07/55] target/mips: Implement do_unaligned_access "
` [PATCH v2 08/55] target/ppc: Move SPR_DSISR setting to powerpc_excp
` [PATCH v2 09/55] target/ppc: Set fault address in ppc_cpu_do_unaligned_access
` [PATCH v2 10/55] target/ppc: Implement do_unaligned_access for user-only
` [PATCH v2 11/55] target/riscv: "
` [PATCH v2 12/55] target/s390x: "
` [PATCH v2 13/55] target/sh4: Set fault address in superh_cpu_do_unaligned_access
` [PATCH v2 14/55] target/sh4: Implement do_unaligned_access for user-only
` [PATCH v2 15/55] target/sparc: Remove DEBUG_UNALIGNED
` [PATCH v2 16/55] target/sparc: Split out build_sfsr
` [PATCH v2 17/55] target/sparc: Set fault address in sparc_cpu_do_unaligned_access
` [PATCH v2 18/55] target/sparc: Implement do_unaligned_access for user-only
` [PATCH v2 19/55] target/xtensa: "
` [PATCH v2 20/55] accel/tcg: Report unaligned atomics "
` [PATCH v2 21/55] accel/tcg: Drop signness in tracing in cputlb.c
` [PATCH v2 22/55] tcg: Expand MO_SIZE to 3 bits
` [PATCH v2 23/55] tcg: Rename TCGMemOpIdx to MemOpIdx
` [PATCH v2 24/55] tcg: Split out MemOpIdx to exec/memopidx.h
` [PATCH v2 25/55] trace/mem: Pass MemOpIdx to trace_mem_get_info
` [PATCH v2 26/55] accel/tcg: Pass MemOpIdx to atomic_trace_*_post
` [PATCH v2 27/55] plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
` [PATCH v2 28/55] trace: Split guest_mem_before
` [PATCH v2 29/55] target/arm: Use MO_128 for 16 byte atomics
` [PATCH v2 30/55] target/i386: "
` [PATCH v2 31/55] target/ppc: "
` [PATCH v2 32/55] target/s390x: "
` [PATCH v2 33/55] target/hexagon: Implement cpu_mmu_index
` [PATCH v2 34/55] accel/tcg: Add cpu_{ld,st}*_mmu interfaces
` [PATCH v2 35/55] accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h
` [PATCH v2 36/55] target/mips: Use cpu_*_data_ra for msa load/store
` [PATCH v2 37/55] target/mips: Use 8-byte memory ops "
` [PATCH v2 38/55] target/s390x: Use cpu_*_mmu instead of helper_*_mmu
` [PATCH v2 39/55] target/sparc: "
` [PATCH v2 40/55] target/arm: "
` [PATCH v2 41/55] tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
` [PATCH v2 42/55] tcg: Add helper_unaligned_mmu for user-only sigbus
` [PATCH v2 43/55] tcg/i386: Support raising sigbus for user-only
` [PATCH v2 44/55] tests/tcg/multiarch: Add sigbus.c
` [PATCH v2 45/55] linux-user: Split out do_prctl and subroutines
` [PATCH v2 46/55] linux-user: Disable more prctl subcodes
` [PATCH v2 47/55] hw/core/cpu: Re-sort the non-pointers to the end of CPUClass
` [PATCH v2 48/55] linux-user: Add code for PR_GET/SET_UNALIGN
` [PATCH v2 49/55] hw/core/cpu: Move cpu properties to cpu-sysemu.c
` [PATCH v2 50/55] hw/core/cpu: Add prctl-unalign-sigbus property for user-only
` [PATCH v2 51/55] target/alpha: Reorg fp memory operations
` [PATCH v2 52/55] target/alpha: Reorg integer "
` [PATCH v2 53/55] target/alpha: Implement prctl_unalign_sigbus
` [PATCH v2 54/55] target/hppa: "
` [PATCH v2 55/55] target/sh4: "

[PATCH] hw/i386/ich9: add comment explaining an argument to acpi_pcihp_reset call
 2021-08-03 11:34 UTC  (3+ messages)

[PATCH v3] hw/acpi: add an assertion check for non-null return from acpi_get_i386_pci_host
 2021-08-03 11:34 UTC  (5+ messages)

[PATCH v6 0/2] target/s390x: Fix SIGILL and SIGFPE psw.addr reporting
 2021-08-03 10:16 UTC  (3+ messages)

[PATCH] hw/net: Discard overly fragmented packets
 2021-08-03  9:51 UTC  (3+ messages)

migration-test hang, s390x host, aarch64 guest
 2021-08-03  9:11 UTC  (3+ messages)

[PATCH v2 0/3] Add support for Fujitsu A64FX processor
 2021-08-03  9:03 UTC  (12+ messages)
` [PATCH v2 1/3] target-arm: delete ARM_FEATURE_A64FX
` [PATCH v2 3/3] target-arm: Add A64FX processor support to virt machine

[PATCH 0/4] chardev fixes
 2021-08-03  8:46 UTC  (9+ messages)
` [PATCH 1/4] chardev: fix qemu_chr_open_fd() being called with fd=-1
` [PATCH 2/4] chardev: fix qemu_chr_open_fd() with fd_in==fd_out
` [PATCH 3/4] chardev: remove needless class method
` [PATCH 4/4] chardev: add some comments about the class methods

[Question] Reduce the msix_load cost for VFIO device
 2021-08-03  8:43 UTC 

[PATCH for-6.2 v4 00/14] machine: smp parsing fixes and improvement
 2021-08-03  8:37 UTC  (19+ messages)
` [PATCH for-6.2 v4 01/14] machine: Minor refactor/cleanup for the smp parsers
` [PATCH for-6.2 v4 02/14] machine: Uniformly use maxcpus to calculate the omitted parameters
` [PATCH for-6.2 v4 03/14] machine: Set the value of cpus to match maxcpus if it's omitted
` [PATCH for-6.2 v4 04/14] machine: Improve the error reporting of smp parsing
` [PATCH for-6.2 v4 05/14] hw: Add compat machines for 6.2
` [PATCH for-6.2 v4 06/14] machine: Prefer cores over sockets in smp parsing since 6.2
` [PATCH for-6.2 v4 07/14] machine: Use ms instead of global current_machine in sanity-check
` [PATCH for-6.2 v4 08/14] machine: Tweak the order of topology members in struct CpuTopology
` [PATCH for-6.2 v4 09/14] machine: Make smp_parse generic enough for all arches
` [PATCH for-6.2 v4 10/14] machine: Remove smp_parse callback from MachineClass
` [PATCH for-6.2 v4 11/14] machine: Move smp_prefer_sockets to struct SMPCompatProps
` [PATCH for-6.2 v4 12/14] machine: Put all sanity-check in the generic SMP parser
` [PATCH for-6.2 v4 13/14] machine: Split out the smp parsing code
` [PATCH for-6.2 v4 14/14] tests/unit: Add a unit test for smp parsing

[PATCH 1/1] migration: Terminate multifd threads on yank
 2021-08-03  8:25 UTC  (6+ messages)

[PATCH] vhost: use large iotlb entry if no IOMMU translation is needed
 2021-08-03  8:14 UTC  (5+ messages)

[PATCH v2 0/5] s390x: CPU Topology
 2021-08-03  8:10 UTC  (3+ messages)
` [PATCH v2 2/5] s390x: kvm: topology: interception of PTF instruction

[PATCH-for-6.2 v6 00/10] tests: Add test cases for TPM 1.2 ACPI tables
 2021-08-03  7:58 UTC  (12+ messages)
` [PATCH-for-6.2 v6 01/10] tests: Rename TestState to TPMTestState
` [PATCH-for-6.2 v6 02/10] tests: Add tpm_version field to TPMTestState and fill it
` [PATCH-for-6.2 v6 03/10] tests: acpi: Prepare for renaming of TPM2 related ACPI files
` [PATCH-for-6.2 v6 04/10] tests: Add suffix 'tpm2' or 'tpm12' to ACPI table files
` [PATCH-for-6.2 v6 05/10] tests: acpi: tpm2: Add the renamed ACPI files and drop old ones
` [PATCH-for-6.2 v6 06/10] tests: tpm: Create TPM 1.2 response in TPM emulator
` [PATCH-for-6.2 v6 07/10] tests: acpi: prepare for new TPM 1.2 related tables
` [PATCH-for-6.2 v6 08/10] tests: Use QMP to check whether a TPM device model is available
` [PATCH-for-6.2 v6 09/10] tests: acpi: Add test cases for TPM 1.2 with TCPA table
` [PATCH-for-6.2 v6 10/10] tests: acpi: tpm1.2: Add expected TPM 1.2 ACPI blobs

need help with my config
 2021-08-03  7:52 UTC  (4+ messages)

[PATCH for-6.1] qga-win/msi: fix missing libstdc++-6 DLL in MSI installer
 2021-08-03  7:14 UTC  (2+ messages)

[PATCH] hw/i386/acpi-build: Get NUMA information from struct NumaState
 2021-08-03  6:30 UTC 

[PATCH 0/6] Updates for Coverity modeling file
 2021-08-03  6:04 UTC  (2+ messages)

[PATCH 00/16] Various error handling fixes and cleanups
 2021-08-03  5:58 UTC  (10+ messages)
` [PATCH 01/16] error: Use error_fatal to simplify obvious fatal errors (again)
` [PATCH 10/16] migration: Handle migration_incoming_setup() errors consistently
` [PATCH 12/16] vhost: Clean up how VhostOpts method vhost_get_config() fails

[PATCH v2 0/1] nvdimm: add 'target-node' option
 2021-08-03  5:55 UTC  (4+ messages)
` [PATCH v2 1/1] "

[Bug 1878054] [NEW] Hang with high CPU usage in sdhci_data_transfer
 2021-08-03  4:17 UTC  (2+ messages)
` [Bug 1878054] "

[PATCH] nvdimm: release the correct device list
 2021-08-03  4:00 UTC  (3+ messages)

[RFC PATCH v2 1/2] Adding i2c interface for qemu
 2021-08-02 17:22 UTC 

[Question] qemu-img convert block alignment
 2021-08-03  1:53 UTC  (2+ messages)

QEMU on x64
 2021-08-03  1:34 UTC  (4+ messages)

[PATCH-for-6.1 0/3] hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30
 2021-08-02 23:47 UTC  (4+ messages)
` [PATCH-for-6.1 2/3] "

[PATCH v2 0/1] Add remote I2C device to support external I2C device
 2021-08-02 23:48 UTC  (6+ messages)
` [PATCH 1/1] hw/i2c: add remote "
` [PATCH v2 "

[PATCH-for-6.2 0/5] target/mips: Convert NEC Vr54xx to decodetree
 2021-08-02 23:26 UTC  (10+ messages)
` [PATCH-for-6.2 2/5] target/mips: Introduce decodetree structure for NEC Vr54xx extension
` [PATCH-for-6.2 3/5] target/mips: Convert Vr54xx MACC* opcodes to decodetree
` [PATCH-for-6.2 4/5] target/mips: Convert Vr54xx MUL* "
` [PATCH-for-6.2 5/5] target/mips: Convert Vr54xx MSA* "

"make check-acceptance" takes way too long
 2021-08-02 22:55 UTC  (4+ messages)

[PATCH] tests/acceptance: Allow overwrite smp and memory
 2021-08-02 22:22 UTC 

[PATCH 0/2] arm: Implement M-profile trapping on division by zero
 2021-08-02 22:23 UTC  (6+ messages)
` [PATCH 1/2] target/arm: Re-indent sdiv and udiv helpers
` [PATCH 2/2] target/arm: Implement M-profile trapping on division by zero

[PATCH-for-6.2 0/4] target/mips: Decodetree housekeeping
 2021-08-02 19:38 UTC  (5+ messages)
` [PATCH-for-6.2 3/4] target/mips: Merge 32-bit/64-bit release6 decodetree definitions
` [PATCH-for-6.2 4/4] target/mips: Rename 'rtype' as 'r'

[PULL 0/8] vl.c, coverity patches for QEMU 6.1-rc2
 2021-08-02 19:12 UTC  (2+ 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).