qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-12 17:28:19 to 2021-05-13 04:33:19 UTC [more...]

[PATCH v4 00/31] Base for adding PowerPC 64-bit instructions
 2021-05-13  4:22 UTC  (41+ messages)
` [PATCH v4 01/31] target/ppc: Add cia field to DisasContext
` [PATCH v4 02/31] target/ppc: Split out decode_legacy
` [PATCH v4 03/31] target/ppc: Move DISAS_NORETURN setting into gen_exception*
` [PATCH v4 04/31] target/ppc: Remove special case for POWERPC_SYSCALL
` [PATCH v4 05/31] target/ppc: Remove special case for POWERPC_EXCP_TRAP
` [PATCH v4 06/31] target/ppc: Simplify gen_debug_exception
` [PATCH v4 07/31] target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE}
` [PATCH v4 08/31] target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXIT
` [PATCH v4 09/31] target/ppc: Remove unnecessary gen_io_end calls
` [PATCH v4 10/31] target/ppc: Introduce gen_icount_io_start
` [PATCH v4 11/31] target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE
` [PATCH v4 12/31] target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN
` [PATCH v4 13/31] target/ppc: Remove DisasContext.exception
` [PATCH v4 14/31] target/ppc: Move single-step check to ppc_tr_tb_stop
` [PATCH v4 15/31] target/ppc: Tidy exception vs exit_tb
` [PATCH v4 16/31] target/ppc: Mark helper_raise_exception* as noreturn
` [PATCH v4 17/31] target/ppc: Use translator_loop_temp_check
` [PATCH v4 18/31] target/ppc: Introduce macros to check isa extensions
` [PATCH v4 19/31] target/ppc: Move page crossing check to ppc_tr_translate_insn
` [PATCH v4 20/31] target/ppc: Add infrastructure for prefixed insns
` [PATCH v4 21/31] target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI
` [PATCH v4 22/31] target/ppc: Implement PNOP
` [PATCH v4 23/31] TCG: add tcg_constant_tl
` [PATCH v4 24/31] target/ppc: Move D/DS/X-form integer loads to decodetree
` [PATCH v4 25/31] target/ppc: Implement prefixed integer load instructions
` [PATCH v4 26/31] target/ppc: Move D/DS/X-form integer stores to decodetree
` [PATCH v4 27/31] target/ppc: Implement prefixed integer store instructions
` [PATCH v4 28/31] target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructions
` [PATCH v4 29/31] target/ppc: Implement cfuged instruction
` [PATCH v4 30/31] target/ppc: Implement vcfuged instruction
` [PATCH v4 31/31] target/ppc: Move addpcis to decodetree

[RFC PATCH 00/11] target/ppc: add support to disable-tcg
 2021-05-13  3:59 UTC  (24+ messages)
` [PATCH 01/11] target/ppc: created ppc_{store, get}_vscr for generic vscr usage
  ` [PATCH 01/11] target/ppc: created ppc_{store,get}_vscr "
` [PATCH 02/11] target/ppc: moved ppc_store_sdr1 to cpu.c
` [PATCH 03/11] target/ppc: moved ppc_cpu_dump_state to cpu_init.c
` [PATCH 04/11] target/ppc: moved ppc_store_msr into gdbstub.c
` [PATCH 05/11] target/ppc: moved ppc_store_lpcr to cpu.c
` [PATCH 07/11] target/ppc: added KVM fallback to fpscr manipulation
` [RFC PATCH 08/11] target/ppc: wrapped some TCG only logic with ifdefs
` [PATCH 09/11] include/exec: added functions to the stubs in exec-all.h
` [RFC PATCH 10/11] target/ppc: created tcg-stub.c file

[RFC PATCH v2] ppc/spapr: Add support for H_SCM_PERFORMANCE_STATS hcall
 2021-05-13  3:41 UTC  (2+ messages)

[RFC PATCH 0/5] buildsys: Do not use internal fdt library when asked for the system one
 2021-05-13  3:46 UTC  (14+ messages)
` [RFC PATCH 1/5] hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'
` [RFC PATCH 3/5] hw/ppc: Have pSeries depends on libfdt (via host Kconfig FDT symbol)
` [RFC PATCH 4/5] hw/ppc/fdt: Drop dependency on libfdt

[PATCH updated v2] spapr: Fix EEH capability issue on KVM guest for PCI passthru
 2021-05-13  3:08 UTC  (2+ messages)

[PATCH] target/riscv: Dump CSR mscratch/sscratch/satp
 2021-05-13  0:18 UTC  (2+ messages)

[PATCH v2] target/riscv: fix VS interrupts forwarding to HS
 2021-05-13  0:17 UTC  (2+ messages)

[Bug 1923629] [NEW] RISC-V Vector Instruction vssub.vv not saturating
 2021-05-12 23:58 UTC  (2+ messages)
` [Bug 1923629] "

[PATCH v3 0/9] qapi: untie 'if' conditions from C preprocessor
 2021-05-13  0:01 UTC  (25+ messages)
` [PATCH v3 1/9] qapi: replace List[str] by QAPISchemaIfCond
` [PATCH v3 2/9] qapi: move gen_if/gen_endif to QAPISchemaIfCond
` [PATCH v3 3/9] qapi: start building an 'if' predicate tree
` [PATCH v3 4/9] qapi: introduce IfPredicateList and IfAny
` [PATCH v3 5/9] qapi: add IfNot
` [PATCH v3 6/9] qapi: normalize 'if' condition to IfPredicate tree
` [PATCH v3 7/9] qapi: convert 'if' C-expressions to the new syntax tree
` [PATCH v3 8/9] qapi: make 'if' condition strings simple identifiers
` [PATCH v3 9/9] docs: update the documentation about schema configuration

QEMU Memory Allocation Issue
 2021-05-12 23:51 UTC 

[PATCH V2 0/2] Proposing custom CSR handling logic
 2021-05-12 23:41 UTC  (4+ messages)
    ` [PATCH V2 1/2] Adding premliminary support for custom CSR handling mechanism

[PATCH v6 00/25] python: create installable package
 2021-05-12 23:12 UTC  (26+ messages)
` [PATCH v6 01/25] iotests/297: add --namespace-packages to mypy arguments
` [PATCH v6 02/25] python: create qemu packages
` [PATCH v6 03/25] python: create utils sub-package
` [PATCH v6 04/25] python: add qemu package installer
` [PATCH v6 05/25] python: add VERSION file
` [PATCH v6 06/25] python: add directory structure README.rst files
` [PATCH v6 07/25] python: add MANIFEST.in
` [PATCH v6 08/25] python: Add pipenv support
` [PATCH v6 09/25] python: add pylint import exceptions
` [PATCH v6 10/25] python: move pylintrc into setup.cfg
` [PATCH v6 11/25] python: add pylint to pipenv
` [PATCH v6 12/25] python: move flake8 config to setup.cfg
` [PATCH v6 13/25] python: add excluded dirs to flake8 config
` [PATCH v6 14/25] python: Add flake8 to pipenv
` [PATCH v6 15/25] python: move mypy.ini into setup.cfg
` [PATCH v6 16/25] python: add mypy to pipenv
` [PATCH v6 17/25] python: move .isort.cfg into setup.cfg
` [PATCH v6 18/25] python/qemu: add isort to pipenv
` [PATCH v6 19/25] python/qemu: add qemu package itself "
` [PATCH v6 20/25] python: add devel package requirements to setuptools
` [PATCH v6 21/25] python: add avocado-framework and tests
` [PATCH v6 22/25] python: add Makefile for some common tasks
` [PATCH v6 23/25] python: add .gitignore
` [PATCH v6 24/25] gitlab: add python linters to CI
` [PATCH v6 25/25] python: add tox support

[RFC PATCH v2 0/7] migration/snapshot: External snapshot utility
 2021-05-12 22:31 UTC  (8+ messages)
` [RFC PATCH v2 1/7] migration/snapshot: Introduce qemu-snapshot tool
` [RFC PATCH v2 2/7] migration/snapshot: Introduce qemu_ftell2() routine
` [RFC PATCH v2 3/7] migration/snapshot: Move RAM_SAVE_FLAG_xxx defines to migration/ram.h
` [RFC PATCH v2 4/7] migration/snapshot: Block layer AIO support in qemu-snapshot
` [RFC PATCH v2 5/7] migration/snapshot: Implementation of qemu-snapshot save path
` [RFC PATCH v2 6/7] migration/snapshot: Implementation of qemu-snapshot load path
` [RFC PATCH v2 7/7] migration/snapshot: Implementation of qemu-snapshot load path in postcopy mode

[PATCH 00/10] Python: delint iotests, machine.py and console_socket.py
 2021-05-12 21:46 UTC  (11+ messages)
` [PATCH 01/10] python/console_socket: avoid one-letter variable
` [PATCH 02/10] python/machine: use subprocess.DEVNULL instead of open(os.path.devnull)
` [PATCH 03/10] python/machine: use subprocess.run instead of subprocess.Popen
` [PATCH 04/10] python/console_socket: Add a pylint ignore
` [PATCH 05/10] python/machine: Disable pylint warning for open() in _pre_launch
` [PATCH 06/10] python/machine: disable warning for Popen in _launch()
` [PATCH 07/10] iotests: use subprocess.run where possible
` [PATCH 08/10] iotests: use 'with open()' where applicable
` [PATCH 09/10] iotests: silence spurious consider-using-with warnings
` [PATCH 10/10] iotests: ensure that QemuIoInteractive definitely closes

[Bug 1913969] [NEW] unable to migrate non shared storage when TLS is used
 2021-05-12 20:22 UTC  (3+ messages)
` [Bug 1913969] "

[PATCH v2 0/6] gitlab-ci: Allow using FreeBSD runners
 2021-05-12 20:25 UTC  (3+ messages)
` [PATCH v2 6/6] gitlab-ci: Add FreeBSD jobs

[PULL 0/5] Miscellaneous patches for 2021-05-12
 2021-05-12 20:04 UTC  (5+ messages)
` [PULL 2/5] Remove the deprecated moxie target

[PATCH 0/3] Fix Travis-CI / compiling with older versions of Clang
 2021-05-12 19:58 UTC  (7+ messages)
` [PATCH 1/3] pc-bios/s390-ccw: Fix inline assembly for "
` [PATCH 2/3] pc-bios/s390-ccw/Makefile: Check more compiler flags for Clang
` [PATCH 3/3] pc-bios/s390-ccw: Add a proper prototype for main()

[RFC PATCH v1 0/7] migration/snapshot: External snapshot utility
 2021-05-12 20:18 UTC  (9+ messages)
` [RFC PATCH v1 1/7] migration/snapshot: Introduce qemu-snapshot tool
` [RFC PATCH v1 2/7] migration/snapshot: Introduce qemu_ftell2() routine
` [RFC PATCH v1 3/7] migration/snapshot: Move RAM_SAVE_FLAG_xxx defines to migration/ram.h
` [RFC PATCH v1 4/7] migration/snapshot: Block layer AIO support in qemu-snapshot
` [RFC PATCH v1 5/7] migration/snapshot: Implementation of qemu-snapshot save path
` [RFC PATCH v1 6/7] migration/snapshot: Implementation of qemu-snapshot load path
` [RFC PATCH v1 7/7] migration/snapshot: Implementation of qemu-snapshot load path in postcopy mode

[PATCH v9 0/3] target/arm: add support for FEAT_TLBIRANGE and FEAT_TLBIOS
 2021-05-12 19:49 UTC  (6+ messages)
` [PATCH v9 1/3] target/arm: Add support for FEAT_TLBIRANGE
` [PATCH v9 2/3] target/arm: Add support for FEAT_TLBIOS
` [PATCH v9 3/3] target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type

[PATCH v6 0/4] Add support for ipv6 host forwarding
 2021-05-12 20:14 UTC  (8+ messages)
` [PATCH v6 1/4] slirp: Advance libslirp submodule to add ipv6 host-forward support

[PATCH RFC] vfio-ccw: forward halt/clear errors
 2021-05-12 20:19 UTC  (2+ messages)

[PATCH 00/72] Convert floatx80 and float128 to FloatParts
 2021-05-12 19:23 UTC  (8+ messages)
` [PATCH 28/72] softfloat: Move return_nan to softfloat-parts.c.inc
` [PATCH 29/72] softfloat: Move pick_nan "
` [PATCH 30/72] softfloat: Move pick_nan_muladd "

[Bug 1911351] [NEW] x86-64 MTTCG Does not update page table entries atomically
 2021-05-12 18:52 UTC  (4+ messages)
` [Bug 1911351] "

[PATCH] hmp: Fix loadvm to resume the VM on success instead of failure
 2021-05-12 19:16 UTC  (2+ messages)

[PULL v2 0/1] readthedoc theme patch
 2021-05-12 19:31 UTC  (7+ messages)

[PULL v3 00/42] riscv-to-apply queue
 2021-05-12 18:46 UTC  (2+ messages)

[PATCH 0/6] block-copy: make helper APIs thread safe
 2021-05-12 18:30 UTC  (4+ messages)
` [PATCH 5/6] co-shared-resource: protect with a mutex

[Bug 1912224] [NEW] qemu may freeze during drive-mirroring on fragmented FS
 2021-05-12 18:13 UTC  (2+ messages)
` [Bug 1912224] "

[Bug 1912934] [NEW] QEMU emulation of fmadds instruction on powerpc64le is buggy
 2021-05-12 18:11 UTC  (2+ messages)
` [Bug 1912934] "

[PATCH] add Visual Studio Code configuration
 2021-05-12 18:29 UTC  (5+ messages)

[Bug 1924738] [NEW] Failed to restore domain - error load load virtio-balloon:virtio
 2021-05-12 17:57 UTC  (5+ messages)
` [Bug 1924738] "

[Bug 1913505] [NEW] Windows XP slow on Apple M1
 2021-05-12 18:09 UTC  (2+ messages)
` [Bug 1913505] "

[Bug 1913315] [NEW] qemu-system-x86_64 crash: in memory_region_access_valid+0x13
 2021-05-12 18:09 UTC  (2+ messages)
` [Bug 1913315] "

[Bug 1913926] [NEW] [QEMU User-Mode] Mesa Fails To Load RadeonSI Driver When In Docker Image
 2021-05-12 18:06 UTC  (2+ messages)
` [Bug 1913926] "

[Bug 1912170] [NEW] NUMA nodes created with memory-backend-ram shows size different than requested
 2021-05-12 18:03 UTC  (2+ messages)
` [Bug 1912170] "

[PULL 00/33] Misc (mostly i386) patches for 2021-05-11
 2021-05-12 18:11 UTC  (5+ messages)
` [PULL 30/33] migration: do not restart VM after successful snapshot-load

[Bug 1913913] [NEW] i386-linux-user returns -1 in sigcontext->trapno
 2021-05-12 18:07 UTC  (2+ messages)
` [Bug 1913913] "

[Bug 1914021] [NEW] qemu: uncaught target signal 4 (Illegal instruction) but gdb remote-debug exited normally
 2021-05-12 18:02 UTC  (2+ messages)
` [Bug 1914021] "

[Bug 1912857] [NEW] virtio-serial blocks hostfwd ssh on windows 10 host
 2021-05-12 18:00 UTC  (2+ messages)
` [Bug 1912857] "

[Bug 1914294] [NEW] Windows XP displays black screen when smp option is used
 2021-05-12 17:59 UTC  (2+ messages)
` [Bug 1914294] "

[Bug 1914282] [NEW] block copy job sometimes hangs on the last block for minutes
 2021-05-12 17:59 UTC  (2+ messages)
` [Bug 1914282] "

[Bug 1914667] [NEW] High cpu usage when guest is idle on qemu-system-i386
 2021-05-12 17:59 UTC  (2+ messages)
` [Bug 1914667] "

[PATCH v11 0/6] MTE support for KVM guest
 2021-05-12 17:45 UTC  (10+ messages)
` [PATCH v11 2/6] arm64: kvm: Introduce MTE VM feature

[PATCH v2 0/4] iotests/297: Cover tests/
 2021-05-12 17:43 UTC  (5+ messages)
` [PATCH v2 1/4] iotests/297: Drop 169 and 199 from the skip list
` [PATCH v2 2/4] migrate-bitmaps-postcopy-test: Fix pylint warnings
` [PATCH v2 3/4] migrate-bitmaps-test: "
` [PATCH v2 4/4] iotests/297: Cover tests/

[PULL 00/20] bsd-user style tweaks and start cleanup
 2021-05-12 17:45 UTC  (15+ messages)
` [PULL 03/20] bsd-user: style tweak: Remove #if 0'd code
` [PULL 04/20] bsd-user: style tweak: Use preferred block comments
` [PULL 06/20] bsd-user: style tweak: move extern to header file
` [PULL 08/20] bsd-user: style tweak: Use preferred block comments
` [PULL 10/20] bsd-user: style tweak: use {} for all if statements, format else correctly
` [PULL 11/20] bsd-user: style tweak: use {} consistently in for / if / else statements
` [PULL 12/20] bsd-user: use qemu_strtoul in preference to strtol
` [PULL 13/20] bsd-user: whitespace changes
` [PULL 16/20] bsd-user: style tweak: Remove #if 0'd code
` [PULL 17/20] bsd-user: style tweak: keyword space (
` [PULL 18/20] bsd-user: remove target_signal.h, it's unused
` [PULL 19/20] bsd-user: Stop building the sparc targets
` [PULL 20/20] bsd-user: rename linux_binprm to bsd_binprm

[PATCH v3 0/8] block: refactor write threshold
 2021-05-12 17:31 UTC  (2+ messages)

[PATCH 0/4] iotests/297: Cover tests/
 2021-05-12 17:39 UTC  (3+ messages)


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