qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-29 12:09:08 to 2024-01-02 02:02:20 UTC [more...]

[PATCH v3 00/33] linux-user: Improve host and guest page size handling
 2024-01-02  1:58 UTC  (16+ messages)
` [PATCH v3 01/33] accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect
` [PATCH v3 03/33] linux-user: Remove qemu_host_page_{size, mask} in probe_guest_base
` [PATCH v3 04/33] linux-user: Remove qemu_host_page_size from create_elf_tables
` [PATCH v3 05/33] linux-user/hppa: Simplify init_guest_commpage
` [PATCH v3 07/33] linux-user/arm: Remove qemu_host_page_size from init_guest_commpage
` [PATCH v3 08/33] linux-user: Remove qemu_host_page_{size, mask} from mmap.c
` [PATCH v3 09/33] linux-user: Remove REAL_HOST_PAGE_ALIGN "
` [PATCH v3 11/33] migration: Remove qemu_host_page_size
` [PATCH v3 15/33] linux-user: Remove qemu_host_page_size from main
` [PATCH v3 16/33] linux-user: Split out target_mmap__locked
` [PATCH v3 17/33] linux-user: Move some mmap checks outside the lock
` [PATCH v3 18/33] linux-user: Fix sub-host-page mmap
` [PATCH v3 22/33] linux-user: Split out mmap_h_lt_g
` [PATCH v3 29/33] linux-user: Allow TARGET_PAGE_BITS_VARY
` [PATCH v3 30/33] target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-only

[PATCH] tcg/ppc: Use new registers for LQ destination
 2024-01-02  1:34 UTC 

[PATCH 1/1] target/loongarch: move translate modules to tcg/
 2024-01-02  1:25 UTC  (3+ messages)

[PATCH 00/33] hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv
 2024-01-02  0:11 UTC  (3+ messages)
` [PATCH 22/33] hw/arm/aspeed_ast2600: Let the A7MPcore create/wire the CPU cores

[PATCH] target/i386: Do not re-compute new pc with CF_PCREL
 2024-01-01 23:06 UTC 

[PATCH] hw/block/fdc: do not set SEEK status bit in multi track commands
 2024-01-01 21:44 UTC  (2+ messages)

[PATCH v2 0/4] A Followup for "QEMU: CXL mailbox rework and features (Part 1)"
 2024-01-01 21:38 UTC  (3+ messages)
` [PATCH v2 4/4] hw/cxl/events: discard all event records during sanitation

[PATCH 0/8] vga: improve emulation fidelity
 2024-01-01 19:02 UTC  (13+ messages)
` [PATCH 1/8] vga: remove unused macros
` [PATCH 2/8] vga: introduce VGADisplayParams
` [PATCH 3/8] vga: mask addresses in non-VESA modes to 256k
` [PATCH 4/8] vga: implement horizontal pel panning in graphics modes
` [PATCH 5/8] vga: optimize horizontal pel panning in 256-color modes
` [PATCH 6/8] vga: reindent memory access code
` [PATCH 7/8] vga: use latches in odd/even mode too
` [PATCH 8/8] vga: sort-of implement word and double-word access modes

[QEMU-devel][RFC PATCH 0/1] Introduce HostMemType for 'memory-backend-*'
 2024-01-01  7:53 UTC  (2+ messages)
` [QEMU-devel][RFC PATCH 1/1] backends/hostmem: qapi/qom: Add an ObjectOption for memory-backend-* called HostMemType and its arg 'cxlram'

[PATCH for-8.2?] target/i386: Fix 32-bit wrapping of pc/eip computation
 2024-01-01  2:00 UTC  (3+ messages)

[PATCH] tcg/i386: use 8-bit OR or XOR for unsigned 8-bit immediates
 2024-01-01  1:43 UTC  (4+ messages)

[PATCH v2] tcg/i386: convert add/sub of 128 to sub/add of -128
 2024-01-01  1:15 UTC  (2+ messages)

[PATCH 0/5] *** Implement using Intel QAT to offload ZLIB
 2023-12-31 20:58 UTC  (6+ messages)
` [PATCH 1/5] meson: Introduce 'qatzip' feature to the build system
` [PATCH 2/5] migration: Add compression level parameter for QATzip
` [PATCH 3/5] migration: Introduce unimplemented 'qatzip' compression method
` [PATCH 4/5] migration: Implement 'qatzip' methods using QAT
` [PATCH 5/5] migration: Add integration test for 'qatzip' compression method

[PATCH v2 1/1] docs: pcie: describe PCIe option ROMs
 2023-12-31 11:56 UTC  (2+ messages)

[PATCH] vfio/migration: Add helper function to set state or reset device
 2023-12-31 10:48 UTC 

[PATCH 00/11] migration: Misc cleanups and fixes
 2023-12-31  9:30 UTC  (12+ messages)
` [PATCH 01/11] migration: Remove migrate_max_downtime() declaration
` [PATCH 02/11] migration: Remove nulling of hostname in migrate_init()
` [PATCH 03/11] migration: Refactor migration_incoming_setup()
` [PATCH 04/11] migration: Remove errp parameter in migration_fd_process_incoming()
` [PATCH 05/11] migration/multifd: Fix error message in multifd_recv_initial_packet()
` [PATCH 06/11] migration/multifd: Simplify multifd_channel_connect() if else statement
` [PATCH 07/11] migration/multifd: Fix leaking of Error in TLS error flow
` [PATCH 08/11] migration/multifd: Remove error_setg() in migration_ioc_process_incoming()
` [PATCH 09/11] migration: Fix migration_channel_read_peek() error path
` [PATCH 10/11] migration: Remove unnecessary usage of local Error
` [PATCH 11/11] migration/multifd: "

[PULL 00/46] (mostly) target/i386 and meson changes for 2023-12-31
 2023-12-31  8:45 UTC  (47+ messages)
` [PULL 01/46] configure: use a native non-cross compiler for linux-user
` [PULL 02/46] target/i386: optimize computation of JL and JLE from flags
` [PULL 03/46] target/i386: speedup JO/SETO after MUL or IMUL
` [PULL 04/46] target/i386: remove unnecessary arguments from raise_interrupt
` [PULL 05/46] target/i386: remove unnecessary truncations
` [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 13/46] target/i386: do not clobber A0 in POP translation
` [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 19/46] target/i386: move operand load and writeback out of gen_cmovcc1
` [PULL 20/46] target/i386: adjust decoding of J operand
` [PULL 21/46] target/i386: introduce flags writeback mechanism
` [PULL 22/46] target/i386: implement CMPccXADD
` [PULL 23/46] target/i386: the sgx_epc_get_section stub is reachable
` [PULL 24/46] esp: check for NULL result from scsi_device_find()
` [PULL 25/46] meson: fix type of "relocatable" option
` [PULL 26/46] meson: remove unused variable
` [PULL 27/46] meson: use version_compare() to compare version
` [PULL 28/46] Makefile: clean qemu-iotests output
` [PULL 29/46] configure: remove unnecessary subshell
` [PULL 30/46] configure: unify again the case arms in probe_target_compiler
` [PULL 31/46] meson: add more sections to main meson.build
` [PULL 32/46] meson: move program checks together
` [PULL 33/46] meson: move option validation together
` [PULL 34/46] meson: move accelerator dependency checks together
` [PULL 35/46] meson: keep subprojects together
` [PULL 36/46] meson: move CFI detection code with other compiler flags
` [PULL 37/46] meson: move config-host.h definitions together
` [PULL 38/46] meson: move subdirs to "Collect sources" section
` [PULL 39/46] meson: always probe u2f and canokey if the option is enabled
` [PULL 40/46] meson: remove OS definitions from config_targetos
` [PULL 41/46] meson: remove CONFIG_POSIX and CONFIG_WIN32 "
` [PULL 42/46] meson: remove config_targetos
` [PULL 43/46] meson: remove CONFIG_ALL
` [PULL 44/46] meson: rename config_all
` [PULL 45/46] configure, meson: rename targetos to host_os
` [PULL 46/46] meson.build: report graphics backends separately

[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  (5+ messages)
` [PATCH 1/3] "

[PATCH v2 0/6] Pointer Masking update for Zjpm v0.8
 2023-12-29 16:53 UTC  (4+ messages)
` [PATCH v2 4/6] target/riscv: Add pointer masking tb flags

[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


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