qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-05 16:32:40 to 2021-11-08 08:09:30 UTC [more...]

[PATCH] macfb: fix a memory leak (CID 1465231)
 2021-11-08  8:06 UTC  (5+ messages)

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

[PATCH v6 0/6] tests/acceptance: Add bFLT loader linux-user test
 2021-11-08  8:00 UTC  (2+ messages)

[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-11-08  7:56 UTC  (6+ messages)
` [PATCH 05/15] hw/nvme: Add support for SR-IOV

Emulation of solo key
 2021-11-08  7:51 UTC  (2+ messages)

[PATCH 0/4] linux-user: Fix getdents alignment issues (#704)
 2021-11-08  7:42 UTC  (8+ messages)
` [PATCH 1/4] linux-user: Split out do_getdents, do_getdents64
` [PATCH 2/4] linux-user: Always use flexible arrays for dirent d_name
` [PATCH 3/4] linux-user: Fix member types of target_dirent64
` [PATCH 4/4] linux-user: Rewrite do_getdents, do_getdents64

[PATCH v2] linux-user: Mark cpu_loop() with noreturn attribute
 2021-11-08  7:37 UTC  (3+ messages)

[PATCH v4 0/1] hw/hyperv/vmbus: Is it maintained?
 2021-11-08  7:30 UTC  (4+ messages)
` [PATCH v4 1/1] hw/hyperv/vmbus: Remove unused vmbus_load/save_req()

[PATCH] docs: fix 'sample-pages' option tag
 2021-11-08  7:06 UTC  (2+ messages)

[PULL 0/2] Migration 20211106 patches
 2021-11-08  5:41 UTC  (5+ messages)
` [PULL 1/2] migration: Check that postcopy fd's are not NULL
` [PULL 2/2] docs: fix qemu incorrect tag

[PATCH] spapr_numa.c: FORM2 table handle nodes with no distance info
 2021-11-08  4:22 UTC  (4+ messages)

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

[RESEND PATCH v9 00/28] Add LoongArch linux-user emulation support
 2021-11-08  3:08 UTC  (29+ messages)
` [RESEND PATCH v9 01/28] target/loongarch: Add README
` [RESEND PATCH v9 02/28] target/loongarch: Add core definition
` [RESEND PATCH v9 03/28] target/loongarch: Add main translation routines
` [RESEND PATCH v9 04/28] target/loongarch: Add fixed point arithmetic instruction translation
` [RESEND PATCH v9 05/28] target/loongarch: Add fixed point shift "
` [RESEND PATCH v9 06/28] target/loongarch: Add fixed point bit "
` [RESEND PATCH v9 07/28] target/loongarch: Add fixed point load/store "
` [RESEND PATCH v9 08/28] target/loongarch: Add fixed point atomic "
` [RESEND PATCH v9 09/28] target/loongarch: Add fixed point extra "
` [RESEND PATCH v9 10/28] target/loongarch: Add floating point arithmetic "
` [RESEND PATCH v9 11/28] target/loongarch: Add floating point comparison "
` [RESEND PATCH v9 12/28] target/loongarch: Add floating point conversion "
` [RESEND PATCH v9 13/28] target/loongarch: Add floating point move "
` [RESEND PATCH v9 14/28] target/loongarch: Add floating point load/store "
` [RESEND PATCH v9 15/28] target/loongarch: Add branch "
` [RESEND PATCH v9 16/28] target/loongarch: Add disassembler
` [RESEND PATCH v9 17/28] linux-user: Add LoongArch generic header files
` [RESEND PATCH v9 18/28] linux-user: Add LoongArch specific structures
` [RESEND PATCH v9 19/28] linux-user: Add LoongArch signal support
` [RESEND PATCH v9 20/28] linux-user: Add LoongArch elf support
` [RESEND PATCH v9 21/28] linux-user: Add LoongArch syscall support
` [RESEND PATCH v9 22/28] linux-user: Add LoongArch cpu_loop support
` [RESEND PATCH v9 23/28] default-configs: Add loongarch linux-user support
` [RESEND PATCH v9 24/28] target/loongarch: Add target build suport
` [RESEND PATCH v9 25/28] target/loongarch: 'make check-tcg' support
` [RESEND PATCH v9 26/28] scripts: add loongarch64 binfmt config
` [RESEND PATCH v9 27/28] linux-user: Add safe syscall handling for loongarch64 hosts
` [RESEND PATCH v9 28/28] linux-user/host/loongarch64: Populate host_signal.h

[PATCH V5 0/3] net/filter: Optimize filters vnet_hdr support
 2021-11-08  2:50 UTC  (15+ messages)
` [PATCH V5 1/3] net/filter: Optimize transfer protocol for filter-mirror/redirector

[RFC 0/4] linux-user: simplify safe signal handling
 2021-11-08  2:37 UTC  (5+ messages)
` [RFC 1/4] linux-user: Add host_signal_set_pc to set pc in mcontext
` [RFC 2/4] linux-user/signal.c: Create a common rewind_if_in_safe_syscall
` [RFC 3/4] linux-user/safe-syscall.inc.S: Move to common-user
` [RFC 4/4] common-user: Allow return codes to be adjusted after sytsem call

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

Patch: Support QEMU Guest Agent on macOS
 2021-11-07 19:27 UTC 

Bus 'pcie.0' does not support hotplugging
 2021-11-07 11:52 UTC 

[PATCH v1 00/12] virtio-mem: Expose device memory via multiple memslots
 2021-11-07 10:53 UTC  (11+ messages)

[PATCH] trace-events,pci: unify trace events format
 2021-11-07  8:38 UTC  (4+ messages)

[PATCH v10 00/10]vhost-vdpa: add support for configure interrupt
 2021-11-07  8:36 UTC  (2+ messages)

[PATCH v2] failover: specify an alternate MAC address
 2021-11-07  8:25 UTC  (4+ messages)

[PATCH] audio: Add sndio backend
 2021-11-07  5:19 UTC 

[PULL 0/6] Egl 20211105 patches
 2021-11-06 20:32 UTC  (6+ messages)
` [PULL 4/6] ui/gtk-egl: guest fb texture needs to be regenerated when reinitializing egl

[PATCH 0/2] hw: m68k: add missing virt machine types
 2021-11-06 19:41 UTC  (3+ messages)
` [PATCH 1/2] hw: m68: virt: Add compat machines for 6.1
` [PATCH 2/2] hw: m68: virt: Add compat machines for 6.2

[PATCH v2 0/4] hw/isa: Remove unuseful qemu_allocate_irqs() call
 2021-11-06 19:13 UTC  (3+ messages)

Qemu and ARM secure state
 2021-11-06 18:11 UTC  (5+ messages)

[PATCH] meson: Fix 'interpretor' typo
 2021-11-06 16:33 UTC  (4+ messages)

[PATCH 00/11] exec: Restrict various system emulation specific headers (to sysemu)
 2021-11-06 14:58 UTC  (3+ messages)

[PATCH-for-6.2 v2] hw/mem/pc-dimm: Restrict NUMA-specific code to NUMA machines
 2021-11-06 14:50 UTC 

Chardev: delete the QemuOpts reserved in vm_config_groups
 2021-11-06 10:23 UTC 

[PATCH] tests/vm/freebsd: Increase code coverage
 2021-11-06 14:30 UTC  (6+ messages)

[PATCH v4 0/2] vhost: Fix last queue index of devices with no cvq
 2021-11-06 11:49 UTC  (3+ messages)
` [PATCH v4 1/2] vhost: Rename last_index to vq_index_end

[PULL 00/20] Migration 20211031 patches
 2021-11-06 11:45 UTC  (4+ messages)
` [PULL 07/20] migration/dirtyrate: implement dirty-ring dirtyrate calculation

[PATCH v7 0/2] memory: Have 'info mtree' remove duplicated Address Space information
 2021-11-06 11:38 UTC  (2+ messages)

[PATCH] docs: fix qemu incorrect tag
 2021-11-06 11:33 UTC  (2+ messages)

Lei: a new tool for filtering patch series
 2021-11-06 11:24 UTC 

[PATCH v2] tcg: Remove TCI experimental status
 2021-11-06 11:14 UTC 

[PATCH] hw/timer/etraxfs_timer: Add vmstate for ETRAX timers
 2021-11-06 10:56 UTC 

[PATCH] tests/avocado: Remove p7zip binary availability check
 2021-11-06  9:10 UTC 

Artificially target-dependend compiles
 2021-11-06  7:40 UTC  (3+ messages)

[PATCH v4 3/7] hw/adc: Fix CONV bit in NPCM7XX ADC CON register
 2021-11-06  6:53 UTC  (5+ messages)
` [PATCH v4 5/7] blockdev: Add a new IF type IF_OTHER
` [PATCH v4 6/7] hw/nvram: Update at24c EEPROM init function in NPCM7xx boards

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

[PATCH 0/3] hw/qdev: Clarify qdev_connect_gpio_out() documentation
 2021-11-06  3:35 UTC  (7+ 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] docs/about/deprecated: Remove empty 'related binaries' section
 2021-11-06  2:30 UTC  (2+ messages)

[PATCH] s390x: kvm: adjust diag318 resets to retain data
 2021-11-05 22:56 UTC  (2+ messages)

[PATCH] hw/ppc/mac.h: Remove MAX_CPUS macro
 2021-11-05 22:30 UTC  (3+ messages)

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

[PATCH 0/3] SEV: fixes for -kernel launch with incompatible OVMF
 2021-11-05 18:32 UTC  (5+ messages)

[PULL 00/11] Sphinx patches
 2021-11-05 18:07 UTC  (2+ messages)

[PATCH v4 00/36] bsd-user: arm (32-bit) support
 2021-11-05 17:41 UTC  (21+ messages)
` [PATCH v4 07/36] bsd-user/i386: Move the inlines into signal.c
` [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 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 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 35/36] bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZE

[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


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