messages from 2021-09-24 18:11:26 to 2021-09-25 17:49:20 UTC [more...]
[PATCH v6 00/30] LoongArch64 port of QEMU TCG
2021-09-25 17:30 UTC (17+ messages)
` [PATCH v6 01/30] elf: Add machine type value for LoongArch
` [PATCH v6 02/30] MAINTAINERS: Add tcg/loongarch64 entry with myself as maintainer
` [PATCH v6 03/30] tcg/loongarch64: Add the tcg-target.h file
` [PATCH v6 04/30] tcg/loongarch64: Add generated instruction opcodes and encoding helpers
` [PATCH v6 05/30] tcg/loongarch64: Add register names, allocation order and input/output sets
` [PATCH v6 06/30] tcg/loongarch64: Define the operand constraints
` [PATCH v6 07/30] tcg/loongarch64: Implement necessary relocation operations
` [PATCH v6 08/30] tcg/loongarch64: Implement the memory barrier op
` [PATCH v6 09/30] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH v6 10/30] tcg/loongarch64: Implement goto_ptr
` [PATCH v6 11/30] tcg/loongarch64: Implement sign-/zero-extension ops
` [PATCH v6 12/30] tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc ops
` [PATCH v6 17/30] tcg/loongarch64: Implement add/sub ops
` [PATCH v6 18/30] tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu ops
` [PATCH v6 19/30] tcg/loongarch64: Implement br/brcond ops
` [PATCH v6 25/30] tcg/loongarch64: Implement exit_tb/goto_tb
[PATCH v5 00/30] LoongArch64 port of QEMU TCG
2021-09-25 17:24 UTC (42+ messages)
` [PATCH v5 04/30] tcg/loongarch64: Add generated instruction opcodes and encoding helpers
` [PATCH v5 06/30] tcg/loongarch64: Define the operand constraints
` [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 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 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 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 29/30] accel/tcg/user-exec: Implement CPU-specific signal handler for loongarch64 hosts
` [PATCH v5 30/30] configure, meson.build: Mark support "
[PATCH v12 00/10] hvf: Implement Apple Silicon Support
2021-09-25 17:22 UTC (8+ messages)
[PATCH v7 00/40] accel: Move has_work() from CPUClass to AccelOpsClass
2021-09-25 16:01 UTC (47+ messages)
` [PATCH v7 01/40] accel: Simplify qemu_init_vcpu()
` [PATCH v7 02/40] hw/core: Restrict cpu_has_work() to sysemu
` [PATCH v7 03/40] hw/core: Un-inline cpu_has_work()
` [PATCH v7 04/40] hw/core: Move cpu_common_has_work() to cpu_has_work()
` [PATCH v7 05/40] accel: Introduce AccelOpsClass::has_work()
` [PATCH v7 06/40] accel/kvm: Implement AccelOpsClass::has_work()
` [PATCH v7 07/40] accel/whpx: "
` [PATCH v7 08/40] accel/hvf: "
` [PATCH v7 09/40] accel/xen: "
` [PATCH v7 10/40] accel/hax: "
` [PATCH v7 11/40] accel/nvmm: "
` [PATCH v7 12/40] accel/qtest: "
` [PATCH v7 13/40] accel/tcg: "
` [PATCH v7 14/40] accel: Simplify cpu_has_work()
` [PATCH v7 15/40] accel/tcg: Introduce TCGCPUOps::has_work()
` [PATCH v7 16/40] target/arm: Explicit v7M cores use arm_cpu_has_work as CPUClass:has_work
` [PATCH v7 17/40] target/arm: Restrict has_work() handler to sysemu and TCG
` [PATCH v7 18/40] target/alpha: Restrict has_work() handler to sysemu
` [PATCH v7 19/40] target/avr: "
` [PATCH v7 20/40] target/cris: "
` [PATCH v7 21/40] target/hexagon: Remove unused has_work() handler
` [PATCH v7 22/40] target/hppa: Restrict has_work() handler to sysemu
` [PATCH v7 23/40] target/i386: Restrict has_work() handler to sysemu and TCG
` [PATCH v7 24/40] target/m68k: Restrict has_work() handler to sysemu
` [PATCH v7 25/40] target/microblaze: "
` [PATCH v7 26/40] target/mips: Restrict has_work() handler to sysemu and TCG
` [PATCH v7 27/40] target/nios2: Restrict has_work() handler to sysemu
` [PATCH v7 28/40] target/openrisc: "
` [PATCH v7 29/40] target/ppc: Introduce PowerPCCPUClass::has_work()
` [PATCH v7 30/40] target/ppc: Restrict has_work() handlers to sysemu and TCG
` [PATCH v7 31/40] target/riscv: Restrict has_work() handler "
` [PATCH v7 32/40] target/rx: Restrict has_work() handler to sysemu
` [PATCH v7 33/40] target/s390x: Restrict has_work() handler to sysemu and TCG
` [PATCH v7 34/40] target/sh4: Restrict has_work() handler to sysemu
` [PATCH v7 35/40] target/sparc: Remove pointless use of CONFIG_TCG definition
` [PATCH v7 36/40] target/sparc: Restrict has_work() handler to sysemu
` [PATCH v7 37/40] target/tricore: "
` [PATCH v7 38/40] target/xtensa: "
` [PATCH v7 39/40] accel/tcg: Remove CPUClass::has_work()
` [PATCH v7 40/40] accel/tcg: Simplify tcg_cpu_has_work()
[PATCH 00/14] bsd-user: misc cleanup for aarch64 import
2021-09-25 14:53 UTC (24+ 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 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] seabios-hppa: Update SeaBIOS to seabios-hppa-v2
2021-09-25 14:50 UTC (2+ messages)
[PATCH 0/1] hw: aspeed_gpio: Fix GPIO array indexing
2021-09-25 14:28 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH v6 00/40] accel: Move has_work() from CPUClass to AccelOpsClass
2021-09-25 14:20 UTC (4+ messages)
` [PATCH v6 21/40] target/hexagon: Remove unused has_work() handler
[PATCH v2 0/3] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART
2021-09-25 13:34 UTC (4+ messages)
` [PATCH v2 1/3] hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definition
` [PATCH v2 2/3] hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion container
` [PATCH v2 3/3] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART
[PATCH] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART
2021-09-25 12:30 UTC (4+ messages)
[PULL 0/9] Misc QEMU patches for 6.0-rc
2021-09-25 12:11 UTC (4+ messages)
` [PULL 8/9] qapi: introduce forwarding visitor
[PATCH v3 0/3] tests/Makefile: improvements on make check-acceptance
2021-09-25 11:06 UTC (7+ messages)
` [PATCH v3 1/3] tests/Makefile: allow control over tags during check-acceptance
` [PATCH v3 2/3] docs/devel/testing: add instruction to run a single acceptance test
` [PATCH v3 3/3] tests/Makefile: add AVOCADO_TESTS option to make check-acceptance
[PATCH v2 0/9] bsd-user mmap fixes
2021-09-25 10:58 UTC (7+ messages)
` [PATCH v2 2/9] bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE
` [PATCH v2 4/9] bsd-user/mmap.c: mmap return ENOMEM on overflow
` [PATCH v2 9/9] bsd-user/mmap.c: assert that target_mprotect cannot fail
[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 (2+ messages)
[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 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 (13+ messages)
` [PATCH 01/11] qom: Reduce use of error_propagate()
` [PATCH 04/11] qdev: Avoid using string visitor for properties
` [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 (5+ messages)
` [PATCH v3 08/27] linux-user/hexagon: Implement setup_sigtramp
` [PATCH v3 20/27] linux-user/ppc: Simplify encode_trampoline
[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] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).