qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-16 10:56:55 to 2022-12-16 21:04:38 UTC [more...]

[PULL 00/21] Hexagon update: bug fixes, performance, idef-parser
 2022-12-16 20:48 UTC  (16+ messages)
` [PULL 01/21] Hexagon (target/hexagon) Add pkt and insn to DisasContext
` [PULL 02/21] Hexagon (target/hexagon) Fix predicated assignment to .tmp and .cur
` [PULL 03/21] Hexagon (target/hexagon) Add overrides for S2_asr_r_r_sat/S2_asl_r_r_sat
` [PULL 04/21] Hexagon (target/hexagon) Only use branch_taken when packet has multi cof
` [PULL 10/21] Hexagon (target/hexagon) Use direct block chaining for direct jump/branch
` [PULL 11/21] Hexagon (target/hexagon) Use direct block chaining for tight loops
` [PULL 13/21] target/hexagon: import README for idef-parser
` [PULL 14/21] target/hexagon: make slot number an unsigned
` [PULL 15/21] target/hexagon: make helper functions non-static
` [PULL 16/21] target/hexagon: introduce new helper functions
` [PULL 17/21] target/hexagon: prepare input for the idef-parser
` [PULL 18/21] target/hexagon: import lexer for idef-parser
` [PULL 19/21] target/hexagon: import parser "
` [PULL 20/21] target/hexagon: call idef-parser functions
` [PULL 21/21] target/hexagon: import additional tests

[PATCH v2 0/2] Use a more portable way to enable target specific functions
 2022-12-16 20:47 UTC  (3+ messages)
` [PATCH 2/2] meson: Set avx512f option to auto

[PATCH] linux-user: ppoll: eliminate large alloca
 2022-12-16 20:44 UTC  (2+ messages)

[PATCH v1 00/10] split user and system code in gdbstub
 2022-12-16 20:37 UTC  (21+ messages)
` [PATCH v1 01/10] gdbstub/internals.h: clean up include guard
` [PATCH v1 02/10] gdbstub: fix-up copyright and license files
` [PATCH v1 03/10] gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
` [PATCH v1 04/10] gdbstub: split GDBConnection from main structure
` [PATCH v1 05/10] gdbstub: move GDBState to shared internals header
` [PATCH v1 06/10] includes: move tb_flush into its own header
` [PATCH v1 07/10] includes: add new gdbstub include directory
` [PATCH v1 08/10] gdbstub: move chunk of softmmu functionality to own file
` [PATCH v1 09/10] gdbstub: move chunks of user code into own files
` [PATCH v1 10/10] gdbstub: retire exec/gdbstub.h

[PATCH-for-8.0 0/4] ppc: Clean up few headers to make them target agnostic
 2022-12-16 20:32 UTC  (11+ messages)
` [PATCH-for-8.0 1/4] target/ppc/kvm: Add missing "cpu.h" and "exec/hwaddr.h"
` [PATCH-for-8.0 2/4] hw/ppc/vof: Do not include the full "cpu.h"
` [PATCH-for-8.0 3/4] hw/ppc/spapr: Reduce "vof.h" inclusion
` [PATCH-for-8.0 4/4] hw/ppc/spapr_ovec: Avoid target_ulong spapr_ovec_parse_vector()

[cross-project PATCH v2] NBD 64-bit extensions
 2022-12-16 20:22 UTC  (6+ messages)
` [PATCH v2 0/6] NBD spec changes for "
  ` [PATCH v2 1/6] spec: Recommend cap on NBD_REPLY_TYPE_BLOCK_STATUS length
  ` [PATCH v2 2/6] spec: Tweak description of maximum block size

[PATCH v2] target/arm: align exposed ID registers with Linux
 2022-12-16 19:42 UTC  (4+ messages)

[RFC PATCH-for-8.0 0/3] hw/ppc: Remove tswap() calls
 2022-12-16 19:10 UTC  (4+ messages)
` [RFC PATCH-for-8.0 2/3] hw/ppc/spapr: Replace tswap64(HPTE) by cpu_to_be64(HPTE)

[PATCH] meson: Clean up some dependencies regarding qemu-system
 2022-12-16 19:07 UTC 

[PULL 00/13] accel/tcg: Rewrite user-only vma tracking
 2022-12-16 18:53 UTC  (14+ messages)
` [PULL 01/13] util: Add interval-tree.c
` [PULL 02/13] accel/tcg: Rename page_flush_tb
` [PULL 03/13] accel/tcg: Use interval tree for TBs in user-only mode
` [PULL 04/13] accel/tcg: Use interval tree for TARGET_PAGE_DATA_SIZE
` [PULL 05/13] accel/tcg: Move page_{get,set}_flags to user-exec.c
` [PULL 06/13] accel/tcg: Use interval tree for user-only page tracking
` [PULL 07/13] accel/tcg: Move PageDesc tree into tb-maint.c for system
` [PULL 08/13] accel/tcg: Move remainder of page locking to tb-maint.c
` [PULL 09/13] accel/tcg: Restrict cpu_io_recompile() to system emulation
` [PULL 10/13] accel/tcg: Remove trace events from trace-root.h
` [PULL 11/13] accel/tcg: Rename tb_invalidate_phys_page_fast{, __locked}()
` [PULL 12/13] accel/tcg: Factor tb_invalidate_phys_range_fast() out
` [PULL 13/13] accel/tcg: Restrict page_collection structure to system TB maintainance

[PATCH 0/4] hw/ppc: Clean up includes
 2022-12-16 18:47 UTC  (2+ messages)

[RFC PATCH] linux-user: time64: consolidate rt_sigtimedwait_time64 and rt_sigtimedwait
 2022-12-16 18:08 UTC 

[PATCH 0/6] Trivial PPC cleanups
 2022-12-16 17:50 UTC  (16+ messages)
` [PATCH 1/6] target/ppc/mmu_common: Log which effective address had no TLB entry found
` [PATCH 2/6] target/ppc/mmu_common: Fix table layout of "info tlb" HMP command
` [PATCH 3/6] hw/ppc/virtex_ml507: Prefer local over global variable
` [PATCH 4/6] hw/ppc/e500: Prefer local variable over qdev_get_machine()
` [PATCH 5/6] hw/ppc/e500: Resolve variable shadowing
` [PATCH 6/6] hw/ppc/e500: Move comment to more appropriate place

[PATCH-for-8.0 0/5] accel/tcg: Restrict page_collection structure to system TB maintainance
 2022-12-16 17:31 UTC  (12+ messages)
` [PATCH-for-8.0 1/5] accel/tcg: Restrict cpu_io_recompile() to system emulation
` [PATCH-for-8.0 2/5] accel/tcg: Remove trace events from trace-root.h
` [PATCH-for-8.0 3/5] accel/tcg: Rename tb_invalidate_phys_page_[locked_]fast()
` [PATCH-for-8.0 4/5] accel/tcg: Factor tb_invalidate_phys_range_fast() out
` [PATCH-for-8.0 5/5] accel/tcg: Restrict page_collection structure to system TB maintainance

[PATCH 00/14] block: Move more functions to coroutines
 2022-12-16 17:30 UTC  (16+ messages)
` [PATCH 01/14] block-coroutine-wrapper: support void functions
` [PATCH 02/14] block: Convert bdrv_io_plug() to co_wrapper
` [PATCH 04/14] block: Rename refresh_total_sectors to bdrv_refresh_total_sectors
` [PATCH 05/14] block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
` [PATCH 06/14] block-backend: use bdrv_getlength instead of blk_getlength
` [PATCH 07/14] block: use bdrv_co_refresh_total_sectors when possible
` [PATCH 14/14] block: Rename newly converted BlockDriver IO coroutine functions

[RFC v3 0/3] migration: reduce time of loading non-iterable vmstate
 2022-12-16 17:11 UTC  (2+ messages)

[RFC] gitlab: introduce s390x wasmtime job
 2022-12-16 15:10 UTC  (7+ messages)

[PATCH] target/arm: Don't set EXC_RETURN.ES if Security Extension not present
 2022-12-16 16:29 UTC  (2+ messages)

can we reduce the time taken for the msys2 jobs?
 2022-12-16 16:23 UTC  (2+ messages)

[PATCH 2/2] tpm: add backend for mssim
 2022-12-16 16:21 UTC  (22+ messages)

[PATCH for-8.0 0/2] hw/input/ps2: Convert to 3-phase reset
 2022-12-16 16:03 UTC  (2+ messages)

[PATCH for-8.0 0/2] hw/misc: Convert MOS6522 devices to 3-phase reset
 2022-12-16 16:03 UTC  (2+ messages)

[PATCH for-8.0 00/19] Convert most CPU classes to 3-phase reset
 2022-12-16 16:02 UTC  (2+ messages)

[PATCH for-8.0 0/7] virtio, pci, xics: 3-phase reset conversions
 2022-12-16 16:02 UTC  (2+ messages)

[PATCH] docs: do not talk about past removal as happening in the future
 2022-12-16 15:59 UTC  (2+ messages)

[PATCH v2 0/2] qga: improve "syslog" domain logging
 2022-12-16 15:36 UTC  (6+ messages)

[PATCH for-8.0 00/30] Meson changes for QEMU 8.0
 2022-12-16 15:35 UTC  (34+ messages)
` [PATCH 01/30] configure: remove useless write_c_skeleton
` [PATCH 02/30] configure: remove dead function
` [PATCH 03/30] configure: remove useless test
` [PATCH 04/30] configure: preserve qemu-ga variables
` [PATCH 05/30] configure: remove backwards-compatibility and obsolete options
` [PATCH 06/30] meson: tweak hardening options for Windows
` [PATCH 07/30] meson: support meson 0.64 -Doptimization=plain
` [PATCH 09/30] meson: use prefer_static option
` [PATCH 10/30] meson: remove static_kwargs
` [PATCH 11/30] meson: cleanup dummy-cpus.c rules
` [PATCH 14/30] configure: test all warnings
` [PATCH 15/30] meson: cleanup compiler detection
` [PATCH 17/30] configure: remove pkg-config functions
` [PATCH 18/30] configure, meson: move --enable-modules to Meson
` [PATCH 19/30] configure, meson: move --enable-debug-info "
` [PATCH 20/30] meson: prepare move of QEMU_CFLAGS to meson

migration qtest failure: "query-migrate shows failed migration: Unable to write to socket: Broken pipe"
 2022-12-16 15:22 UTC  (2+ messages)

[PATCH] linux-user: fix getgroups/setgroups allocations
 2022-12-16 15:20 UTC 

[PATCH v2 0/7] Clean up dependencies of ACPI controllers
 2022-12-16 15:18 UTC  (14+ messages)
` [PATCH v2 1/7] hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9
` [PATCH v2 2/7] hw/acpi/Kconfig: Add missing dependencies "
` [PATCH v2 3/7] hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machines
` [PATCH v2 4/7] hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4
` [PATCH v2 5/7] hw/isa/Kconfig: Add missing dependency to VT82C686
` [PATCH v2 6/7] i386, mips: Resolve redundant ACPI and APM dependencies
` [PATCH v2 7/7] hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-16 15:09 UTC  (3+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH] configure: Fix check-tcg not executing any tests
 2022-12-16 15:04 UTC  (2+ messages)

[PATCH v4 0/7] ppc/e500: Add support for two types of flash, cleanup
 2022-12-16 14:38 UTC  (11+ messages)
` [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

[PATCH 0/5] migration: Fix disorder of channel creations
 2022-12-16 14:30 UTC  (8+ messages)
` [PATCH 1/5] io: Add support for MSG_PEEK for socket channel

[PATCH v3] hw/rtc/mc146818rtc: Make this rtc device target independent
 2022-12-16 14:26 UTC  (2+ messages)

[PULL 0/8] QEMU Guest Agent misc patches
 2022-12-16 13:54 UTC  (9+ messages)
` [PULL 1/8] qga: Move FS TRIM code to commands-linux.c
` [PULL 2/8] qga: Add ZFS TRIM support for FreeBSD
` [PULL 3/8] qga: Add initial OpenBSD and NetBSD support
` [PULL 4/8] qga:/qga-win: adding a empty PCI address creation function
` [PULL 5/8] qga:/qga-win: skip getting pci info for USB disks
` [PULL 6/8] qga-win: choose the right libpcre version to include in MSI package
` [PULL 7/8] qga-win: add logging to Windows event log
` [PULL 8/8] qga: map GLib log levels to system levels

[PATCH v2 0/3] More work on deprecation/removal of clear text passwords
 2022-12-16 13:56 UTC  (7+ messages)
` [PATCH v2 1/3] block: mention 'password-secret' option for -iscsi
` [PATCH v2 2/3] block: deprecate iSCSI 'password' in favour of 'password-secret'
` [PATCH v2 3/3] ui: remove deprecated 'password' option for SPICE

[PATCH v2] hostmem: Honor multiple preferred nodes if possible
 2022-12-16 13:47 UTC  (3+ messages)

[PATCH v4] riscv: Allow user to set the satp mode
 2022-12-16 13:03 UTC  (3+ messages)

[PATCH 0/5] hw: make TCO watchdog actually work by default for Q35
 2022-12-16 12:57 UTC  (6+ messages)
` [PATCH 1/5] hw/acpi: add trace events for TCO watchdog register access
` [PATCH 2/5] hw/isa: add trace events for ICH9 LPC chip config access
` [PATCH 3/5] hw/watchdog: add trace events for watchdog action handling
` [PATCH 4/5] hw/isa: enable TCO watchdog reboot pin strap by default
` [PATCH 5/5] ich9: honour 'enable_tco' property

[PATCH v2] hw/cxl/device: Add Flex Bus Port DVSEC
 2022-12-16 12:37 UTC  (5+ messages)

misleading error message when converting an empty raw file to VMDK
 2022-12-16 12:24 UTC 

[PULL v2 00/23] First batch of s390x, qtest, CI and misc patches for 8.0
 2022-12-16 12:04 UTC  (2+ messages)

[PATCH v3 0/8] accel/tcg: Rewrite user-only vma tracking
 2022-12-16 12:03 UTC  (8+ messages)
` [PATCH v3 2/8] accel/tcg: Rename page_flush_tb
` [PATCH v3 4/8] accel/tcg: Use interval tree for TARGET_PAGE_DATA_SIZE
` [PATCH v3 6/8] accel/tcg: Use interval tree for user-only page tracking

[PULL v2 00/28] target-arm queue
 2022-12-16 11:54 UTC  (3+ messages)

[PATCH v1 00/24] vfio-user client
 2022-12-16 11:31 UTC  (2+ messages)

[PATCH 0/3] More work on deprecation/removal of clear text passwords
 2022-12-16 11:18 UTC  (4+ messages)
` [PATCH 1/3] block: mention 'password-secret' option for -iscsi

[PATCH 0/2] hw/arm: allow flash images being smaller than the available space
 2022-12-16 11:13 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] docs: add no-padding firmware feature

[PATCH 0/2] Make coroutine annotations ready for static analysis
 2022-12-16 11:07 UTC  (3+ messages)
` [PATCH v2 1/2] coroutine: annotate coroutine_fn for libclang
` [PATCH v2 2/2] block: Add no_coroutine_fn and coroutine_mixed_fn marker

[PATCH 0/2] TLS: fix read stall with large buffers
 2022-12-16 10:55 UTC  (5+ messages)
` [PATCH 2/2] io/channel-tls: fix handling of bigger read buffers


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