qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-24 08:57:27 to 2021-07-26 15:06:14 UTC [more...]

[PATCH-for-6.1 v4 0/4] gitlab-ci: Document custom CI/CD variables, fix 'when:' conditions
 2021-07-26 15:04 UTC  (2+ messages)
` [PATCH-for-6.1 v4 2/4] gitlab-ci: Fix 'when:' condition in acceptance_test_job_template

[PATCH v2 0/3] target/arm: Add sve-default-vector-length cpu property
 2021-07-26 15:00 UTC  (10+ 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 00/10] docs: Format literals correctly in rST
 2021-07-26 14:51 UTC  (16+ messages)
` [PATCH for-6.1 01/10] docs/devel/build-system.rst: Format literals correctly
` [PATCH for-6.1 02/10] docs/devel/build-system.rst: Correct typo in example code
` [PATCH for-6.1 03/10] docs/devel/ebpf_rss.rst: Format literals correctly
` [PATCH for-6.1 04/10] docs/devel/migration.rst: "
` [PATCH for-6.1 05/10] docs/devel: "
` [PATCH for-6.1 06/10] docs/system/s390x/protvirt.rst: "
` [PATCH for-6.1 07/10] docs/system/arm/cpu-features.rst: "
` [PATCH for-6.1 08/10] docs: "
` [PATCH for-6.1 09/10] docs/about/removed-features: Fix markup error
` [PATCH for-6.1 10/10] docs/tools/virtiofsd.rst: Delete stray backtick

[PATCH for-6.1? v2 0/7] mirror: Handle errors after READY cancel
 2021-07-26 14:46 UTC  (8+ messages)
` [PATCH for-6.1? v2 1/7] mirror: Keep s->synced on error
` [PATCH for-6.1? v2 2/7] mirror: Drop s->synced
` [PATCH for-6.1? v2 3/7] job: @force parameter for job_cancel_sync{, _all}()
` [PATCH for-6.1? v2 4/7] jobs: Give Job.force_cancel more meaning
` [PATCH for-6.1? v2 5/7] job: Add job_cancel_requested()
` [PATCH for-6.1? v2 6/7] mirror: Check job_is_cancelled() earlier
` [PATCH for-6.1? v2 7/7] iotests: Add mirror-ready-cancel-error test

[PATCH for-6.1? v2 0/9] Fixes for clang-13
 2021-07-26 14:53 UTC  (15+ messages)
` [PATCH for-6.1? v2 1/9] nbd/server: Mark variable unused in nbd_negotiate_meta_queries
` [PATCH for-6.1? v2 2/9] accel/tcg: Remove unused variable in cpu_exec
` [PATCH for-6.1? v2 3/9] util/selfmap: Discard mapping on error
` [PATCH for-6.1? v2 4/9] net/checksum: Remove unused variable in net_checksum_add_iov
` [PATCH for-6.1? v2 5/9] hw/audio/adlib: Remove unused variable in adlib_callback
` [PATCH for-6.1? v2 6/9] hw/ppc/spapr_events: Remove unused variable from check_exception
` [PATCH for-6.1? v2 7/9] hw/pci-hist/pnv_phb4: Fix typo in pnv_phb4_ioda_write
` [PATCH for-6.1? v2 8/9] linux-user/syscall: Remove unused variable from execve
` [PATCH for-6.1? v2 9/9] tests/unit: Remove unused variable from test_io

[PATCH] raw-format: drop WRITE and RESIZE child perms when possible
 2021-07-26 14:41 UTC  (2+ messages)

virtio-gpu: Mapping blob resources
 2021-07-26 14:32 UTC  (5+ messages)

[PATCH v2] nbd/server: Add --selinux-label option
 2021-07-26 14:22 UTC  (4+ messages)

[PATCH resend v2 0/5] softmmu/memory_mapping: optimize dump/tpm for virtio-mem
 2021-07-26 14:21 UTC  (12+ messages)
` [PATCH resend v2 1/5] tpm: mark correct memory region range dirty when clearing RAM
` [PATCH resend v2 5/5] softmmu/memory_mapping: optimize for RamDiscardManager sections

Adding a GPU simulator to QEMU
 2021-07-26 10:50 UTC 

[PATCH 00/20] Hexagon HVX (target/hexagon) patch series
 2021-07-26 13:59 UTC  (24+ messages)
` [PATCH 01/20] Hexagon HVX (target/hexagon) README
` [PATCH 02/20] Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to core
` [PATCH 03/20] Hexagon HVX (target/hexagon) register names
` [PATCH 06/20] Hexagon HVX (target/hexagon) macros
` [PATCH 10/20] Hexagon HVX (target/hexagon) C preprocessor for decode tree
` [PATCH 11/20] Hexagon HVX (target/hexagon) instruction utility functions
` [PATCH 12/20] Hexagon HVX (target/hexagon) helper functions

[PATCH] hw/pcie-root-port: Fix hotplug for PCI devices requiring IO
 2021-07-26 13:55 UTC  (2+ messages)

[PATCH] hw/acpi: some cosmetic improvements to existing code
 2021-07-26 13:50 UTC  (7+ messages)

[question] Shall we flush ITS tables into guest RAM when shutdown the VM?
 2021-07-26 13:19 UTC  (10+ messages)

[PATCH] hw/intc/arm_gic: Fix set/clear pending of PPI/SPI
 2021-07-26 13:02 UTC  (4+ messages)

[PATCH v2 00/22] Add LoongArch linux-user emulation support
 2021-07-26 12:57 UTC  (31+ messages)
` [PATCH v2 03/22] target/loongarch: Add core definition
` [PATCH v2 04/22] target/loongarch: Add interrupt handling support
` [PATCH v2 05/22] target/loongarch: Add memory management support
` [PATCH v2 06/22] target/loongarch: Add main translation routines
` [PATCH v2 07/22] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v2 08/22] target/loongarch: Add fixed point shift "
` [PATCH v2 09/22] target/loongarch: Add fixed point bit "
` [PATCH v2 10/22] target/loongarch: Add fixed point load/store "
` [PATCH v2 11/22] target/loongarch: Add fixed point atomic "
` [PATCH v2 12/22] target/loongarch: Add fixed point extra "

[PATCH v2] hw/acpi: some cosmetic improvements to existing code
 2021-07-26 12:52 UTC 

[PULL 0/7] migration queue
 2021-07-26 12:43 UTC  (8+ messages)
` [PULL 1/7] tests/qtest/migration-test.c: use 127.0.0.1 instead of 0
` [PULL 2/7] migration: Fix missing join() of rp_thread
` [PULL 3/7] migration: Make from_dst_file accesses thread-safe
` [PULL 4/7] migration: Introduce migration_ioc_[un]register_yank()
` [PULL 5/7] migration: Teach QEMUFile to be QIOChannel-aware
` [PULL 6/7] migration: Move the yank unregister of channel_close out
` [PULL 7/7] migration: clear the memory region dirty bitmap when skipping free pages

[PULL for 6.1-rc1 00/28] doc, metadata, plugin and testing updates
 2021-07-26 12:36 UTC  (5+ messages)

Prefetches in buffer_zero_*
 2021-07-26 12:07 UTC  (7+ messages)

[PATCH v3 0/5] migrations: Fix potential rare race of migration-test after yank
 2021-07-26 11:45 UTC  (3+ messages)

[PATCH v5 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-07-26 11:45 UTC  (28+ messages)
` [PATCH v5 02/10] ACPI ERST: specification for ERST support
` [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] tests/qtest/migration-test.c: use 127.0.0.1 instead of 0
 2021-07-26 11:26 UTC  (2+ messages)

[PULL 0/6] Fixes 20210726 patches
 2021-07-26 11:05 UTC  (7+ messages)
` [PULL 1/6] ui/gtk: Fix relative mouse with multiple monitors
` [PULL 2/6] ui/spice: Use HAVE_SPICE_GL for OpenGL checks
` [PULL 3/6] ui/egl-headless: Remove a check for CONFIG_OPENGL
` [PULL 4/6] ui/cocoa: Fix the type of main's argv
` [PULL 5/6] ui: update keycodemapdb submodule commit
` [PULL 6/6] ui/gtk: add a keyboard fifo to the VTE consoles

[PATCH for-6.1? 0/6] mirror: Handle errors after READY cancel
 2021-07-26 10:24 UTC  (8+ messages)
` [PATCH for-6.1? 1/6] mirror: Keep s->synced on error
` [PATCH for-6.1? 4/6] job: Add job_cancel_requested()

[PATCH v3] mips/tlb_helper: Add support for 'info tlb' cmd
 2021-07-26 10:23 UTC 

[PATCH] docs: Update path that mentions deprecated.rst
 2021-07-26 10:18 UTC  (3+ messages)

Status of stable release effort ?
 2021-07-26 10:13 UTC 

[PATCH] qemu-options.hx: Fix formatting of -machine memory-backend option
 2021-07-26 10:10 UTC  (3+ messages)

[PATCH v2] This is a test mail
 2021-07-26 10:02 UTC  (4+ messages)

ping Re: [PATCH] Fix CPUID_Fn8000001E_EBX for AMD
 2021-07-26  9:49 UTC 

[PATCH v6 0/6] hmp, qmp: Add some commands to introspect virtio devices
 2021-07-26  9:38 UTC  (15+ messages)
` [PATCH v6 4/6] qmp: add QMP command x-debug-virtio-queue-status
` [PATCH v6 6/6] hmp: add virtio commands

[PATCH for-6.1 0/2] accel/tcg: Fix hang when running in icount mode
 2021-07-26  9:17 UTC  (6+ messages)
` [PATCH for-6.1 1/2] accel/tcg: Don't use CF_COUNT_MASK as the max value of icount_decr.u16.low
` [PATCH for-6.1 2/2] accel/tcg: Remove unnecessary check on icount_extra in cpu_loop_exec_tb()

aarch64 efi boot failures with qemu 6.0+
 2021-07-26  9:08 UTC  (4+ messages)

[PULL for-6.1 0/1] Block patches
 2021-07-26  8:53 UTC  (2+ messages)
` [PULL for-6.1 1/1] block/nvme: Fix VFIO_MAP_DMA failed: No space left on device

[PATCH-for-6.1 v3] block/nvme: Fix VFIO_MAP_DMA failed: No space left on device
 2021-07-26  8:49 UTC  (2+ messages)

[PATCH v2 0/1] ui/gtk: prevent QEMU lock up
 2021-07-26  8:28 UTC  (3+ messages)
` [PATCH for 6.1 v2 1/1] ui/gtk: add a keyboard fifo to the VTE consoles

[PATCH] docs/nvdimm: Update nvdimm option value in machine example
 2021-07-26  7:11 UTC 

[PATCH v5 0/3] target/ppc: MMU clean up
 2021-07-26  4:30 UTC  (7+ 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

[Qemu-devel] [Bug 721825] [NEW] VDI block driver bugs
 2021-07-26  4:17 UTC  (2+ messages)
` [Bug 721825] "

[PATCH] kvm: ppc: Print meaningful message on KVM_CREATE_VM failure
 2021-07-26  2:25 UTC  (2+ messages)

[PULL v2 0/2] Hexagon (target/hexagon) remove put_user_*/get_user_*
 2021-07-25 21:42 UTC  (3+ messages)
` [PULL v2 1/2] "
` [PULL v2 2/2] target/hexagon: Drop include of qemu.h

[PATCH for-6.1?] bitops.h: revert db1ffc32dd ("qemu/bitops.h: add bitrev8 implementation")
 2021-07-25 21:23 UTC  (3+ messages)

[PATCH for-6.1 0/6] arm: Fix a handful of M-profile bugs
 2021-07-25 18:23 UTC  (13+ 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

[PATCH for-6.2 0/2] target/sparc: Drop use of gen_io_end()
 2021-07-25 15:00 UTC  (8+ messages)
` [PATCH for-6.2 1/2] "
` [PATCH for-6.2 2/2] tcg: Drop gen_io_end()

[PATCH] target/i386: Added consistency checks for event injection
 2021-07-25  9:08 UTC 

[PATCH v2] acpi: x86: pcihp: add support hotplug on multifunction bridges
 2021-07-25  8:11 UTC  (2+ messages)

spapr_events: Sure we may ignore migrate_add_blocker() failure?
 2021-07-25  6:25 UTC  (11+ messages)
        ` -only-migrate and the two different uses of migration blockers (was: spapr_events: Sure we may ignore migrate_add_blocker() failure?)
            ` -only-migrate and the two different uses of migration blockers

[PATCH] Revert "accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS"
 2021-07-24 23:27 UTC 

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

[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  (9+ messages)
` [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


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