qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-17 18:58:14 to 2023-02-20 10:12:11 UTC [more...]

[PATCH v2 0/4] Missing endianness conversions in user mode
 2023-02-20  9:32 UTC  (9+ messages)
` [PATCH v2 1/4] linux-user: fix timerfd read endianness conversion
` [PATCH v2 2/4] linux-user: fix sockaddr_in6 endianness
` [PATCH v2 3/4] linux-user: add target to host netlink conversions
` [PATCH v2 4/4] linux-user: handle netlink flag NLA_F_NESTED

[PATCH v1 0/4] Missing endianness conversions in user mode
 2023-02-20  9:03 UTC  (5+ messages)
` [PATCH v1 3/4] linux-user: add target to host netlink conversions

[PATCH v5 00/16] hw/9pfs: Add 9pfs support for Windows
 2023-02-20 10:08 UTC  (10+ messages)
` [PATCH v5 03/16] hw/9pfs: Replace the direct call to xxxdir() APIs with a wrapper
` [PATCH v5 05/16] hw/9pfs: Update the local fs driver to support Windows
` [PATCH v5 08/16] hw/9pfs: Add a helper qemu_stat_blksize()
` [PATCH v5 09/16] hw/9pfs: Disable unsupported flags and features for Windows
` [PATCH v5 10/16] hw/9pfs: Update v9fs_set_fd_limit() "
` [PATCH v5 11/16] hw/9pfs: Add Linux error number definition
` [PATCH v5 14/16] hw/9pfs: Update synth fs driver for Windows
` [PATCH v5 15/16] tests/qtest: virtio-9p-test: Adapt the case for win32
` [PATCH v5 16/16] meson.build: Turn on virtfs for Windows

[PATCH v2 0/4] Adds support for running QEMU natively on windows-arm64
 2023-02-20  9:58 UTC  (10+ messages)
` [PATCH v2 1/4] util/cacheflush: fix cache "
` [PATCH v2 2/4] sysemu/os-win32: fix setjmp/longjmp "
` [PATCH v2 4/4] target/ppc: fix warning with clang-15

[PATCH] RISC-V: XTheadMemPair: Remove register restrictions for store-pair
 2023-02-20  9:56 UTC 

[PATCH 0/5] eBPF RSS Helper support
 2023-02-20  9:54 UTC  (8+ messages)
` [PATCH 1/5] ebpf: Added eBPF initialization by fds and map update
` [PATCH 2/5] virtio-net: Added property to load eBPF RSS with fds
` [PATCH 3/5] qmp: Added the helper stamp check
` [PATCH 4/5] ebpf_rss_helper: Added helper for eBPF RSS
` [PATCH 5/5] qmp: Added find-ebpf-rss-helper command

[RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
 2023-02-20  9:53 UTC  (3+ messages)

[PATCH v2 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
 2023-02-20  9:52 UTC  (8+ messages)
` [PATCH v2 07/18] hw/ide/piix: Ensure IDE output IRQs are wired at realization
` [PATCH v2 06.5/18] hw/ide/piix: Allow using PIIX3-IDE as standalone PCI function

[PATCH v3 00/10] Teach 'getfd' QMP command to import win32 sockets
 2023-02-20  9:52 UTC  (11+ messages)
` [PATCH v3 07/10] qapi: implement conditional command arguments
` [PATCH v3 08/10] qmp: teach 'getfd' to import sockets on win32

[RFC PATCH] docs/about/build-platforms: Refine the distro support policy
 2023-02-20  9:39 UTC  (10+ messages)

[PATCH v2 00/24] hw/ide: QOM/QDev housekeeping
 2023-02-20  9:13 UTC  (25+ messages)
` [PATCH v2 01/24] MAINTAINERS: Mark IDE and Floppy as "Odd Fixes"
` [PATCH v2 02/24] hw/ide/mmio: Use CamelCase for MMIO_IDE state name
` [PATCH v2 03/24] hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h'
` [PATCH v2 04/24] hw/ide/isa: Rename isairq -> irqnum
` [PATCH v2 05/24] hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'
` [PATCH v2 06/24] hw/ide/isa: Remove intermediate ISAIDEState::irq variable
` [PATCH v2 07/24] hw/ide/atapi: Restrict 'scsi/constants.h' inclusion
` [PATCH v2 08/24] hw/ide: Remove unused 'qapi/qapi-types-run-state.h'
` [PATCH v2 09/24] hw/ide: Include 'exec/ioport.h' instead of 'hw/isa/isa.h'
` [PATCH v2 10/24] hw/ide: Un-inline ide_set_irq()
` [PATCH v2 11/24] hw/ide: Rename ide_set_irq() -> ide_bus_set_irq()
` [PATCH v2 12/24] hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()
` [PATCH v2 13/24] hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb
` [PATCH v2 14/24] hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()
` [PATCH v2 15/24] hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
` [PATCH v2 16/24] hw/ide: Rename idebus_active_if() -> ide_bus_active_if()
` [PATCH v2 17/24] hw/ide: Declare ide_get_[geometry/bios_chs_trans] in 'hw/ide/internal.h'
` [PATCH v2 18/24] hw/ide: Rename ISA specific ide_init_ioport -> ide_bus_init_ioport_isa
` [PATCH v2 19/24] hw/ide/ioport: Remove unnecessary includes
` [PATCH v2 20/24] hw/ide/pci: Unexport bmdma_active_if()
` [PATCH v2 21/24] hw/ide/piix: Remove unused includes
` [PATCH v2 22/24] hw/ide/piix: Pass Error* to pci_piix_init_ports() for better error msg
` [PATCH v2 23/24] hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_init_bus per bus
` [PATCH v2 24/24] hw/ide/ahci: trace ncq write command as write instead of read

[PATCH] hw/i386/xen: Remove unused 'hw/ide.h' include from header
 2023-02-20  9:27 UTC 

Optimization for the virtio-balloon feature on the ARM platform
 2023-02-20  9:15 UTC  (2+ messages)

[PATCH v2 0/7] Python: Drop support for Python 3.6
 2023-02-20  8:51 UTC  (16+ messages)
` [PATCH v2 6/7] CI: Stop building docs on centos8

[PATCH] Updated the FSF address to <https://www.gnu.org/licenses/>
 2023-02-20  8:33 UTC  (2+ messages)

[PATCH] qemu: make version available in coredump
 2023-02-20  8:29 UTC  (3+ messages)

[PATCH v2 1/3] hw: allwinner-i2c: Make the trace message more readable
 2023-02-20  8:12 UTC  (3+ messages)
` [PATCH v2 2/3] hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCs
` [PATCH v2 3/3] hw: arm: allwinner-h3: Fix and complete H3 i2c devices

[PATCH] hw/ide/ahci: trace ncq write command as write instead of read
 2023-02-20  8:12 UTC  (4+ messages)

[PATCH v3 00/27] target/s390x: pc-relative translation blocks
 2023-02-20  7:57 UTC  (2+ messages)

[RFC PATCH 00/43] Add LoongArch LSX instructions
 2023-02-20  7:47 UTC  (4+ messages)
` [RFC PATCH 10/43] target/loongarch: Implement vaddw/vsubw

[PATCH] ui: fix crash on serial reset, during init
 2023-02-20  7:31 UTC  (2+ messages)

[PATCH] xio3130_downstream: Add ACS (Access Control Services) capability
 2023-02-20  7:13 UTC  (3+ messages)

[PATCH v8 0/8] Introduce igb
 2023-02-20  7:04 UTC  (4+ messages)

[PATCH RESEND 00/18] Support smp.clusters for x86
 2023-02-20  6:59 UTC  (13+ messages)
` [PATCH RESEND 04/18] i386/cpu: Fix number of addressable IDs in CPUID.04H
` [PATCH RESEND 18/18] i386: Add new property to control L2 cache topo "

[PATCH 0/2] hw/timer: Reduce 'hw/ptimer.h' inclusion
 2023-02-20  6:35 UTC  (8+ messages)
` [PATCH 1/2] qemu/typedefs: Sort in case-insensitive alphabetical order (again)
` [PATCH 2/2] hw/timer: Reduce 'hw/ptimer.h' inclusion
` [PATCH 3/2] hw/timer: Rename ptimer_state -> PTimer

[PULL 0/7] tcg patch queue
 2023-02-20  3:23 UTC  (8+ messages)
` [PULL 1/7] accel/tcg: Allow the second page of an instruction to be MMIO
` [PULL 2/7] linux-user/sparc: Raise SIGILL for all unhandled software traps
` [PULL 3/7] linux-user: Always exit from exclusive state in fork_end()
` [PULL 4/7] cpus: Make {start,end}_exclusive() recursive
` [PULL 5/7] linux-user/microblaze: Handle privileged exception
` [PULL 6/7] tests/tcg/linux-test: Add linux-fork-trap test
` [PULL 7/7] target/microblaze: Add gdbstub xml

[RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall
 2023-02-20  3:04 UTC  (4+ messages)
` [RFC PATCH 1/2] mm: restrictedmem: "
` [RFC PATCH 2/2] selftests: restrictedmem: Add selftest for RMFD_HUGEPAGE

[PATCH v1 1/2] hw: allwinner-i2c: Make the trace message more readable
 2023-02-20  1:01 UTC  (7+ messages)
` [PATCH v1 2/2] hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG

[PATCH v4 0/8] hw/cxl: RAS error emulation and injection
 2023-02-19 15:25 UTC  (18+ messages)
` [PATCH v4 1/8] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
` [PATCH v4 2/8] hw/pci/aer: Add missing routing for AER errors
` [PATCH v4 3/8] hw/pci-bridge/cxl_root_port: Wire up AER
` [PATCH v4 4/8] hw/pci-bridge/cxl_root_port: Wire up MSI
` [PATCH v4 5/8] hw/mem/cxl-type3: Add AER extended capability
` [PATCH v4 6/8] hw/cxl: Fix endian issues in CXL RAS capability defaults / masks
` [PATCH v4 7/8] hw/pci/aer: Make PCIE AER error injection facility available for other emulation to use
` [PATCH v4 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PATCH 00/12] ICH9 cleanup
 2023-02-19 14:21 UTC  (5+ messages)
` [PATCH 05/12] hw/i2c/smbus_ich9: Inline ich9_smb_init() and remove it

[RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
 2023-02-19 12:12 UTC  (14+ messages)

[PATCH] target/ppc/translate: Add dummy implementation for dcblc instruction
 2023-02-19 10:57 UTC  (3+ messages)

[PATCH 0/4] Implement virtio-multitouch and enable GTK3 to use it
 2023-02-19  8:28 UTC  (9+ messages)
` [PATCH 1/4] virtio-input: generalize virtio_input_key_config()
` [PATCH 2/4] virtio-input: add a virtio-mulitouch device
` [PATCH 3/4] ui: add helpers for virtio-multitouch events
` [PATCH 4/4] ui/gtk: enable backend to send multi-touch events

pixman_blt on aarch64
 2023-02-18 23:38 UTC  (5+ messages)

[PATCH v6 0/4] riscv: Add support for Zicbo[m,z,p] instructions
 2023-02-18 19:35 UTC  (10+ messages)
` [PATCH v6 1/4] accel/tcg: Add probe_access_range_flags interface
` [PATCH v6 2/4] target/riscv: implement Zicboz extension
` [PATCH v6 3/4] target/riscv: implement Zicbom extension
` [PATCH v6 4/4] target/riscv: add Zicbop cbo.prefetch{i, r, m} placeholder

[PATCH] [PATCH] disas/riscv Fix ctzw disassemble
 2023-02-18 12:40 UTC  (2+ messages)

[PATCH v5 0/4] riscv: Add support for Zicbo[m,z,p] instructions
 2023-02-18  9:51 UTC  (5+ messages)
` [PATCH v5 3/4] target/riscv: implement Zicbom extension

[RFC PATCH] docs: build-platforms: refine requirements on Python build dependencies
 2023-02-18  9:27 UTC  (3+ messages)

[PATCH v6 00/29] target/arm: Allow CONFIG_TCG=n builds
 2023-02-18  4:26 UTC  (33+ messages)
` [PATCH v6 01/29] target/arm: rename handle_semihosting to tcg_handle_semihosting
` [PATCH v6 02/29] target/arm: wrap psci call with tcg_enabled
` [PATCH v6 03/29] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [PATCH v6 04/29] target/arm: Move PC alignment check
` [PATCH v6 05/29] target/arm: Move cpregs code out of cpu.h
` [PATCH v6 06/29] target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
` [PATCH v6 07/29] target/arm: Wrap TCG-only code in debug_helper.c
` [PATCH v6 08/29] target/arm: move translate modules to tcg/
` [PATCH v6 09/29] target/arm: move helpers "
` [PATCH v6 10/29] target/arm: Move psci.c into the tcg directory
` [PATCH v6 11/29] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
` [PATCH v6 12/29] target/arm: Move hflags code into the tcg directory
` [PATCH v6 13/29] target/arm: Move regime_using_lpae_format into internal.h
` [PATCH v6 14/29] target/arm: Don't access TCG code when debugging with KVM
` [PATCH v6 15/29] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
` [PATCH v6 16/29] target/arm: Move cortex sysregs into cpu64.c
` [PATCH v6 17/29] tests/avocado: Skip tests that require a missing accelerator
` [PATCH v6 18/29] tests/avocado: Tag TCG tests with accel:tcg
` [PATCH v6 19/29] target/arm: Move 64-bit TCG CPUs into tcg/
` [PATCH v6 20/29] target/arm: move cpu_tcg to tcg/cpu32.c
` [PATCH v6 21/29] target/arm: Use "max" as default cpu for the virt machine with KVM
` [PATCH v6 22/29] tests/qtest: arm-cpu-features: Match tests to required accelerators
` [PATCH v6 23/29] tests/qtest: Restrict tpm-tis-devices-{swtpm}-test to CONFIG_TCG
` [PATCH v6 24/29] target/avocado: Pass parameters to migration test
` [PATCH v6 25/29] tests/avocado: add machine:none tag to version.py
` [PATCH v6 26/29] arm/Kconfig: Always select SEMIHOSTING when TCG is present
` [PATCH v6 27/29] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
` [PATCH v6 28/29] gitlab-ci: Check building KVM-only aarch64 target
` [PATCH v6 29/29] tests/qtest: Fix tests when no KVM or TCG are present

Runnig solaris binary(32 bit) on linux(64 bit)
 2023-02-18  2:40 UTC  (7+ messages)

[PATCH v2] Fix exec migration on Windows (w32+w64)
 2023-02-18  2:00 UTC  (6+ messages)

Lost partition tables on ide-hd + ahci drive
 2023-02-17 21:22 UTC  (6+ messages)

[PATCH v3] configure: Add 'mkdir build' check
 2023-02-17 20:40 UTC 

[PATCH 0/2] hw/mem: CXL Type-3 Volatile Memory Support
 2023-02-17 16:16 UTC  (4+ messages)
` [PATCH 2/2] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)

CXL 2.0 memory pooling emulation
 2023-02-17 11:14 UTC  (7+ 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).