qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-24 14:04:11 to 2021-09-25 10:49:36 UTC [more...]

[PATCH 00/14] bsd-user: misc cleanup for aarch64 import
 2021-09-25 10:46 UTC  (25+ messages)
` [PATCH 03/14] bsd-user: TARGET_RESET define is unused, remove it
` [PATCH 04/14] bsd-user: export get_errno and is_error from syscall.c
` [PATCH 06/14] bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h
` [PATCH 07/14] bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder
` [PATCH 08/14] bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it
` [PATCH 09/14] bsd-user: Remove used from TaskState
` [PATCH 11/14] bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface
` [PATCH 12/14] bsd-user/sysarch: Provide a per-arch framework for sysarch syscall
` [PATCH 13/14] bsd-user: Rename sigqueue to qemu_sigqueue
` [PATCH 14/14] bsd-user/signal: Create a dummy signal queueing function

[PATCH v5 00/30] LoongArch64 port of QEMU TCG
 2021-09-25 10:28 UTC  (45+ messages)
` [PATCH v5 01/30] elf: Add machine type value for LoongArch
` [PATCH v5 02/30] MAINTAINERS: Add tcg/loongarch64 entry with myself as maintainer
` [PATCH v5 03/30] tcg/loongarch64: Add the tcg-target.h file
` [PATCH v5 04/30] tcg/loongarch64: Add generated instruction opcodes and encoding helpers
` [PATCH v5 05/30] tcg/loongarch64: Add register names, allocation order and input/output sets
` [PATCH v5 06/30] tcg/loongarch64: Define the operand constraints
` [PATCH v5 07/30] tcg/loongarch64: Implement necessary relocation operations
` [PATCH v5 08/30] tcg/loongarch64: Implement the memory barrier op
` [PATCH v5 09/30] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH v5 10/30] tcg/loongarch64: Implement goto_ptr
` [PATCH v5 11/30] tcg/loongarch64: Implement sign-/zero-extension ops
` [PATCH v5 12/30] tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc ops
` [PATCH v5 13/30] tcg/loongarch64: Implement deposit/extract ops
` [PATCH v5 14/30] tcg/loongarch64: Implement bswap{16,32,64} ops
` [PATCH v5 15/30] tcg/loongarch64: Implement clz/ctz ops
` [PATCH v5 16/30] tcg/loongarch64: Implement shl/shr/sar/rotl/rotr ops
` [PATCH v5 17/30] tcg/loongarch64: Implement add/sub ops
` [PATCH v5 18/30] tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu ops
` [PATCH v5 19/30] tcg/loongarch64: Implement br/brcond ops
` [PATCH v5 20/30] tcg/loongarch64: Implement setcond ops
` [PATCH v5 21/30] tcg/loongarch64: Implement tcg_out_call
` [PATCH v5 22/30] tcg/loongarch64: Implement simple load/store ops
` [PATCH v5 23/30] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [PATCH v5 24/30] tcg/loongarch64: Implement tcg_target_qemu_prologue
` [PATCH v5 25/30] tcg/loongarch64: Implement exit_tb/goto_tb
` [PATCH v5 26/30] tcg/loongarch64: Implement tcg_target_init
` [PATCH v5 27/30] tcg/loongarch64: Register the JIT
` [PATCH v5 28/30] linux-user: Add safe syscall handling for loongarch64 hosts
` [PATCH v5 29/30] accel/tcg/user-exec: Implement CPU-specific signal handler "
` [PATCH v5 30/30] configure, meson.build: Mark support "

[PULL 00/25] QAPI patches patches for 2021-09-25
 2021-09-25  8:44 UTC  (27+ messages)
` [PULL 01/25] qapi: Tidy up unusual line breaks
` [PULL 02/25] qapi: Stop enforcing "type name should not end in 'Kind'
` [PULL 03/25] qapi: Convert simple union KeyValue to flat one
` [PULL 04/25] qapi: Convert simple union InputEvent "
` [PULL 05/25] qapi: Convert simple union TpmTypeOptions "
` [PULL 06/25] qapi: Convert simple union MemoryDeviceInfo "
` [PULL 07/25] qapi: Convert simple union ChardevBackend "
` [PULL 08/25] qapi: Convert simple union SocketAddressLegacy "
` [PULL 09/25] qapi: Convert simple union ImageInfoSpecific "
` [PULL 10/25] qapi: Convert simple union TransactionAction "
` [PULL 11/25] tests/qapi-schema: Prepare for simple union UserDefListUnion removal
` [PULL 12/25] test-qobject-input-visitor: Wean off UserDefListUnion
` [PULL 13/25] test-qobject-output-visitor: "
` [PULL 14/25] test-clone-visitor: "
` [PULL 15/25] tests/qapi-schema: "
` [PULL 16/25] tests/qapi-schema: Simple union UserDefListUnion is now unused, drop
` [PULL 17/25] tests/qapi-schema: Rewrite simple union TestIfUnion to be flat
` [PULL 18/25] test-clone-visitor: Wean off __org.qemu_x-Union1
` [PULL 19/25] tests/qapi-schema: Drop simple union __org.qemu_x-Union1
` [PULL 20/25] tests/qapi-schema: Purge simple unions from tests
` [PULL 21/25] qapi: Drop simple unions
` [PULL 22/25] tests/qapi-schema: Rename flat-union-* test cases to union-*
` [PULL 23/25] test-clone-visitor: Correct an accidental rename
` [PULL 24/25] tests/qapi-schema: Use Python OSError instead of outmoded IOError
` [PULL 25/25] tests/qapi-schema: Make test-qapi.py -u work when files are absent

[PATCH 0/2] qapi: Move RTC_CHANGE back out of target schema
 2021-09-25  7:43 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] qapi: Document the units for the offset argument to RTC_CHANGE

[Qemu-devel] [PULL 00/18] QAPI patches for 2019-02-18
 2021-09-25  7:39 UTC  (9+ messages)
` [Qemu-devel] [PULL 18/18] qapi: move RTC_CHANGE to the target schema

[PATCH v2 00/23] qapi: Remove simple unions from the schema language
 2021-09-25  5:01 UTC  (4+ messages)
` [PATCH v2 23/23] test-clone-visitor: Correct an accidental rename

[PATCH] ui/gtk: skip any extra draw of same guest scanout blob res
 2021-09-24 22:51 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/6] qapi: static typing conversion, pt5b
 2021-09-24 22:37 UTC  (4+ messages)
` [PATCH v2 2/6] qapi/parser: Allow empty QAPIDoc Sections

Re: [RFC v7] virtio/vsock: add two more queues for datagram types
 2021-09-24 22:27 UTC  (3+ messages)
`  "
  ` [External] "

[PATCH v4 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-09-24 20:52 UTC  (5+ messages)
` [PATCH v4 01/35] acpi: add helper routines to initialize "
` [PATCH v4 15/35] acpi: build_tpm_tcpa: use acpi_table_begin()/acpi_table_end() instead of build_header()

[PATCH] seabios-hppa: Update SeaBIOS to seabios-hppa-v2
 2021-09-24 19:53 UTC 

[PATCH 0/5] virtiofsd: Add support for file security context at creation
 2021-09-24 19:48 UTC  (6+ messages)
` [PATCH 1/5] fuse: Header file changes for FUSE_SECURITY_CTX
` [PATCH 2/5] fuse_lowlevel.c: Add capability to parse security context
` [PATCH 3/5] virtiofsd: Move core file creation code in separate function
` [PATCH 4/5] virtiofsd: Create new file with fscreate set
` [PATCH 5/5] virtiofsd: Create new file using O_TMPFILE and set security context

[PATCH 00/16] Acceptance Tests: use Avocado 91.0 features and other improvements
 2021-09-24 19:38 UTC  (18+ messages)
` [PATCH 01/16] Acceptance Tests: bump Avocado requirement to 91.0
` [PATCH 02/16] Acceptance Tests: improve check-acceptance description
` [PATCH 03/16] Acceptance Tests: add mechanism for listing tests
` [PATCH 04/16] Acceptance Tests: keep track and disable tests with known issues
` [PATCH 05/16] Acceptance Tests: add standard clean up at test tearDown()
` [PATCH 06/16] Acceptance Tests: use extract from package from avocado.utils
` [PATCH 07/16] Acceptance Tests: workaround expired mipsdistros.mips.com HTTPS cert
` [PATCH 08/16] acceptance/tests/vnc.py: use explicit syntax for enabling passwords
` [PATCH 09/16] tests/acceptance/boot_xen.py: merge base classes
` [PATCH 10/16] tests/acceptance/boot_xen.py: unify tags
` [PATCH 11/16] tests/acceptance/boot_xen.py: fetch kernel during test setUp()
` [PATCH 12/16] tests/acceptance/boot_xen.py: removed unused import
` [PATCH 13/16] tests/acceptance/boot_xen.py: use class attribute
` [PATCH 14/16] tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location update
` [PATCH 15/16] tests/acceptance/ppc_prep_40p.py: clean up unused import
` [PATCH 16/16] tests/acceptance/ppc_prep_40p.py: unify tags

[PATCH v3 0/9] nbd reconnect on open
 2021-09-24 19:19 UTC  (4+ messages)
` [PATCH v3 1/9] nbd/client-connection: nbd_co_establish_connection(): fix non set errp

[PATCH] nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLY
 2021-09-24 19:19 UTC  (3+ messages)

[PATCH v2] nbd/server: Add --selinux-label option
 2021-09-24 19:23 UTC  (6+ messages)

[PATCH 00/11] qdev: Add JSON -device and fix QMP device_add
 2021-09-24 19:02 UTC  (22+ messages)
` [PATCH 01/11] qom: Reduce use of error_propagate()
` [PATCH 04/11] qdev: Avoid using string visitor for properties
` [PATCH 05/11] qdev: Make DeviceState.id independent of QemuOpts
` [PATCH 06/11] qdev: Add Error parameter to qdev_set_id()
` [PATCH 07/11] qemu-option: Allow deleting opts during qemu_opts_foreach()
` [PATCH 08/11] qdev: Base object creation on QDict rather than QemuOpts
` [PATCH 09/11] qdev: Avoid QemuOpts in QMP device_add
` [PATCH 10/11] vl: Enable JSON syntax for -device
` [PATCH 11/11] Deprecate stable non-JSON -device and -object

[PATCH v3 00/15] PMU-EBB support for PPC64 TCG
 2021-09-24 19:05 UTC  (6+ messages)
` [PATCH v3 03/15] target/ppc: PMU basic cycle count for pseries TCG

[PATCH v3 00/27] linux-user: Move signal trampolines to new page
 2021-09-24 18:49 UTC  (32+ messages)
` [PATCH v3 01/27] linux-user: Add infrastructure for a signal trampoline page
` [PATCH v3 02/27] linux-user/aarch64: Implement setup_sigtramp
` [PATCH v3 03/27] linux-user/arm: Drop v1 signal frames
` [PATCH v3 04/27] linux-user/arm: Drop "_v2" from symbols in signal.c
` [PATCH v3 05/27] linux-user/arm: Implement setup_sigtramp
` [PATCH v3 06/27] linux-user/alpha: "
` [PATCH v3 07/27] linux-user/cris: "
` [PATCH v3 08/27] linux-user/hexagon: "
` [PATCH v3 09/27] linux-user/hppa: Document non-use of setup_sigtramp
` [PATCH v3 10/27] linux-user/i386: Implement setup_sigtramp
` [PATCH v3 11/27] linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not set
` [PATCH v3 12/27] linux-user/m68k: Implement setup_sigtramp
` [PATCH v3 13/27] linux-user/microblaze: "
` [PATCH v3 14/27] linux-user/mips: Tidy install_sigtramp
` [PATCH v3 15/27] linux-user/mips: Implement setup_sigtramp
` [PATCH v3 16/27] linux-user/nios2: Properly emulate EXCP_TRAP
` [PATCH v3 17/27] linux-user/nios2: Map a real kuser page
` [PATCH v3 18/27] linux-user/nios2: Fixes for signal frame setup
` [PATCH v3 19/27] linux-user/openrisc: Implement setup_sigtramp
` [PATCH v3 20/27] linux-user/ppc: Simplify encode_trampoline
` [PATCH v3 21/27] linux-user/ppc: Implement setup_sigtramp
` [PATCH v3 22/27] linux-user/riscv: "
` [PATCH v3 23/27] linux-user/s390x: "
` [PATCH v3 24/27] linux-user/sh4: "
` [PATCH v3 25/27] linux-user/sparc: "
` [PATCH v3 26/27] linux-user/xtensa: "
` [PATCH v3 27/27] linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGE

[PATCH v6 00/40] accel: Move has_work() from CPUClass to AccelOpsClass
 2021-09-24 18:49 UTC  (5+ messages)
` [PATCH v6 19/40] target/avr: Restrict has_work() handler to sysemu
` [PATCH v6 21/40] target/hexagon: Remove unused has_work() handler

[PATCH] hw/misc: Add an iBT device model
 2021-09-24 18:43 UTC  (4+ messages)

Ping: [PATCH 0/2] cocoa.m: keyboard quality of life reborn
 2021-09-24 18:28 UTC  (3+ messages)

[PATCH v2 0/6] iotests: update environment and linting configuration
 2021-09-24 18:13 UTC  (7+ messages)
` [PATCH v2 2/6] iotests: add warning for rogue 'qemu' packages

[PATCH v6 0/5] block/nbd: drop connection_co
 2021-09-24 17:44 UTC  (3+ messages)
` [PATCH v6 4/5] "

[PATCH v3 0/3] QIOChannel async_write & async_flush + MSG_ZEROCOPY + multifd
 2021-09-24 17:43 UTC  (7+ messages)
` [PATCH v3 1/3] QIOChannel: Add io_async_writev & io_async_flush callbacks
` [PATCH v3 2/3] QIOChannelSocket: Implement io_async_write & io_async_flush
` [PATCH v3 3/3] multifd: Send using asynchronous write on nocomp to send RAM pages

[RFC PATCH] spapr/xive: Allocate vCPU IPIs from local context
 2021-09-24 17:13 UTC  (6+ messages)

[PATCH v3 00/30] LoongArch64 port of QEMU TCG
 2021-09-24 16:26 UTC  (6+ messages)
` [PATCH v3 09/30] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi

[PULL 0/7] Linux user for 6.2 patches
 2021-09-24 15:19 UTC  (3+ messages)
` [PULL 6/7] linux-user/arm: Use force_sig_fault()

[PATCH v4 00/30] LoongArch64 port of QEMU TCG
 2021-09-24 15:19 UTC  (6+ messages)
` [PATCH v4 09/30] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH v4 23/30] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops

[PATCH v2 0/5] Reduce load on ppc target maintainers
 2021-09-24 15:16 UTC  (3+ messages)

[PATCH] block: introduce max_hw_iov for use in scsi-generic
 2021-09-24 15:03 UTC  (5+ messages)

[PATCH v2 0/9] bsd-user mmap fixes
 2021-09-24 15:07 UTC  (4+ messages)
` [PATCH v2 2/9] bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE

[PATCH] Hexagon (target/hexagon) probe the stores in a packet at start of commit
 2021-09-24 14:19 UTC  (3+ messages)

[PULL 0/3] hw/nvme updates
 2021-09-24 14:04 UTC  (2+ messages)

[PATCH v5 00/26] Qemu SGX virtualization
 2021-09-24 13:56 UTC  (3+ messages)
` [PATCH v5 04/26] qom: Add memory-backend-epc ObjectOptions support


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