qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-21 13:11:08 to 2022-04-21 17:32:55 UTC [more...]

[PULL 0/7] target/rx patch queue
 2022-04-21 17:31 UTC  (2+ messages)
` [PULL 3/7] target/rx: Move DISAS_UPDATE check for write to PSW

[PULL 00/18] migration queue
 2022-04-21 16:40 UTC  (13+ messages)
` [PULL 01/18] tests: improve error message when saving TLS PSK file fails
` [PULL 02/18] tests: support QTEST_TRACE env variable
` [PULL 03/18] tests: print newline after QMP response in qtest logs
` [PULL 04/18] migration: fix use of TLS PSK credentials with a UNIX socket
` [PULL 05/18] tests: switch MigrateStart struct to be stack allocated
` [PULL 06/18] tests: merge code for UNIX and TCP migration pre-copy tests
` [PULL 07/18] tests: introduce ability to provide hooks for migration precopy test
` [PULL 10/18] migration: Postpone releasing MigrationState.hostname
` [PULL 12/18] migration: Add pss.postcopy_requested status
` [PULL 14/18] migration: Export ram_load_postcopy()
` [PULL 17/18] migration: Fix operator type
` [PULL 18/18] migration: Read state once

[PATCH v2] Only advertise aio=io_uring if support is actually available
 2022-04-21 16:50 UTC 

[PULL 00/13] Dump patches
 2022-04-21 17:24 UTC  (4+ messages)
` [PULL 13/13] dump/win_dump: add 32-bit guest Windows support

[PATCH v2 0/5] Generalize the sysbus device machine allowance
 2022-04-21 16:46 UTC  (4+ messages)
` [PATCH v2 1/5] qdev: add user_creatable_requires_machine_allowance class flag

[PATCH v2 0/5] 9pfs: macOS host fixes
 2022-04-21 16:40 UTC  (11+ messages)
` [PATCH v2 1/5] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
` [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) "
` [PATCH v2 3/5] 9pfs: fix wrong encoding of rdev field in Rgetattr "
` [PATCH v2 4/5] 9pfs: fix wrong errno being sent to Linux client on macOS host
` [PATCH v2 5/5] 9pfs: fix removing non-existent POSIX ACL xattr "

[PATCH v3] hw/rx: rx-gdbsim DTB load address aligned of 16byte
 2022-04-21 17:07 UTC  (2+ messages)

[PATCH] Only advertise aio=io_uring if support is actually available
 2022-04-21 16:51 UTC  (3+ messages)

[PATCH v3 00/60] target/arm: Cleanups, new features, new cpus
 2022-04-21 16:27 UTC  (11+ messages)
` [PATCH v3 07/60] target/arm: Extend store_cpu_offset to take field size
` [PATCH v3 08/60] target/arm: Change DisasContext.thumb to bool
` [PATCH v3 09/60] target/arm: Change CPUArchState.thumb "
` [PATCH v3 10/60] target/arm: Remove fpexc32_access
` [PATCH v3 11/60] target/arm: Split out set_btype_raw

[PULL 00/31] target-arm queue
 2022-04-21 16:24 UTC  (2+ messages)

Create qemu-project/py-qemu.qmp repo
 2022-04-21 16:46 UTC 

[PATCH 1/1] hw/i386/amd_iommu: Fix IOMMU event log encoding errors
 2022-04-21 16:19 UTC  (3+ messages)

[PATCH for-7.1 00/11] hw/arm: Add NPCM8XX support
 2022-04-21 16:28 UTC  (3+ messages)

[PATCH v8 00/12] target/hexagon: introduce idef-parser
 2022-04-21 16:38 UTC  (8+ messages)
` [PATCH v8 10/12] target/hexagon: import parser for idef-parser

[PATCH v4] Use io_uring_register_ring_fd() to skip fd operations
 2022-04-21 16:36 UTC 

[PATCH v7 00/64] nios2 fixes, cleanups, shadow reg sets
 2022-04-21 15:17 UTC  (65+ messages)
` [PATCH v7 01/64] linux-user/nios2: Hoist pc advance to the top of EXCP_TRAP
` [PATCH v7 02/64] linux-user/nios2: Fix clone child return
` [PATCH v7 03/64] linux-user/nios2: Drop syscall 0 "workaround"
` [PATCH v7 04/64] linux-user/nios2: Adjust error return
` [PATCH v7 05/64] linux-user/nios2: Handle special qemu syscall return values
` [PATCH v7 06/64] linux-user/nios2: Remove do_sigreturn
` [PATCH v7 07/64] linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
` [PATCH v7 08/64] tests/tcg/nios2: Re-enable linux-user tests
` [PATCH v7 09/64] target/nios2: Remove user-only nios2_cpu_do_interrupt
` [PATCH v7 10/64] target/nios2: Remove nios2_cpu_record_sigsegv
` [PATCH v7 11/64] target/nios2: Build helper.c for system only
` [PATCH v7 12/64] linux-user/nios2: Use force_sig_fault for EXCP_DEBUG
` [PATCH v7 13/64] target/nios2: Check supervisor on eret
` [PATCH v7 14/64] target/nios2: Stop generating code if gen_check_supervisor fails
` [PATCH v7 15/64] target/nios2: Add NUM_GP_REGS and NUM_CP_REGS
` [PATCH v7 16/64] target/nios2: Split PC out of env->regs[]
` [PATCH v7 17/64] target/nios2: Split out helper for eret instruction
` [PATCH v7 18/64] target/nios2: Fix BRET instruction
` [PATCH v7 19/64] target/nios2: Do not create TCGv for control registers
` [PATCH v7 20/64] linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regs
` [PATCH v7 21/64] target/nios2: Remove cpu_interrupts_enabled
` [PATCH v7 22/64] target/nios2: Split control registers away from general registers
` [PATCH v7 23/64] target/nios2: Clean up nios2_cpu_dump_state
` [PATCH v7 24/64] target/nios2: Use hw/registerfields.h for CR_STATUS fields
` [PATCH v7 25/64] target/nios2: Use hw/registerfields.h for CR_EXCEPTION fields
` [PATCH v7 26/64] target/nios2: Use hw/registerfields.h for CR_TLBADDR fields
` [PATCH v7 27/64] target/nios2: Use hw/registerfields.h for CR_TLBACC fields
` [PATCH v7 28/64] target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WE
` [PATCH v7 29/64] target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
` [PATCH v7 30/64] target/nios2: Move R_FOO and CR_BAR into enumerations
` [PATCH v7 31/64] target/nios2: Create EXCP_SEMIHOST for semi-hosting
` [PATCH v7 32/64] target/nios2: Clean up nios2_cpu_do_interrupt
` [PATCH v7 33/64] target/nios2: Hoist CPU_LOG_INT logging
` [PATCH v7 34/64] target/nios2: Handle EXCP_UNALIGN and EXCP_UALIGND
` [PATCH v7 35/64] target/nios2: Cleanup set of CR_EXCEPTION for do_interrupt
` [PATCH v7 36/64] target/nios2: Clean up handling of tlbmisc in do_exception
` [PATCH v7 37/64] target/nios2: Prevent writes to read-only or reserved control fields
` [PATCH v7 38/64] target/nios2: Implement cpuid
` [PATCH v7 39/64] target/nios2: Implement CR_STATUS.RSIE
` [PATCH v7 40/64] target/nios2: Remove CPU_INTERRUPT_NMI
` [PATCH v7 41/64] target/nios2: Support division error exception
` [PATCH v7 42/64] target/nios2: Use tcg_constant_tl
` [PATCH v7 43/64] target/nios2: Split out named structs for [IRJ]_TYPE
` [PATCH v7 44/64] target/nios2: Split out helpers for gen_* translate macros
` [PATCH v7 45/64] target/nios2: Introduce dest_gpr
` [PATCH v7 46/64] target/nios2: Drop CR_STATUS_EH from tb->flags
` [PATCH v7 47/64] target/nios2: Enable unaligned traps for system mode
` [PATCH v7 48/64] target/nios2: Create gen_jumpr
` [PATCH v7 49/64] target/nios2: Hoist set of is_jmp into gen_goto_tb
` [PATCH v7 50/64] target/nios2: Use gen_goto_tb for DISAS_TOO_MANY
` [PATCH v7 51/64] target/nios2: Use tcg_gen_lookup_and_goto_ptr
` [PATCH v7 52/64] target/nios2: Implement Misaligned destination exception
` [PATCH v7 53/64] target/nios2: Introduce shadow register sets
` [PATCH v7 54/64] target/nios2: Implement rdprs, wrprs
` [PATCH v7 55/64] target/nios2: Update helper_eret for shadow registers
` [PATCH v7 56/64] target/nios2: Implement EIC interrupt processing
` [PATCH v7 57/64] target/nios2: Advance pc when raising exceptions
` [PATCH v7 58/64] linux-user/nios2: Handle various SIGILL exceptions
` [PATCH v7 59/64] hw/intc: Vectored Interrupt Controller (VIC)
` [PATCH v7 60/64] hw/nios2: Introduce Nios2MachineState
` [PATCH v7 61/64] hw/nios2: Move memory regions into Nios2Machine
` [PATCH v7 62/64] hw/nios2: Machine with a Vectored Interrupt Controller
` [PATCH v7 63/64] tests/tcg/nios2: Add semihosting multiarch tests
` [PATCH v7 64/64] tests/tcg/nios2: Add test-shadow-1

[PATCH v3] Use io_uring_register_ring_fd() to skip fd operations
 2022-04-21 16:18 UTC  (3+ messages)

[PATCH v1 00/43] Add LoongArch softmmu support
 2022-04-21 15:59 UTC  (7+ messages)
` [PATCH v1 25/43] target/loongarch: Add LoongArch CSR instruction

[RFC PATCH 00/18] user-creatable cpu clusters
 2022-04-21 15:51 UTC  (2+ messages)

[PATCH v4 0/7] target/riscv: Initial support for the Sdtrig extension via M-mode CSRs
 2022-04-21 15:51 UTC  (8+ messages)
` [PATCH v4 2/7] target/riscv: machine: Add debug state description

[PATCH 0/6] scsi: add support for FORMAT UNIT command and quirks
 2022-04-21 15:29 UTC  (4+ messages)
` [PATCH 3/6] scsi-disk: add MODE_PAGE_APPLE quirk for Macintosh

[PATCH v2] Warn user if the vga flag is passed but no vga device is created
 2022-04-21 15:29 UTC  (2+ messages)

[PATCH] iotests/108: Fix when missing user_allow_other
 2022-04-21 15:25 UTC  (2+ messages)

introducing vrc :)
 2022-04-21 15:20 UTC  (4+ messages)

[PULL 00/17] Python patches
 2022-04-21 15:16 UTC  (18+ messages)
` [PULL 01/17] python/machine: permanently switch to AQMP
` [PULL 02/17] scripts/bench-block-job: "
` [PULL 03/17] iotests/mirror-top-perms: "
` [PULL 04/17] iotests: "
` [PULL 05/17] python/aqmp: add explicit GPLv2 license to legacy.py
` [PULL 06/17] python/aqmp: relicense as LGPLv2+
` [PULL 07/17] python/qmp-shell: "
` [PULL 08/17] python/aqmp-tui: "
` [PULL 09/17] python: temporarily silence pylint duplicate-code warnings
` [PULL 10/17] python/aqmp: take QMPBadPortError and parse_address from qemu.qmp
` [PULL 11/17] python/aqmp: fully separate from qmp.QEMUMonitorProtocol
` [PULL 12/17] python/aqmp: copy qmp docstrings to qemu.aqmp.legacy
` [PULL 13/17] python: remove the old QMP package
` [PULL 14/17] python: re-enable pylint duplicate-code warnings
` [PULL 15/17] python: rename qemu.aqmp to qemu.qmp
` [PULL 16/17] python: rename 'aqmp-tui' to 'qmp-tui'
` [PULL 17/17] python/qmp: remove pylint workaround from legacy.py

[PULL 00/31] riscv-to-apply queue
 2022-04-21 15:03 UTC  (2+ messages)

[PATCH v8 00/17] vfio-user server in QEMU
 2022-04-21 14:59 UTC  (5+ messages)
` [PATCH v8 02/17] qdev: unplug blocker for devices
` [PATCH v8 10/17] vfio-user: run vfio-user context

[PATCH v1 00/15] testing, docs, tracepoints and cputlb hacks
 2022-04-21 14:45 UTC  (3+ messages)
` [PATCH v1 06/15] monitor: expose monitor_puts to rest of code

[PULL 0/7] QAPI patches patches for 2022-04-21
 2022-04-21 14:31 UTC  (8+ messages)
` [PULL 1/7] qapi-schema: support alternates with array type
` [PULL 2/7] qapi-schema: test: add a qapi-schema-test for array alternates
` [PULL 3/7] qapi-schema: test: add a unit test for parsing "
` [PULL 4/7] docs: qapi: Remove outdated reference to simple unions
` [PULL 5/7] qapi: Fix documentation for query-xen-replication-status
` [PULL 6/7] qapi: Fix typo
` [PULL 7/7] qapi: Fix version of cpu0-id field

[PATCH 00/34] Misc meson conversions for QEMU 7.1
 2022-04-21 14:18 UTC  (3+ messages)
` [PATCH 03/34] qga: wixl: get path to sysroot from pkg-config as intended

[PATCH] migration: Read state once
 2022-04-21 14:13 UTC  (2+ messages)

[PULL 00/23] ppc queue
 2022-04-21 14:21 UTC  (3+ messages)

[PATCH v5 0/2] Option to take screenshot with screendump as PNG
 2022-04-21 13:57 UTC  (5+ messages)
` [PATCH v5 2/2] Added parameter "

[PATCH] migration: Fix operator type
 2022-04-21 14:04 UTC  (3+ messages)

[PULL 00/30] Misc patches
 2022-04-21 13:49 UTC  (31+ messages)
` [PULL 01/30] glib-compat: isolate g_date_time_format_iso8601 version-bypass
` [PULL 02/30] scripts/analyze-inclusions: drop qemu-common.h from analysis
` [PULL 03/30] Simplify softmmu/main.c
` [PULL 04/30] hw/hyperv: remove needless qemu-common.h include
` [PULL 05/30] include: rename qemu-common.h qemu/help-texts.h
` [PULL 06/30] qga: replace usleep() with g_usleep()
` [PULL 07/30] docs: trace-events-all is installed without renaming
` [PULL 08/30] arm/digic: replace snprintf() with g_strdup_printf()
` [PULL 09/30] arm/allwinner-a10: "
` [PULL 10/30] intc/exynos4210_gic: "
` [PULL 11/30] doc/style: CLang -> Clang
` [PULL 12/30] osdep.h: move qemu_build_not_reached()
` [PULL 13/30] compiler.h: replace QEMU_NORETURN with G_NORETURN
` [PULL 14/30] include: move qemu_msync() to osdep
` [PULL 15/30] include: move qemu_fdatasync() "
` [PULL 16/30] include: add qemu/keyval.h
` [PULL 17/30] include: move qdict_{crumple,flatten} declarations
` [PULL 18/30] tests: remove block/qdict checks from check-qobject.c
` [PULL 19/30] compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}
` [PULL 20/30] tests: run-time skip test-qga if TSAN is enabled
` [PULL 21/30] Move error_printf_unless_qmp() with monitor unit
` [PULL 22/30] qga: move qga_get_host_name()
` [PULL 23/30] qtest: simplify socket_send()
` [PULL 24/30] util: simplify write in signal handler
` [PULL 25/30] util: use qemu_write_full() in qemu_write_pidfile()
` [PULL 26/30] util: use qemu_create() "
` [PULL 27/30] util: replace qemu_get_local_state_pathname()
` [PULL 28/30] qga: remove need for QEMU atomic.h
` [PULL 29/30] tests/fuzz: fix warning
` [PULL 30/30] qga: use fixed-length and GDateTime for log timestamp

[RFC PATCH] tests/qtest: pass stdout/stderr down to subtests
 2022-04-21 13:57 UTC  (4+ messages)

[PATCH v4 00/19] migration: Postcopy Preemption
 2022-04-21 13:57 UTC  (2+ messages)

[PATCH] qga: use fixed-length and GDateTime for log timestamp
 2022-04-21 13:46 UTC  (2+ messages)

[PATCH 00/41] Misc cleanups
 2022-04-21 13:43 UTC  (5+ messages)
` [PATCH 26/41] compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}
` [PATCH 27/41] Use QEMU_SANITIZE_THREAD

[PATCH] hw/crypto: add Allwinner sun4i-ss crypto device
 2022-04-21 13:18 UTC  (3+ messages)

Q: TX (THR) throttling for serial interface?
 2022-04-21  8:58 UTC 

[PATCH 0/5] 9pfs: macOS host fixes
 2022-04-21 13:03 UTC  (4+ messages)
` [PATCH 5/5] 9pfs: fix removing non-existent POSIX ACL xattr on macOS host


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