qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-23 08:49:22 to 2021-07-24 18:54:19 UTC [more...]

aarch64 efi boot failures with qemu 6.0+
 2021-07-24 18:52 UTC 

[PATCH v3 0/5] migrations: Fix potential rare race of migration-test after yank
 2021-07-24 17:21 UTC  (2+ messages)

[PATCH] Makefile: ignore long options
 2021-07-24 14:04 UTC  (3+ messages)

[PATCH for-6.2 0/2] target/sparc: Drop use of gen_io_end()
 2021-07-24 13:49 UTC  (3+ messages)
` [PATCH for-6.2 1/2] "
` [PATCH for-6.2 2/2] tcg: Drop gen_io_end()

[PATCH 0/3] qcow2: relax subclusters allocation dependencies
 2021-07-24 13:38 UTC  (4+ messages)
` [PATCH 1/3] simplebench: add img_bench_templater.py
` [PATCH 2/3] qcow2: refactor handle_dependencies() loop body
` [PATCH 3/3] qcow2: handle_dependencies(): relax conflict detection

[PULL 0/9] Misc QEMU patches for 6.0-rc
 2021-07-24 13:25 UTC  (11+ messages)
` [PULL 1/9] meson: fix dependencies for modinfo #2
` [PULL 2/9] target/i386: Added consistency checks for CR3
` [PULL 3/9] i386: do not call cpudef-only models functions for max, host, base
` [PULL 4/9] MAINTAINERS: Replace Eduardo as "Host Memory Backends" maintainer
` [PULL 5/9] MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Memory API"
` [PULL 6/9] MAINTAINERS: Add memory_mapping.h and memory_mapping.c to "
` [PULL 7/9] gitlab: only let pages be published from default branch
` [PULL 8/9] qapi: introduce forwarding visitor
` [PULL 9/9] qom: use correct field name when getting/setting alias properties

[PATCH v2 0/4] QEMU RISC-V ACLINT Support
 2021-07-24 12:24 UTC  (5+ messages)
` [PATCH v2 1/4] hw/intc: Rename sifive_clint sources to riscv_aclint sources
` [PATCH v2 2/4] hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINT
` [PATCH v2 3/4] hw/riscv: virt: Re-factor FDT generation
` [PATCH v2 4/4] hw/riscv: virt: Add optional ACLINT support to virt machine

[PULL for 6.1-rc1 00/28] doc, metadata, plugin and testing updates
 2021-07-24 10:04 UTC  (31+ messages)
` [PULL 01/28] gitignore: Update with some filetypes
` [PULL 02/28] docs: collect the disparate device emulation docs into one section
` [PULL 03/28] docs: add a section on the generalities of vhost-user
` [PULL 04/28] configure: remove needless if leg
` [PULL 05/28] contrib/gitdm: add some new aliases to fix up commits
` [PULL 06/28] .mailmap: fix up some broken commit authors
` [PULL 07/28] contrib/gitdm: add domain-map for MontaVista
` [PULL 08/28] contrib/gitdm: add a group mapping for robot scanners
` [PULL 09/28] gitdm.config: sort the corporate GroupMap entries
` [PULL 10/28] contrib/gitdm: add domain-map/group-map mappings for Samsung
` [PULL 11/28] contrib/gitdm: add domain-map for Eldorado
` [PULL 12/28] contrib/gitdm: add domain-map/group-map for Wind River
` [PULL 13/28] contrib/gitdm: un-ironically add a mapping for LWN
` [PULL 14/28] contrib/gitdm: add domain-map for Crudebyte
` [PULL 15/28] contrib/gitdm: add domain-map for NVIDIA
` [PULL 16/28] contrib/gitdm: add group-map for Netflix
` [PULL 17/28] contrib/gitdm: add an explicit academic entry for BU
` [PULL 18/28] contrib/gitdm: add a new interns group-map for GSoC/Outreachy work
` [PULL 19/28] contrib/gitdm: add more individual contributor entries
` [PULL 20/28] tcg/plugins: implement a qemu_plugin_user_exit helper
` [PULL 21/28] plugins/cache: Fixed a bug with destroying FIFO metadata
` [PULL 22/28] plugins/cache: limited the scope of a mutex lock
` [PULL 23/28] plugins/cache: Fixed "function decl. is not a prototype" warnings
` [PULL 24/28] plugins: Fix physical address calculation for IO regions
` [PULL 25/28] tests/tcg/configure.sh: add handling for assembler only builds
` [PULL 26/28] gitlab: enable a very minimal build with the tricore container
` [PULL 27/28] gitlab-ci: Remove the second superfluous macos task
` [PULL 28/28] gitlab-ci: Extract OpenSBI job rules to reusable section

[PATCH v5 0/5] hw/nvme: fix mmio read
 2021-07-24  8:34 UTC  (4+ messages)
` [PATCH v5 1/5] hw/nvme: split pmrmsc register into upper and lower

Prefetches in buffer_zero_*
 2021-07-24  1:43 UTC  (4+ messages)

[PATCH 00/16] Various error handling fixes and cleanups
 2021-07-24  0:30 UTC  (2+ messages)

[PATCH v2 0/9] memory: Sanity checks memory transaction when releasing BQL
 2021-07-23 22:36 UTC  (11+ messages)
` [PATCH v2 1/9] cpus: Export queue work related fields to cpu.h
` [PATCH v2 2/9] cpus: Move do_run_on_cpu into softmmu/cpus.c
` [PATCH v2 3/9] memory: Introduce memory_region_transaction_{push|pop}()
` [PATCH v2 4/9] memory: Don't do topology update in memory finalize()
` [PATCH v2 5/9] cpus: Use qemu_cond_wait_iothread() where proper
` [PATCH v2 6/9] cpus: Remove the mutex parameter from do_run_on_cpu()
` [PATCH v2 7/9] cpus: Introduce qemu_mutex_unlock_iothread_prepare()
` [PATCH v2 8/9] memory: Assert on no ongoing memory transaction before release BQL
` [PATCH v2 9/9] memory: Delay the transaction pop() until commit completed

[PATCH resend v2 0/5] softmmu/memory_mapping: optimize dump/tpm for virtio-mem
 2021-07-23 22:35 UTC  (13+ messages)
` [PATCH resend v2 1/5] tpm: mark correct memory region range dirty when clearing RAM
` [PATCH resend v2 3/5] softmmu/memory_mapping: never merge ranges accross memory regions
` [PATCH resend v2 4/5] softmmu/memory_mapping: factor out adding physical memory ranges
` [PATCH resend v2 5/5] softmmu/memory_mapping: optimize for RamDiscardManager sections

[PATCH v2 0/6] migration/ram: Optimize for virtio-mem via RamDiscardManager
 2021-07-23 22:19 UTC  (20+ messages)
` [PATCH v2 1/6] memory: Introduce replay_discarded callback for RamDiscardManager
` [PATCH v2 2/6] virtio-mem: Implement replay_discarded RamDiscardManager callback
` [PATCH v2 4/6] virtio-mem: Drop precopy notifier
` [PATCH v2 5/6] migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination
` [PATCH v2 6/6] migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshots

[PATCH v2] mips/tlb_helper: Add support for 'info tlb' cmd
 2021-07-23 21:06 UTC  (2+ messages)

[PATCH v2 0/3] target/arm: Add sve-default-vector-length cpu property
 2021-07-23 20:33 UTC  (4+ messages)
` [PATCH v2 1/3] target/arm: Correctly bound length in sve_zcr_get_valid_len
` [PATCH v2 2/3] target/arm: Export aarch64_sve_zcr_get_valid_len
` [PATCH v2 3/3] target/arm: Add sve-default-vector-length cpu property

[PATCH-for-6.1 v3] block/nvme: Fix VFIO_MAP_DMA failed: No space left on device
 2021-07-23 19:58 UTC 

[PULL 0/3] SIGSEGV fixes
 2021-07-23 19:56 UTC  (5+ messages)

[PATCH 0/2] target/arm: Add sve-default-vector-length cpu property
 2021-07-23 18:47 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v5 0/3] target/ppc: MMU clean up
 2021-07-23 17:56 UTC  (4+ messages)
` [PATCH v5 1/3] target/ppc: divided mmu_helper.c in 2 files
` [PATCH v5 2/3] target/ppc: moved ppc_store_sdr1 to mmu_common.c
` [PATCH v5 3/3] target/ppc: moved store_40x_sler to helper_regs.c

[PATCH v2] nbd/server: Add --selinux-label option
 2021-07-23 16:38 UTC  (6+ messages)

[PATCH v5 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-07-23 16:26 UTC  (3+ messages)

[PATCH for-6.1 0/6] arm: Fix a handful of M-profile bugs
 2021-07-23 16:21 UTC  (7+ messages)
` [PATCH for-6.1 1/6] target/arm: Enforce that M-profile SP low 2 bits are always zero
` [PATCH for-6.1 2/6] target/arm: Add missing 'return's after calling v7m_exception_taken()
` [PATCH for-6.1 3/6] target/arm: Report M-profile alignment faults correctly to the guest
` [PATCH for-6.1 4/6] hw/intc/armv7m_nvic: ISCR.ISRPENDING is set for non-enabled pending interrupts
` [PATCH for-6.1 5/6] hw/intc/armv7m_nvic: Correct size of ICSR.VECTPENDING
` [PATCH for-6.1 6/6] hw/intc/armv7m_nvic: for v8.1M VECTPENDING hides S exceptions from NS

[PULL 0/2] QAPI/QOM bugfix for QEMU 6.1
 2021-07-23 16:08 UTC  (5+ messages)
` [PULL 1/2] qapi: introduce forwarding visitor
` [PULL 2/2] qom: use correct field name when getting/setting alias properties

[PATCH 0/3] MAINTAINERS: "Host Memory Backends" and "Memory API" updates
 2021-07-23 16:06 UTC  (11+ messages)
` [PATCH 1/3] MAINTAINERS: Replace Eduardo as "Host Memory Backends" maintainer
` [PATCH 2/3] MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Memory API"
` [PATCH 3/3] MAINTAINERS: Add memory_mapping.h and memory_mapping.c to "

[PATCH] nbd/server: Suppress Broken pipe errors on abrupt disconnection
 2021-07-23 15:49 UTC  (3+ messages)

[PATCH v2 0/1] Improve module accelerator error message
 2021-07-23 15:46 UTC  (13+ messages)
` [PATCH v2 1/1] modules: Improve error message when module is not found

virtio-gpu: Mapping blob resources
 2021-07-23 15:07 UTC  (3+ messages)

[PATCH 0/2] configure: Fixes for --cross-cc-FOO
 2021-07-23 14:46 UTC  (3+ messages)
` [PATCH 1/2] configure: Fix trivial typo in --cross-cc-cflags-FOO
` [PATCH 2/2] configure: Fix excessive error detection when handling --cross-cc-FOO

[PULL 0/6] Vga 20210723 patches
 2021-07-23 14:26 UTC  (2+ messages)

[PATCH for-6.1 v2 0/1] machine: Disallow specifying topology parameters as zero
 2021-07-23 14:14 UTC  (5+ messages)
` [PATCH for-6.1 v2] "

[PATCH] hw/intc/arm_gic: Fix set/clear pending of PPI/SPI
 2021-07-23 14:12 UTC  (3+ messages)

[PATCH] target/i386: Added VGIF feature
 2021-07-23 13:52 UTC  (2+ messages)

[PATCH] target/i386: Added consistency checks for CR3
 2021-07-23 13:46 UTC  (2+ messages)

[PATCH v3] migration: clear the memory region dirty bitmap when skipping free pages
 2021-07-23 12:52 UTC  (9+ messages)

[PATCH v2] gitlab: only let pages be published from default branch
 2021-07-23 12:45 UTC  (3+ messages)

[PATCH for 6.1 v2] ui/gtk: Fix relative mouse with multiple monitors
 2021-07-23 12:18 UTC  (2+ messages)

[PATCH] meson: fix dependencies for modinfo #2
 2021-07-23 12:01 UTC 

[PATCH for-6.1 v2] i386: do not call cpudef-only models functions for max, host, base
 2021-07-23 11:29 UTC 

[PATCH for-6.1] i386: do not call cpudef-only models functions for max, host, base
 2021-07-23 11:18 UTC  (4+ messages)

[PATCH-for-6.1 v3 0/4] gitlab-ci: Document custom CI/CD variables, fix 'when:' conditions
 2021-07-23 11:13 UTC  (8+ messages)
` [PATCH-for-6.1 v3 1/4] docs: Document GitLab custom CI/CD variables
` [PATCH-for-6.1 v3 2/4] gitlab-ci: Fix 'when:' condition in acceptance_test_job_template
` [PATCH-for-6.1 v3 3/4] gitlab-ci: Fix 'when:' condition in EDK2 jobs
` [PATCH-for-6.1 v3 4/4] gitlab-ci: Extract OpenSBI job rules and fix 'when:' condition

[PATCH 0/4] chardev fixes
 2021-07-23 10:28 UTC  (5+ 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

[PULL 00/15] Misc bugfix patches for 2021-07-22
 2021-07-23 10:15 UTC  (2+ messages)

[PATCH v2] vhost: make SET_VRING_ADDR, SET_FEATURES send replies
 2021-07-23  9:59 UTC  (2+ messages)
` [PING][PATCH "

[PATCH for-6.1 v4 0/1] machine: Disallow specifying topology parameters as zero
 2021-07-23  9:58 UTC  (2+ messages)

[PATCH for-6.1 v5 0/1] machine: Disallow specifying topology parameters as zero
 2021-07-23  9:57 UTC  (2+ messages)
` [PATCH for-6.1 v5 1/1] "

[PATCH 0/2] qapi/qom: use correct field name when getting/setting alias properties
 2021-07-23  9:49 UTC  (6+ messages)
` [PATCH 1/2] qapi: introduce forwarding visitor

[PATCH 0/2] qxl: remove assert and migration blocker
 2021-07-23  9:46 UTC  (9+ messages)
` [PATCH 1/2] qxl: remove assert in qxl_pre_save

[PATCH 0/2] acpi: pcihp: fix hotplug when bridge is wired to function > 0
 2021-07-23  9:34 UTC  (6+ messages)
` [PATCH 2/2] acpi: x86: pcihp: add support hotplug on multifunction bridges

[PATCH v3 0/4] virtio: Add vhost-user based RNG
 2021-07-23  9:01 UTC  (5+ messages)
` [PATCH v3 3/4] vhost-user-rng: backend: Add RNG vhost-user daemon implementation

[PATCH v2] acpi: x86: pcihp: add support hotplug on multifunction bridges
 2021-07-23  9:04 UTC 

[PATCH] docs: Update path that mentions deprecated.rst
 2021-07-23  9:02 UTC  (2+ messages)

[PATCH v3 00/13] new plugin argument passing scheme
 2021-07-23  8:57 UTC  (2+ messages)

[PATCH v4] failover: unregister ROM on unplug
 2021-07-23  8:55 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).