qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-04 21:13:00 to 2021-11-05 20:06:49 UTC [more...]

[PATCH] target/ppc, hw/ppc: Change maintainers
 2021-11-05 20:05 UTC  (5+ messages)

[PATCH v4 0/3] qapi & doc: deprecate drive-backup
 2021-11-05 19:56 UTC  (3+ messages)
` [PATCH v4 3/3] qapi: "

[PATCH] trace-events,pci: unify trace events format
 2021-11-05 19:28 UTC  (2+ messages)

[PATCH] spapr_numa.c: FORM2 table handle nodes with no distance info
 2021-11-05 18:52 UTC  (2+ messages)

[PATCH] hw/ppc/mac.h: Remove MAX_CPUS macro
 2021-11-05 18:51 UTC  (2+ messages)

[PULL 0/6] Egl 20211105 patches
 2021-11-05 18:49 UTC  (10+ messages)
` [PULL 1/6] virtio-gpu: splitting one extended mode guest fb into n-scanouts
` [PULL 2/6] ui/gtk-egl: un-tab and re-tab should destroy egl surface and context
` [PULL 3/6] ui/gtk-egl: make sure the right context is set as the current
` [PULL 4/6] ui/gtk-egl: guest fb texture needs to be regenerated when reinitializing egl
` [PULL 5/6] ui/gtk: gd_draw_event returns FALSE when no cairo surface is bound
` [PULL 6/6] ui/gtk-egl: blitting partial guest fb to the proper scanout surface

[PATCH] macfb: fix a memory leak (CID 1465231)
 2021-11-05 18:43 UTC  (4+ messages)

[PATCH 0/3] SEV: fixes for -kernel launch with incompatible OVMF
 2021-11-05 18:32 UTC  (16+ messages)
` [PATCH 1/3] sev/i386: Allow launching with -kernel if no OVMF hashes table found
` [PATCH 2/3] sev/i386: Warn if using -kernel with invalid OVMF hashes table area

[PULL 00/11] Sphinx patches
 2021-11-05 18:07 UTC  (13+ messages)
` [PULL 01/11] docs/sphinx: add loaded modules to generated depfile
` [PULL 02/11] docs/sphinx: add static files "
` [PULL 03/11] docs/sphinx: add templates "
` [PULL 04/11] tests/qapi-schema/meson: add depfile to sphinx doc
` [PULL 05/11] meson: drop sphinx_extn_depends
` [PULL 06/11] meson: drop sphinx_template_files
` [PULL 07/11] docs/sphinx: set navigation_with_keys=True
` [PULL 08/11] docs/sphinx: add 's' keyboard binding to focus search
` [PULL 09/11] docs: remove non-reference uses of single backticks
` [PULL 10/11] docs: (further) "
` [PULL 11/11] docs/sphinx: change default role to "any"

[PATCH v4 00/36] bsd-user: arm (32-bit) support
 2021-11-05 17:41 UTC  (55+ messages)
` [PATCH v4 01/36] bsd-user/mips*: Remove
` [PATCH v4 02/36] bsd-user/freebsd: Create common target_os_ucontext.h file
` [PATCH v4 03/36] bsd-user: create a per-arch signal.c file
` [PATCH v4 04/36] bsd-user/i386/target_arch_signal.h: Remove target_sigcontext
` [PATCH v4 05/36] bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h
` [PATCH v4 06/36] bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSD
` [PATCH v4 07/36] bsd-user/i386: Move the inlines into signal.c
` [PATCH v4 08/36] bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontext
` [PATCH v4 09/36] bsd-user/x86_64/target_arch_signal.h: use new target_os_ucontext.h
` [PATCH v4 10/36] bsd-user/x86_64/target_arch_signal.h: Fill in mcontext_t
` [PATCH v4 11/36] bsd-user/x86_64: Move functions into signal.c
` [PATCH v4 12/36] bsd-user/arm/target_arch_sysarch.h: Use consistent include guards
` [PATCH v4 13/36] bsd-user/arm/target_syscall.h: Add copyright and update name
` [PATCH v4 14/36] bsd-user/arm/target_arch_cpu.c: Target specific TLS routines
` [PATCH v4 15/36] bsd-user/arm/target_arch_cpu.h: CPU Loop definitions
` [PATCH v4 16/36] bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs
` [PATCH v4 17/36] bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation
` [PATCH v4 18/36] bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptions
` [PATCH v4 19/36] bsd-user/arm/target_arch_cpu.h: Implement data abort exceptions
` [PATCH v4 20/36] bsd-user/arm/target_arch_cpu.h: Implement system call dispatch
` [PATCH v4 21/36] bsd-user/arm/target_arch_reg.h: Implement core dump register copying
` [PATCH v4 22/36] bsd-user/arm/target_arch_vmparam.h: Parameters for arm address space
` [PATCH v4 23/36] bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm
` [PATCH v4 24/36] bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread
` [PATCH v4 25/36] bsd-user/arm/target_arch_elf.h: arm defines for ELF
` [PATCH v4 26/36] bsd-user/arm/target_arch_elf.h: arm get hwcap
` [PATCH v4 27/36] bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl
` [PATCH v4 28/36] bsd-user/arm/target_arch_signal.h: arm specific signal registers and stack
` [PATCH v4 29/36] bsd-user/arm/target_arch_signal.h: arm machine context and trapframe for signals
` [PATCH v4 30/36] bsd-user/arm/target_arch_signal.h: Define size of *context_t
` [PATCH v4 31/36] bsd-user/arm/target_arch_signal.c: arm set_sigtramp_args
` [PATCH v4 32/36] bsd-user/arm/target_arch_signal.c: arm get_mcontext
` [PATCH v4 33/36] bsd-user/arm/target_arch_signal.c: arm set_mcontext
` [PATCH v4 34/36] bsd-user/arm/target_arch_signal.c: arm get_ucontext_sigreturn
` [PATCH v4 35/36] bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZE
` [PATCH v4 36/36] bsd-user: add arm target build

[PATCH 0/3] hw/qdev: Clarify qdev_connect_gpio_out() documentation
 2021-11-05 17:21 UTC  (4+ messages)
` [PATCH 1/3] hw/qdev: Correct qdev_connect_gpio_out_named() documentation
` [PATCH 2/3] hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameter
` [PATCH 3/3] hw/input/pckbd: Rename i8042_setup_a20_line() and its a20 irq argument

[PATCH 00/31] passage: Define a standard for firmware data flow
 2021-11-05 17:16 UTC  (9+ messages)

[PATCH v4 00/10] target/arm: Fix insn exception priorities
 2021-11-05 17:13 UTC  (15+ messages)
` [PATCH v4 01/10] target/arm: Hoist pc_next to a local variable in aarch64_tr_translate_insn
` [PATCH v4 02/10] target/arm: Hoist pc_next to a local variable in arm_tr_translate_insn
` [PATCH v4 03/10] target/arm: Hoist pc_next to a local variable in thumb_tr_translate_insn
` [PATCH v4 04/10] target/arm: Split arm_pre_translate_insn
` [PATCH v4 05/10] target/arm: Advance pc for arch single-step exception
` [PATCH v4 06/10] target/arm: Split compute_fsr_fsc out of arm_deliver_fault
` [PATCH v4 07/10] target/arm: Take an exception if PC is misaligned

[PULL 00/13] M68k next patches
 2021-11-05 16:43 UTC  (4+ messages)
` [PULL 09/13] macfb: add common monitor modes supported by the MacOS toolbox ROM

[PULL 00/30] testing, gdbstub and semihosting
 2021-11-05 16:29 UTC  (12+ messages)
` [PULL 21/30] target/arm: use official org.gnu.gdb.aarch64.sve layout for registers

[PATCH v2 0/2] tests/acceptance: rename tests acceptance to tests avocado
 2021-11-05 16:19 UTC  (4+ messages)
` [PATCH v2 1/2] tests/acceptance: introduce new check-avocado tartget
` [PATCH v2 2/2] tests/acceptance: rename tests acceptance to tests avocado

[PULL 00/26] Linux user for 6.2 patches
 2021-11-05 16:09 UTC  (3+ messages)
` [PULL 01/26] linux-user: Add infrastructure for a signal trampoline page

Artificially target-dependend compiles
 2021-11-05 16:15 UTC  (2+ messages)

[PULL 00/10] Misc 20211102 patches
 2021-11-05 16:01 UTC  (3+ messages)
` [PULL 03/10] microvm: add device tree support

[PATCH] docs/about/deprecated: Remove empty 'related binaries' section
 2021-11-05 15:57 UTC  (2+ messages)

FW: New Defects reported by Coverity Scan for QEMU
 2021-11-05 15:59 UTC  (4+ messages)

[PATCH] hw/arm/virt: Allow additions to the generated device tree
 2021-11-05 15:50 UTC  (9+ messages)

[PATCH 0/7] block: Attempt on fixing 030-reported errors
 2021-11-05 15:44 UTC  (6+ messages)
` [PATCH 5/7] block: Pass BdrvChild ** to replace_child_noperm
` [PATCH 6/7] block: Let replace_child_noperm free children

Pre-built binaries
 2021-11-05 15:42 UTC  (2+ messages)

[PULL 0/2] Net patches
 2021-11-05 15:41 UTC  (4+ messages)
` [PULL 1/2] e1000: fix tx re-entrancy problem
` [PULL 2/2] Fix virtio-net-pci* "vectors" compat

[PATCH v6 0/6] tests/acceptance: Add bFLT loader linux-user test
 2021-11-05 14:34 UTC  (7+ messages)
` [PATCH v6 1/6] tests/acceptance: Extract QemuBaseTest from Test
` [PATCH v6 2/6] tests/acceptance: Make pick_default_qemu_bin() more generic
` [PATCH v6 3/6] tests/acceptance: Introduce QemuUserTest base class
` [PATCH v6 4/6] tests/acceptance: Share useful helpers from virtiofs_submounts test
` [PATCH v6 5/6] tests/acceptance: Add bFLT loader linux-user test
` [PATCH v6 6/6] tests/acceptance: Rename avocado_qemu.Test -> QemuSystemTest

[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-11-05 14:04 UTC  (6+ messages)
` [PATCH 12/15] hw/nvme: Initialize capability structures for primary/secondary controllers

[RFC PATCH 00/12] QOM/QAPI integration part 1
 2021-11-05 13:55 UTC  (5+ messages)

[PATCH v3 00/12] vfio-user server in QEMU
 2021-11-05 13:54 UTC  (10+ messages)
` [PATCH v3 03/12] vfio-user: define vfio-user-server object

[PATCH] docs: adjust for demise of scripts/create_config
 2021-11-05 13:43 UTC  (2+ messages)

[PATCH] docs: fix qemu incorrect tag
 2021-11-05 13:26 UTC  (2+ messages)

[PATCH v4 0/3] docs/sphinx: change default `role` to "any"
 2021-11-05 13:22 UTC  (2+ messages)

[PATCH v5 00/10] PMU-EBB support for PPC64 TCG
 2021-11-05 12:56 UTC  (5+ messages)
` [PATCH v5 02/10] target/ppc: PMU basic cycle count for pseries TCG
` [PATCH v5 03/10] target/ppc: enable PMU counter overflow with cycle events

[PATCH v2] hw/arm/virt: Expose empty NUMA nodes through ACPI
 2021-11-05 12:47 UTC  (7+ messages)

[PATCH v6] isa-applesmc: provide OSK forwarding on Apple hosts
 2021-11-05 12:34 UTC 

[PATCH] configure: Support modules for Windows
 2021-11-05 12:33 UTC  (7+ messages)

Please update build-system.rst for commit 859aef026e5
 2021-11-05 12:15 UTC 

[PATCH v2] .mailmap: Fix more contributor entries
 2021-11-05 12:03 UTC  (4+ messages)
  ` [PATCH-for-6.2 "

[PATCH] hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commands
 2021-11-05 11:42 UTC  (2+ messages)

[PATCH v2] hw/scsi/scsi-disk: Fix out of bounds access in mode_sense_page()
 2021-11-05 11:35 UTC  (2+ messages)
` [PATCH-for-6.2 "

[PATCH v8 0/8] hmp,qmp: Add commands to introspect virtio devices
 2021-11-05  8:58 UTC  (14+ messages)
` [PATCH v8 3/8] qmp: add QMP command x-debug-query-virtio
` [PATCH v8 4/8] qmp: add QMP command x-debug-virtio-status
` [PATCH v8 8/8] hmp: add virtio commands
` [PATCH v8 0/8] hmp, qmp: Add commands to introspect virtio devices

[PATCH V5 0/3] net/filter: Optimize filters vnet_hdr support
 2021-11-05  8:43 UTC  (14+ messages)
` [PATCH V5 1/3] net/filter: Optimize transfer protocol for filter-mirror/redirector

[RFC PATCH v1 0/3] virtio: early detect 'modern' virtio
 2021-11-05  7:42 UTC  (2+ messages)

[PATCH v4 0/2] vhost: Fix last queue index of devices with no cvq
 2021-11-05  4:19 UTC  (3+ messages)
` [PATCH v4 2/2] vhost: Fix last vq "

[PATCH] configure: Support modules for Windows
 2021-11-05  3:19 UTC 

[PATCH v3 00/25] PowerISA v3.1 instruction batch
 2021-11-05  1:26 UTC  (2+ messages)

[PATCH v3 00/29] bsd-user: arm (32-bit) support
 2021-11-04 23:59 UTC  (4+ messages)
` [PATCH v3 23/29] bsd-user/arm/target_arch_signal.h: arm set_mcontext

[PATCH] linux-user: Add GPL-2.0+ SPDX license identifier
 2021-11-04 22:14 UTC  (5+ messages)

[PULL 00/20] Migration 20211031 patches
 2021-11-04 22:05 UTC  (3+ messages)
` [PULL 07/20] migration/dirtyrate: implement dirty-ring dirtyrate calculation

Qemu and ARM secure state
 2021-11-04 21:11 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).