qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-12 19:33:44 to 2021-05-13 10:39:53 UTC [more...]

[PATCH v4 00/31] Base for adding PowerPC 64-bit instructions
 2021-05-13 10:37 UTC  (36+ 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 16/31] target/ppc: Mark helper_raise_exception* as noreturn
` [PATCH v4 17/31] target/ppc: Use translator_loop_temp_check
` [PATCH v4 19/31] target/ppc: Move page crossing check to ppc_tr_translate_insn
` [PATCH v4 21/31] target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI
` [PATCH v4 22/31] target/ppc: Implement PNOP
` [PATCH v4 24/31] target/ppc: Move D/DS/X-form integer loads to decodetree
` [PATCH v4 26/31] target/ppc: Move D/DS/X-form integer stores "
` [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 30/31] target/ppc: Implement vcfuged instruction

[PATCH v3 00/22] tests/docker: start using libvirt-ci's "lcitool" for dockerfiles
 2021-05-13 10:19 UTC  (28+ messages)
` [PATCH v3 01/22] hw/usb/ccid: remove references to NSS
` [PATCH v3 02/22] tests/docker: don't use BUILDKIT in GitLab either
` [PATCH v3 03/22] tests/docker: use project specific container registries
` [PATCH v3 04/22] tests/docker: use explicit docker.io registry
` [PATCH v3 05/22] tests/docker: remove FEATURES env var from templates
` [PATCH v3 06/22] tests/docker: fix sorting in package lists
` [PATCH v3 07/22] tests/docker: fix mistakes in centos "
` [PATCH v3 08/22] tests/docker: fix mistakes in fedora package list
` [PATCH v3 09/22] tests/docker: fix mistakes in ubuntu package lists
` [PATCH v3 10/22] tests/docker: remove mingw packages from Fedora
` [PATCH v3 11/22] tests/docker: expand centos8 package list
` [PATCH v3 12/22] tests/docker: expand fedora "
` [PATCH v3 13/22] tests/docker: expand ubuntu1804 "
` [PATCH v3 14/22] tests/docker: expand ubuntu2004 "
` [PATCH v3 15/22] tests/docker: expand opensuse-leap "
` [PATCH v3 16/22] tests/docker: add script for automating container refresh
` [PATCH v3 17/22] tests/docker: auto-generate centos8 with lcitool
` [PATCH v3 18/22] tests/docker: auto-generate fedora "
` [PATCH v3 19/22] tests/docker: auto-generate ubuntu1804 "
` [PATCH v3 20/22] tests/docker: auto-generate ubuntu2004 "
` [PATCH v3 21/22] tests/docker: auto-generate opensuse-leap "
` [PATCH v3 22/22] tests/docker: remove ubuntu container

[PATCH v6 00/82] target/arm: Implement SVE2
 2021-05-13 10:33 UTC  (5+ messages)
` [PATCH v6 42/82] target/arm: Implement SVE2 HISTCNT, HISTSEG
` [PATCH v6 45/82] target/arm: Implement SVE2 gather load insns

[PATCH 00/72] Convert floatx80 and float128 to FloatParts
 2021-05-13 10:08 UTC  (19+ messages)
` [PATCH 26/72] softfloat: Convert float128_silence_nan to parts
` [PATCH 27/72] softfloat: Convert float128_default_nan "
` [PATCH 31/72] softfloat: Move sf_canonicalize to softfloat-parts.c.inc
` [PATCH 32/72] softfloat: Move round_canonical "
` [PATCH 33/72] softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h
` [PATCH 34/72] softfloat: Move addsub_floats to softfloat-parts.c.inc
` [PATCH 35/72] softfloat: Implement float128_add/sub via parts
` [PATCH 36/72] softfloat: Move mul_floats to softfloat-parts.c.inc

[PATCH 00/12] Wave goodbye to RHEL 7 vintage distros
 2021-05-13 10:05 UTC  (2+ messages)

[PATCH] qtest: add a QOM object for qtest
 2021-05-13 10:11 UTC 

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

[ANNOUNCE] libblkio v0.1.0 preview release
 2021-05-13  9:47 UTC  (9+ messages)

[PATCH v2 0/6] hw/southbridge: QOM'ify vt82c686 as VT82C686B_SOUTHBRIDGE
 2021-05-13  9:46 UTC  (5+ messages)

[vhost-user] Expectations around reconnection
 2021-05-13  9:43 UTC  (2+ messages)

[PATCH 00/10] Python: delint iotests, machine.py and console_socket.py
 2021-05-13  9:40 UTC  (14+ 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

vhost-user reconnection and crash recovery
 2021-05-13  8:51 UTC  (4+ messages)
` [Phishing Risk] [External] Re: [Virtio-fs] "
  ` [Virtio-fs] host-user "
    ` [External] "

[RFC PATCH 0/9] Initial support for machine creation via QMP
 2021-05-13  8:25 UTC  (10+ messages)
` [RFC PATCH 1/9] vl: Allow finer control in advancing machine through phases
` [RFC PATCH 2/9] replace machine phase_check with machine_is_initialized/ready calls
` [RFC PATCH 3/9] rename MachineInitPhase enumeration constants
` [RFC PATCH 4/9] qapi: Implement 'query-machine-phase' command
` [RFC PATCH 5/9] qapi: Implement 'next-machine-phase' command
` [RFC PATCH 6/9] qapi: Implement 'advance-machine-phase' command
` [RFC PATCH 7/9] qdev-monitor: Restructure and fix the check for command availability
` [RFC PATCH 8/9] qapi: Introduce 'allow-init-config' option
` [RFC PATCH 9/9] qapi: Allow some commands to be executed in machine 'initialized' phase

[Bug 1924603] [NEW] Incorrect feature negotiation for vhost-vdpa netdevice
 2021-05-13  8:09 UTC  (2+ messages)
` [Bug 1924603] "

[PATCH] hw/input/hid: Add support for keys of jp106 keyboard
 2021-05-13  7:53 UTC  (3+ messages)

[RFC PATCH v2 0/6] hw/arm/virt: Introduce cpu topology support
 2021-05-13  7:15 UTC  (7+ messages)
` [RFC PATCH v2 2/6] hw/arm/virt: DT: Add cpu-map
` [RFC PATCH v2 5/6] hw/arm/virt-acpi-build: Add PPTT table

[RFC v9 00/29] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2021-05-13  7:09 UTC  (3+ messages)
` [RFC v9 24/29] hw/arm/smmuv3: Fill the IOTLBEntry leaf field on NH_VA invalidation

[RFC PATCH v4 0/7] Use ACPI PCI hot-plug for Q35
 2021-05-13  6:26 UTC  (8+ messages)
` [RFC PATCH v4 1/7] hw/acpi/pcihp: Enhance acpi_pcihp_disable_root_bus() to support Q35
` [RFC PATCH v4 2/7] hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35
` [RFC PATCH v4 3/7] hw/acpi/ich9: Enable ACPI PCI hot-plug
` [RFC PATCH v4 4/7] hw/pci/pcie: Do not set HPC flag if acpihp is used
` [RFC PATCH v4 5/7] bios-tables-test: Allow changes in DSDT ACPI tables
` [RFC PATCH v4 6/7] hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35
` [RFC PATCH v4 7/7] bios-tables-test: Update golden binaries

[RFC PATCH 00/11] target/ppc: add support to disable-tcg
 2021-05-13  3:59 UTC  (25+ 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 06/11] target/ppc: updated vscr manipulation in machine.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
` [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  (23+ 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 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  (8+ 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 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  (3+ messages)

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

[Bug 1911351] [NEW] x86-64 MTTCG Does not update page table entries atomically
 2021-05-12 18:52 UTC  (2+ 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)


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