qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-28 14:25:30 to 2023-12-31 08:51:14 UTC [more...]

[PULL 00/46] (mostly) target/i386 and meson changes for 2023-12-31
 2023-12-31  8:44 UTC  (20+ messages)
` [PULL 01/46] configure: use a native non-cross compiler for linux-user
` [PULL 06/46] target/i386: clean up cpu_cc_compute_all
` [PULL 07/46] target/i386: document more deviations from the manual
` [PULL 08/46] target/i386: reimplement check for validity of LOCK prefix
` [PULL 09/46] target/i386: avoid trunc and ext for MULX and RORX
` [PULL 10/46] target/i386: rename zext0/zext2 and make them closer to the manual
` [PULL 11/46] target/i386: add X86_SPECIALs for MOVSX and MOVZX
` [PULL 12/46] target/i386: do not decode string source/destination into decode->mem
` [PULL 14/46] target/i386: do not clobber T0 on string operations
` [PULL 15/46] target/i386: split eflags computation out of gen_compute_eflags
` [PULL 16/46] target/i386: do not use s->tmp4 for push
` [PULL 17/46] target/i386: do not use s->tmp0 for jumps on ECX ==/!= 0
` [PULL 18/46] target/i386: prepare for implementation of STOS/SCAS in new decoder
` [PULL 20/46] target/i386: adjust decoding of J operand
` [PULL 21/46] target/i386: introduce flags writeback mechanism
` [PULL 24/46] esp: check for NULL result from scsi_device_find()
` [PULL 29/46] configure: remove unnecessary subshell
` [PULL 41/46] meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos
` [PULL 43/46] meson: remove CONFIG_ALL

[PATCH] esp: process the result of scsi_device_find()
 2023-12-30  9:32 UTC  (4+ messages)
` [PATCH v2] "

[PULL 00/71] Constify VMState
 2023-12-29 21:23 UTC  (72+ messages)
` [PULL 01/71] migration: Make VMStateDescription.subsections const
` [PULL 02/71] target/arm: Constify VMState in machine.c
` [PULL 03/71] target/arm: Constify hvf/hvf.c
` [PULL 04/71] target/alpha: Constify VMState in machine.c
` [PULL 05/71] target/avr: "
` [PULL 06/71] target/cris: "
` [PULL 07/71] target/hppa: "
` [PULL 08/71] target/i386: "
` [PULL 09/71] target/loongarch: "
` [PULL 10/71] target/m68k: "
` [PULL 11/71] target/microblaze: "
` [PULL 12/71] target/mips: "
` [PULL 13/71] target/openrisc: "
` [PULL 14/71] target/ppc: "
` [PULL 15/71] target/riscv: "
` [PULL 16/71] target/s390x: "
` [PULL 17/71] target/sparc: "
` [PULL 18/71] hw/arm: Constify VMState
` [PULL 19/71] hw/core: "
` [PULL 20/71] hw/9pfs: "
` [PULL 21/71] hw/acpi: "
` [PULL 22/71] hw/adc: "
` [PULL 23/71] hw/audio: "
` [PULL 24/71] hw/block: "
` [PULL 25/71] hw/char: "
` [PULL 26/71] hw/display: "
` [PULL 27/71] hw/dma: "
` [PULL 28/71] hw/gpio: "
` [PULL 29/71] hw/hyperv: "
` [PULL 30/71] hw/i2c: "
` [PULL 31/71] hw/i386: "
` [PULL 32/71] hw/ide: "
` [PULL 33/71] hw/input: "
` [PULL 34/71] hw/intc: "
` [PULL 35/71] hw/ipack: "
` [PULL 36/71] hw/ipmi: "
` [PULL 37/71] hw/isa: "
` [PULL 38/71] hw/loongarch: "
` [PULL 39/71] hw/m68k: "
` [PULL 40/71] hw/misc: "
` [PULL 41/71] hw/net: "
` [PULL 42/71] hw/nvram: "
` [PULL 43/71] hw/openrisc: "
` [PULL 44/71] hw/pci: "
` [PULL 45/71] hw/pci-bridge: "
` [PULL 46/71] hw/pci-host: "
` [PULL 47/71] hw/ppc: "
` [PULL 48/71] hw/riscv: "
` [PULL 49/71] hw/rtc: "
` [PULL 50/71] hw/s390x: "
` [PULL 51/71] hw/scsi: "
` [PULL 52/71] hw/sd: "
` [PULL 53/71] hw/sensor: "
` [PULL 54/71] hw/sparc: "
` [PULL 55/71] hw/ssi: "
` [PULL 56/71] hw/timer: "
` [PULL 57/71] hw/tpm: "
` [PULL 58/71] hw/usb: "
` [PULL 59/71] hw/vfio: "
` [PULL 60/71] hw/virtio: "
` [PULL 61/71] hw/watchdog: "
` [PULL 62/71] hw/misc/macio: "
` [PULL 63/71] audio: "
` [PULL 64/71] backends: "
` [PULL 65/71] cpu-target: "
` [PULL 66/71] migration: "
` [PULL 67/71] system: "
` [PULL 68/71] replay: "
` [PULL 69/71] util/fifo8: "
` [PULL 70/71] tests/unit/test-vmstate: "
` [PULL 71/71] docs: Constify VMstate in examples

[PATCH] hw/vfio: fix iteration over global VFIODevice list
 2023-12-29 20:38 UTC 

[PATCH] ui/gtk: flush display pipeline before saving vmstate when blob=true
 2023-12-29 19:22 UTC  (8+ messages)
` [PATCH 1/3] "
  ` [PATCH 2/3] ui/gtk: unblock pipeline only if fence hasn't been signaled yet

[PATCH] tcg/i386: use 8-bit OR or XOR for unsigned 8-bit immediates
 2023-12-29 19:12 UTC  (3+ messages)

[PATCH v2 0/6] Pointer Masking update for Zjpm v0.8
 2023-12-29 16:53 UTC  (8+ messages)
` [PATCH v2 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
` [PATCH v2 4/6] target/riscv: Add pointer masking tb flags
` [PATCH v2 5/6] target/riscv: Update address modify functions to take into account pointer masking

[PATCH v3 0/3] Add device STM32L4x5 SYSCFG
 2023-12-29 16:47 UTC  (4+ messages)
` [PATCH v3 1/3] hw/misc: Implement "
` [PATCH v3 2/3] tests/qtest: Add STM32L4x5 SYSCFG QTest testcase
` [PATCH v3 3/3] hw/arm: Connect STM32L4x5 SYSCFG to STM32L4x5 SoC

[PATCH v4 00/21] parallels: Add full dirty bitmap support
 2023-12-29 15:59 UTC  (3+ messages)
` [PATCH v4 21/21] tests: Add parallels format support to image-fleecing

[PATCH] blockcommit: Reopen base image as RO after abort
 2023-12-29 15:56 UTC  (2+ messages)

[PULL 00/53] virtio,pc,pci: fixes, features, cleanups
 2023-12-29 15:45 UTC  (10+ messages)
` [PULL 31/53] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models

Qemu setting "-cpu host" seems broken with Windows vms
 2023-12-29 13:10 UTC  (2+ messages)

[PATCH v2 0/4] target/riscv: SMBIOS support for RISC-V virt machine
 2023-12-29 12:07 UTC  (5+ messages)
` [PATCH v2 1/4] smbios: add processor-family option
` [PATCH v2 2/4] smbios: function to set default processor family
` [PATCH v2 3/4] target/riscv: SMBIOS support for RISC-V virt machine
` [PATCH v2 4/4] qemu-options: enable -smbios option on RISC-V

[PATCH 0/2] ARM Sbsa-ref: Enable CPU cluster topology
 2023-12-29 12:01 UTC  (4+ messages)
` [PATCH 2/2] hw/arm/sbsa-ref: Add cpu-map to device tree

[PATCH 00/35] target/arm: Implement emulation of nested virtualization
 2023-12-29 11:37 UTC  (3+ messages)
` [PATCH 21/35] target/arm: Add FEAT_NV to max, neoverse-n2, neoverse-v1 CPUs

[PATCH v2 00/16] target/riscv: deprecate riscv_cpu_options[]
 2023-12-29 11:24 UTC  (8+ messages)
` [PATCH v2 01/16] target/riscv/cpu_cfg.h: remove user_spec and bext_spec
` [PATCH v2 08/16] target/riscv: move 'vlen' to riscv_cpu_properties[]
` [PATCH v2 10/16] target/riscv: create finalize_features() for KVM

[PATCH 1/1] target/loongarch: move translate modules to tcg/
 2023-12-29 10:08 UTC  (2+ messages)

[PATCH 00/21] Build system cleanups for QEMU 9.0
 2023-12-29 10:01 UTC  (21+ messages)
` [PATCH 02/21] meson: remove unused variable
` [PATCH 05/21] configure: remove unnecessary subshell
` [PATCH 10/21] meson: remove config_targetos
` [PATCH 12/21] meson: rename config_all
` [PATCH 13/21] meson: add more sections to main meson.build
` [PATCH 14/21] meson: move program checks together
` [PATCH 16/21] meson: separate host-specific checks from option validation
` [PATCH 18/21] meson: move CFI detection code earlier
` [PATCH 20/21] meson: move subdirs to "Collect sources" section
` [PATCH 21/21] configure, meson: rename targetos to host_os

[PATCH] target/riscv/tcg: do not set defaults for non-generic
 2023-12-29  9:54 UTC  (3+ messages)

[PATCH 0/2] Adjust the output of x-query-virtio-status
 2023-12-29  9:31 UTC  (4+ messages)
` [PATCH 1/2] qapi/virtio: Keep feature and status bits in the QMP output
` [PATCH 2/2] hmp: Drop unknown feature and status bits

[PATCH v3 0/4] virtio: Refactor vhost input stub
 2023-12-29  9:01 UTC  (3+ messages)

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-12-29  2:30 UTC  (4+ messages)
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[v2 0/5] Add ISA extension smcntrpmf support
 2023-12-29  0:49 UTC  (6+ messages)
` [v2 1/5] target/riscv: Fix the predicate functions for mhpmeventhX CSRs
` [v2 2/5] target/riscv: Add cycle & instret privilege mode filtering properties
` [v2 3/5] target/riscv: Add cycle & instret privilege mode filtering definitions
` [v2 4/5] target/riscv: Add cycle & instret privilege mode filtering support
` [v2 5/5] target/riscv: Implement privilege mode filtering for cycle/instret

[v2 0/5] Add ISA extension smcntrpmf support
 2023-12-29  0:47 UTC  (6+ messages)
` [v2 1/5] target/riscv: Fix the predicate functions for mhpmeventhX CSRs
` [v2 2/5] target/riscv: Add cycle & instret privilege mode filtering properties
` [v2 3/5] target/riscv: Add cycle & instret privilege mode filtering definitions
` [v2 4/5] target/riscv: Add cycle & instret privilege mode filtering support
` [v2 5/5] target/riscv: Implement privilege mode filtering for cycle/instret

[PATCH 00/22] target/i386: first part of TCG changes for 9.0
 2023-12-28 23:04 UTC  (41+ messages)
` [PATCH 01/22] target/i386: optimize computation of JL and JLE from flags
` [PATCH 02/22] target/i386: speedup JO/SETO after MUL or IMUL
` [PATCH 03/22] target/i386: remove unnecessary arguments from raise_interrupt
` [PATCH 04/22] target/i386: remove unnecessary truncations
` [PATCH 05/22] target/i386: clean up cpu_cc_compute_all
` [PATCH 06/22] target/i386: document more deviations from the manual
` [PATCH 07/22] target/i386: reimplement check for validity of LOCK prefix
` [PATCH 08/22] target/i386: avoid trunc and ext for MULX and RORX
` [PATCH 09/22] target/i386: rename zext0/zext2 and make them closer to the manual
` [PATCH 10/22] target/i386: add X86_SPECIALs for MOVSX and MOVZX
` [PATCH 11/22] target/i386: do not decode string source/destination into decode->mem
` [PATCH 13/22] target/i386: do not clobber T0 on string operations
` [PATCH 14/22] target/i386: split eflags computation out of gen_compute_eflags
` [PATCH 15/22] target/i386: do not use s->tmp4 for push
` [PATCH 16/22] target/i386: do not use s->tmp0 for jumps on ECX ==/!= 0
` [PATCH 17/22] target/i386: extract gen_far_call/jmp, reordering temporaries
` [PATCH 18/22] target/i386: prepare for implementation of STOS/SCAS in new decoder
` [PATCH 19/22] target/i386: move operand load and writeback out of gen_cmovcc1
` [PATCH 21/22] target/i386: introduce flags writeback mechanism
` [PATCH 22/22] target/i386: implement CMPccXADD

[PATCH v4 0/2] linux-user: openat() fixes
 2023-12-28 22:17 UTC  (3+ messages)
` [PATCH v4 1/2] linux-user: Define TARGET_O_LARGEFILE for aarch64
` [PATCH v4 2/2] linux-user: Fix openat() emulation to not modify atime

[PATCH v3 0/2] linux-user: openat() fixes
 2023-12-28 22:15 UTC  (4+ messages)
` [PATCH v3 2/2] linux-user: Fix openat() emulation to not modify atime

[ANNOUNCE] QEMU 8.1.4 Stable released
 2023-12-28 19:33 UTC 

[ANNOUNCE] QEMU 7.2.8 Stable released
 2023-12-28 19:27 UTC 

[PATCH] q800: move dp8393x_prom memory region to Q800MachineState
 2023-12-28 18:43 UTC  (3+ messages)

[PATCH v5 0/3] Add device STM32L4x5 EXTI
 2023-12-28 16:19 UTC  (4+ messages)
` [PATCH v5 1/3] hw/misc: Implement "
` [PATCH v5 2/3] tests/qtest: Add STM32L4x5 EXTI QTest testcase
` [PATCH v5 3/3] hw/arm: Connect STM32L4x5 EXTI to STM32L4x5 SoC

[PATCH v4 0/3] Add device STM32L4x5 EXTI
 2023-12-28 16:06 UTC  (4+ messages)
` [PATCH v4 1/3] hw/misc: Implement "
` [PATCH v4 2/3] tests/qtest: Add STM32L4x5 EXTI QTest testcase
` [PATCH v4 3/3] hw/arm: Connect STM32L4x5 EXTI to STM32L4x5 SoC

[PATCH 0/5] target/i386: Fix physical address masking bugs
 2023-12-28 16:00 UTC  (5+ messages)
` [PATCH 3/5] target/i386: Fix physical address truncation

[PATCH v11 0/7] Support x2APIC mode with TCG accelerator
 2023-12-28 15:44 UTC  (3+ messages)

[RFC v1 0/2] RISC-V: ACPI: Enable SPCR
 2023-12-28  8:06 UTC  (2+ messages)
` [RFC v1 1/2] hw/arm/virt-acpi-build.c: Migrate SPCR creation to common location


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