messages from 2020-12-16 13:49:32 to 2020-12-16 19:17:45 UTC [more...]
[PATCH v2 00/12] target/mips/mips-defs: Simplify ISA definitions
2020-12-16 19:14 UTC (18+ messages)
` [PATCH v2 01/12] target/mips/mips-defs: Reorder CPU_MIPS5 definition
` [PATCH v2 02/12] target/mips/mips-defs: Use ISA_MIPS3 for ISA_MIPS64
` [PATCH v2 03/12] target/mips/mips-defs: Use ISA_MIPS32 definition to check Release 1
` [PATCH v2 04/12] target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2
` [PATCH v2 05/12] target/mips/mips-defs: Use ISA_MIPS32R3 definition to check Release 3
` [PATCH v2 06/12] target/mips/mips-defs: Use ISA_MIPS32R5 definition to check Release 5
` [PATCH v2 07/12] target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6
` [PATCH v2 08/12] target/mips/mips-defs: Rename ISA_MIPS32 as ISA_MIPS_R1
` [PATCH v2 09/12] target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2
` [PATCH v2 10/12] target/mips/mips-defs: Rename ISA_MIPS32R3 as ISA_MIPS_R3
` [PATCH v2 11/12] target/mips/mips-defs: Rename ISA_MIPS32R5 as ISA_MIPS_R5
` [PATCH v2 12/12] target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6
[PATCH 0/5] i386: simplify Hyper-V enlightenments enablement
2020-12-16 19:09 UTC (2+ messages)
[PATCH v3 0/5] Additional NPCM7xx devices
2020-12-16 19:02 UTC (3+ messages)
` [PATCH v3 4/5] hw/misc: Add a PWM module for NPCM7XX
[PATCH 00/12] qapi: static typing conversion, pt1.5
2020-12-16 18:57 UTC (19+ messages)
` [PATCH 03/12] qapi/main: handle theoretical None-return from re.match()
` [PATCH 04/12] qapi/gen: assert that _start_if is not None in _wrap_ifcond
` [PATCH 05/12] qapi/gen: use './builtin' for the built-in module name
` [PATCH 06/12] qapi/source: Add builtin null-object sentinel
` [PATCH 08/12] qapi/schema: make QAPISourceInfo mandatory
` [PATCH 11/12] qapi/schema: Name the builtin module "" instead of None
[PULL 00/11] testing and configure updates
2020-12-16 18:57 UTC (14+ messages)
` [PULL 01/11] configure: include moxie-softmmu in deprecated_targets_list
` [PULL 02/11] gitlab: include aarch64-softmmu and ppc64-softmmu cross-system-build
` [PULL 03/11] configure: move gettext detection to meson.build
` [PULL 04/11] configure: add --without-default-features
` [PULL 05/11] python: add __repr__ to ConsoleSocket to aid debugging
` [PULL 06/11] gitlab: move --without-default-devices build from Travis
` [PULL 07/11] gitlab: add --without-default-features build
` [PULL 08/11] tests/tcg: build tests with -Werror
` [PULL 09/11] gitlab-CI: Test 32-bit builds with the fedora-i386-cross container
` [PULL 10/11] tests/docker: Remove the remainders of debian9 containers from the Makefile
` [PULL 11/11] tests: update for rename of CentOS8 PowerTools repo
[PATCH 00/20] Immutable QString, and also one JSON writer less
2020-12-16 18:53 UTC (3+ messages)
` [PATCH 01/20] hmp: Simplify how qmp_human_monitor_command() gets output
[PATCH v4 00/16] RISC-V: Start to remove xlen preprocess
2020-12-16 18:51 UTC (18+ messages)
` [PATCH v4 01/16] hw/riscv: Expand the is 32-bit check to support more CPUs
` [PATCH v4 02/16] target/riscv: Add a TYPE_RISCV_CPU_BASE CPU
` [PATCH v4 03/16] riscv: spike: Remove target macro conditionals
` [PATCH v4 04/16] riscv: virt: "
` [PATCH v4 05/16] hw/riscv: boot: Remove compile time XLEN checks
` [PATCH v4 06/16] hw/riscv: virt: "
` [PATCH v4 07/16] hw/riscv: spike: "
` [PATCH v4 08/16] hw/riscv: sifive_u: "
` [PATCH v4 09/16] target/riscv: fpu_helper: Match function defs in HELPER macros
` [PATCH v4 10/16] target/riscv: Add a riscv_cpu_is_32bit() helper function
` [PATCH v4 11/16] target/riscv: Specify the XLEN for CPUs
` [PATCH v4 12/16] target/riscv: cpu: Remove compile time XLEN checks
` [PATCH v4 13/16] target/riscv: cpu_helper: "
` [PATCH v4 14/16] target/riscv: csr: "
` [PATCH v4 15/16] target/riscv: cpu: Set XLEN independently from target
` [PATCH v4 16/16] hw/riscv: Use the CPU to determine if 32-bit
[PATCH v2 0/4] nbd/server: Quiesce coroutines on context switch
2020-12-16 18:31 UTC (9+ messages)
` [PATCH v2 2/4] block: Avoid processing BDS twice in bdrv_set_aio_context_ignore()
[RFC v2 00/15] support subsets of bitmanip extension
2020-12-16 18:31 UTC (32+ messages)
` [RFC v2 01/15] target/riscv: reformat @sh format encoding for B-extension
` [RFC v2 02/15] target/riscv: rvb: count leading/trailing zeros
` [RFC v2 03/15] target/riscv: rvb: count bits set
` [RFC v2 04/15] target/riscv: rvb: logic-with-negate
` [RFC v2 05/15] target/riscv: rvb: pack two words into one register
` [RFC v2 06/15] target/riscv: rvb: min/max instructions
` [RFC v2 07/15] target/riscv: rvb: sign-extend instructions
` [RFC v2 08/15] target/riscv: rvb: single-bit instructions
` [RFC v2 09/15] target/riscv: rvb: shift ones
` [RFC v2 10/15] target/riscv: rvb: rotate (left/right)
` [RFC v2 11/15] target/riscv: rvb: generalized reverse
` [RFC v2 12/15] target/riscv: rvb: generalized or-combine
` [RFC v2 13/15] target/riscv: rvb: address calculation
` [RFC v2 14/15] target/riscv: rvb: add/sub with postfix zero-extend
` [RFC v2 15/15] target/riscv: rvb: support and turn on B-extension from command line
[PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU
2020-12-16 18:17 UTC
[PATCH v3 00/15] RISC-V: Start to remove xlen preprocess
2020-12-16 18:16 UTC (6+ messages)
` [PATCH v3 01/15] hw/riscv: Expand the is 32-bit check to support more CPUs
[PATCH V18 0/5] mips: Add Loongson-3 machine support
2020-12-16 18:11 UTC (3+ messages)
` [PATCH V18 3/5] hw/mips: Add Loongson-3 boot parameter helpers
[PATCH] tcg: Add tcg_gen_bswap_tl alias
2020-12-16 18:05 UTC
[PATCH v3 0/3] docs: add qemu-storage-daemon documentation
2020-12-16 17:59 UTC (6+ messages)
` [PATCH v3 1/3] docs: generate qemu-storage-daemon-qmp-ref(7) man page
[PATCH v2 00/11] qapi: static typing conversion, pt2
2020-12-16 17:49 UTC (6+ messages)
` [PATCH v2 05/11] qapi/introspect.py: add preliminary type hint annotations
CXL support in QEMU
2020-12-16 17:40 UTC (6+ messages)
[PATCH v13 00/19] Initial support for multi-process Qemu
2020-12-16 17:39 UTC (6+ messages)
` [PATCH v13 10/19] multi-process: Associate fd of a PCIDevice with its object
[Bug 1884990] [NEW] Cirrus graphics results in monochrome colour depth at 640x480 resolution
2020-12-16 17:26 UTC (2+ messages)
` [Bug 1884990] "
[PULL 00/12] Compile QEMU with -Wimplicit-fallthrough
2020-12-16 17:29 UTC (13+ messages)
` [PULL 01/12] disas/libvixl: Fix fall-through annotation for GCC >= 7
` [PULL 02/12] target/unicore32/translate: Add missing fallthrough annotations
` [PULL 03/12] hw/rtc/twl92230: Silence warnings about missing fallthrough statements
` [PULL 04/12] hw/timer/renesas_tmr: silence the compiler warnings
` [PULL 05/12] target/i386: silence the compiler warnings in gen_shiftd_rm_T1
` [PULL 06/12] hw/intc/arm_gicv3_kvm: silence the compiler warnings
` [PULL 07/12] accel/tcg/user-exec: "
` [PULL 08/12] target/sparc/translate: "
` [PULL 09/12] target/sparc/win_helper: "
` [PULL 10/12] tcg/optimize: Add fallthrough annotations
` [PULL 11/12] tests/fp: Do not emit implicit-fallthrough warnings in the softfloat tests
` [PULL 12/12] configure: Compile with -Wimplicit-fallthrough=2
[PATCH 0/7] First round of meson bugfixes and cleanups for 6.0
2020-12-16 17:18 UTC (14+ messages)
` [PATCH 1/7] Makefile: add dummy target for build.ninja dependencies
` [PATCH 2/7] meson: update submodule to 0.56.0
` [PATCH 3/7] meson: switch minimum meson version "
` [PATCH 4/7] meson: fix detection of curses with pkgconfig
` [PATCH 5/7] meson: use pkg-config method for libudev
` [PATCH 6/7] meson: use dependency to gate block modules
` [PATCH 7/7] meson: cleanup Kconfig.host handling
[PATCH v3 0/4] target/s390x: Improve carry computation
2020-12-16 17:09 UTC (3+ messages)
[PATCH v5 00/11] hvf: Implement Apple Silicon Support
2020-12-16 10:38 UTC (2+ messages)
[PATCH v2 00/36] block: update graph permissions update
2020-12-16 17:16 UTC (3+ messages)
` [PATCH v2 14/36] block: inline bdrv_child_*() permission functions calls
[PATCH 0/2] Fix test-char reference counting bug
2020-12-16 16:52 UTC (8+ messages)
` [PATCH 1/2] test-char: Destroy chardev correctly at char_file_test_internal()
` [PATCH 2/2] qom: Assert that objects being destroyed have no parent
[PATCH] tests: update for rename of CentOS8 PowerTools repo
2020-12-16 16:58 UTC (6+ messages)
[PATCH 0/7] hw/mips/fuloong2e fixes
2020-12-16 16:55 UTC (5+ messages)
` [PATCH 1/7] hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INIT
` [PATCH 6/7] hw/mips/fuloong2e: Correct cpuclock env
[PATCH 00/11] target/mips/mips-defs: Simplify ISA definitions
2020-12-16 16:34 UTC (17+ messages)
` [PATCH 01/11] target/mips/mips-defs: Reorder CPU_MIPS5 definition
` [PATCH 02/11] target/mips/mips-defs: Use ISA_MIPS3 for ISA_MIPS64
` [PATCH 03/11] target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2
` [PATCH 05/11] target/mips/mips-defs: Use ISA_MIPS32R5 definition to check Release 5
` [PATCH 06/11] target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6
` [PATCH 07/11] target/mips/mips-defs: Rename ISA_MIPS32 as ISA_MIPS_R1
` [PATCH 08/11] target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2
` [PATCH 09/11] target/mips/mips-defs: Rename ISA_MIPS32R3 as ISA_MIPS_R3
` [PATCH 11/11] target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6
[PATCH] x86/cpu: Add AVX512_FP16 cpu feature
2020-12-16 22:40 UTC (2+ messages)
[PATCH v2 0/3] trace: convert docs to rST and feature "log" backend in quickstart
2020-12-16 16:09 UTC (4+ messages)
` [PATCH v2 1/3] trace: fix simpletrace doc mismerge
` [PATCH v2 2/3] tracing: convert documentation to rST
` [PATCH v2 3/3] trace: recommend "log" backend for getting started with tracing
[PATCH] tcg,riscv: Fix illegal shift instructions
2020-12-16 16:10 UTC (2+ messages)
tests/test-char hangs in CI (Centos7 with check-crypto-old-nettle)
2020-12-16 15:46 UTC (2+ messages)
[PATCH v2 0/8] testing/next (without-features, gitlab, python)
2020-12-16 15:35 UTC (6+ messages)
` [PATCH v2 3/8] configure: move gettext detection to meson.build
[PATCH 0/3] Cleanup includes for no-TCG builds
2020-12-16 15:43 UTC (12+ messages)
` [PATCH 1/3] remove TCG includes from common code
` [PATCH 2/3] move icache flush out of tcg.h
` [PATCH 3/3] trace: do not include TCG helper tracepoints in no-TCG builds
[RFC PATCH 0/9] Support for Virtio-fs daemon crash reconnection
2020-12-16 15:36 UTC (2+ messages)
[PATCH v2] qga/commands-posix: Send CCW address on s390x with the fsinfo data
2020-12-16 15:33 UTC (2+ messages)
[ANNOUNCE] qemu-security mailing list
2020-12-16 15:08 UTC
[PATCH 0/7] First round of meson bugfixes and cleanups for 6.0
2020-12-16 15:02 UTC (8+ messages)
` [PATCH 1/7] Makefile: add dummy target for build.ninja dependencies
` [PATCH 2/7] meson: update submodule to 0.56.0
` [PATCH 3/7] meson: switch minimum meson version "
` [PATCH 4/7] meson: fix detection of curses with pkgconfig
` [PATCH 5/7] meson: use pkg-config method for libudev
` [PATCH 6/7] meson: use dependency to gate block modules
` [PATCH 7/7] meson: cleanup Kconfig.host handling
[Bug 1908416] [NEW] qemu-system-aarch64 can't run Windows 10 for ARM version 2004
2020-12-16 14:50 UTC (2+ messages)
` [Bug 1908416] "
[PATCH 0/3] trace: convert docs to rST and feature "log" backend in quickstart
2020-12-16 14:42 UTC (4+ messages)
` [PATCH 3/3] trace: recommend "log" backend for getting started with tracing
Are user static builds really dynamically linked ?
2020-12-16 14:18 UTC (4+ messages)
[PATCH v3 00/10] virtio-mem: vfio support
2020-12-16 14:12 UTC (11+ messages)
` [PATCH v3 01/10] memory: Introduce RamDiscardMgr for RAM memory regions
` [PATCH v3 02/10] virtio-mem: Factor out traversing unplugged ranges
` [PATCH v3 03/10] virtio-mem: Implement RamDiscardMgr interface
` [PATCH v3 04/10] vfio: Query and store the maximum number of DMA mappings
` [PATCH v3 05/10] vfio: Support for RamDiscardMgr in the !vIOMMU case
` [PATCH v3 06/10] vfio: Support for RamDiscardMgr in the vIOMMU case
` [PATCH v3 07/10] softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|require)
` [PATCH v3 08/10] softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types
` [PATCH v3 09/10] virtio-mem: Require only coordinated discards
` [PATCH v3 10/10] vfio: Disable only uncoordinated discards
[PATCH] tcg: Use memset for large vector byte replication
2020-12-16 14:28 UTC (3+ messages)
[PATCH] block: report errno when flock fcntl fails
2020-12-16 14:25 UTC (7+ messages)
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).