qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-12 08:54:38 to 2022-01-12 16:23:28 UTC [more...]

[PATCH] hw/timer/etraxfs_timer: Add vmstate for ETRAX timers
 2022-01-12 16:02 UTC  (5+ messages)

[PATCH v3 0/5] target/s390x: Fix shift instructions
 2022-01-12 15:57 UTC  (8+ messages)
` [PATCH v3 1/5] target/s390x: Fix SLDA sign bit index
` [PATCH v3 2/5] target/s390x: Fix SRDA CC calculation
` [PATCH v3 3/5] target/s390x: Fix cc_calc_sla_64() missing overflows
` [PATCH v3 4/5] target/s390x: Fix shifting 32-bit values for more than 31 bits
` [PATCH v3 5/5] tests/tcg/s390x: Test shift instructions

[PATCH v3 0/2] Aspeed I3C device model
 2022-01-12 15:54 UTC  (5+ messages)

[PATCH v10 0/7] Add vmnet.framework based network backend
 2022-01-12 16:15 UTC  (5+ messages)

[PATCH v2 0/5] target/s390x: Fix shift instructions
 2022-01-12 15:45 UTC  (9+ messages)
` [PATCH v2 3/5] target/s390x: Fix cc_calc_sla_64() missing overflows
` [PATCH v2 4/5] target/s390x: Fix shifting 32-bit values for more than 31 bits
` [PATCH v2 5/5] tests/tcg/s390x: Test shift instructions

[RFC] virtio_pmem: enable live migration support
 2022-01-12 16:08 UTC  (5+ messages)

[PATCH 0/4] acpi: fix short OEM [Table] ID padding
 2022-01-12 15:28 UTC  (11+ messages)
` [PATCH 1/4] tests: acpi: manually pad OEM_ID/OEM_TABLE_ID for test_oem_fields() test
` [PATCH 2/4] tests: acpi: whitelist nvdimm's SSDT and FACP.slic expected blobs
` [PATCH 3/4] acpi: fix OEM ID/OEM Table ID padding
` [PATCH 4/4] tests: acpi: update expected blobs

[PATCH v1 1/1] chardev: enable guest socket status/crontrol via DTR and DCD
 2022-01-12 15:20 UTC  (2+ messages)

[PATCH v6 0/2] Improve vhost-user VQ notifier unmap
 2022-01-12 15:36 UTC  (13+ messages)
` [PATCH v6 1/2] vhost-user: remove VirtQ notifier restore
` [PATCH v6 2/2] vhost-user: fix VirtQ notifier cleanup

[PATCH v1 1/2] decodetree: Add an optional predicate-function for decoding
 2022-01-12 15:21 UTC  (7+ messages)

[PATCH] nbd/server.c: Remove unused field
 2022-01-12 14:55 UTC  (3+ messages)

[PATCH] qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQ
 2022-01-12 14:43 UTC  (2+ messages)

[PATCH RFC v2] MAINTAINERS: split out s390x sections
 2022-01-12 14:40 UTC  (4+ messages)

[RFC PATCH v3 0/7] host: Support macOS 12
 2022-01-12 14:47 UTC  (6+ messages)
` [RFC PATCH v3 1/7] configure: Allow passing extra Objective C compiler flags

[PULL v5 00/18] Build system and KVM changes for 2021-12-23
 2022-01-12 14:19 UTC  (2+ messages)
` [PULL v5 04/18] block/file-posix: Simplify the XFS_IOC_DIOINFO handling

Looking for advise on debugging a non-boot kernel on qemu-system-sh4
 2022-01-12 14:44 UTC  (15+ messages)

[PATCH] tests: Fix typo in check-help output
 2022-01-12 14:44 UTC  (2+ messages)

[PATCH] net/dump.c: Suppress spurious compiler warning
 2022-01-12 14:43 UTC  (3+ messages)

[PATCH v2] hw/scsi/megasas: Simplify using the ldst API
 2022-01-12 14:30 UTC  (2+ messages)

[PATCH v4 00/11] Improve PMU support
 2022-01-12 14:01 UTC  (5+ messages)
` [PATCH v4 07/11] target/riscv: Support mcycle/minstret write operation

[PATCH v3 00/31] Python: delete synchronous qemu.qmp package
 2022-01-12 14:21 UTC  (17+ messages)
` [PATCH v3 05/31] python/aqmp: fix docstring typo
` [PATCH v3 08/31] python/aqmp: copy type definitions from qmp
` [PATCH v3 10/31] python/aqmp: rename AQMPError to QMPError
` [PATCH v3 14/31] python/qmp: switch qmp-shell to AQMP
` [PATCH v3 15/31] python: move qmp utilities to python/qemu/utils
` [PATCH v3 16/31] python: move qmp-shell under the AQMP package
` [PATCH v3 30/31] python: rename qemu.aqmp to qemu.qmp
` [PATCH v3 31/31] python: rename 'aqmp-tui' to 'qmp-tui'

[PATCH 0/3] rSTify ppc-spapr-hotplug.txt
 2022-01-12 13:52 UTC  (4+ messages)
` [PATCH 1/3] docs: "
` [PATCH 2/3] docs: Rename ppc-spapr-hotplug.txt to ppc-spapr-hotplug.rst
` [PATCH 3/3] Link new ppc-spapr-hotplug.rst file to pseries.rst

/usr/shared/qemu binaries
 2022-01-12 14:14 UTC  (7+ messages)

[PATCH v6 00/23] QEMU RISC-V AIA support
 2022-01-12 13:26 UTC  (21+ messages)
` [PATCH v6 01/23] target/riscv: Fix trap cause for RV32 HS-mode CSR access from RV64 HS-mode
` [PATCH v6 05/23] target/riscv: Allow setting CPU feature from machine/device emulation
` [PATCH v6 06/23] target/riscv: Add AIA cpu feature
` [PATCH v6 07/23] target/riscv: Add defines for AIA CSRs
` [PATCH v6 08/23] target/riscv: Allow AIA device emulation to set ireg rmw callback
` [PATCH v6 11/23] target/riscv: Implement AIA hvictl and hviprioX CSRs
` [PATCH v6 13/23] target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs
` [PATCH v6 17/23] target/riscv: Allow users to force enable AIA CSRs in HART
` [PATCH v6 22/23] docs/system: riscv: Document AIA options for virt machine
` [PATCH v6 23/23] hw/riscv: virt: Increase maximum number of allowed CPUs

[PATCH v11 0/7] Add vmnet.framework based network backend
 2022-01-12 12:21 UTC  (8+ messages)
` [PATCH v11 1/7] net/vmnet: add vmnet dependency and customizable option
` [PATCH v11 2/7] net/vmnet: add vmnet backends to qapi/net
` [PATCH v11 3/7] net/vmnet: implement shared mode (vmnet-shared)
` [PATCH v11 4/7] net/vmnet: implement host mode (vmnet-host)
` [PATCH v11 5/7] net/vmnet: implement bridged mode (vmnet-bridged)
` [PATCH v11 6/7] net/vmnet: update qemu-options.hx
` [PATCH v11 7/7] net/vmnet: update MAINTAINERS list

[PULL 00/13] Net patches
 2022-01-12 13:16 UTC  (8+ messages)

[PULL 00/34] ppc queue
 2022-01-12 11:55 UTC  (35+ messages)
` [PULL 01/34] pseries: Update SLOF firmware image
` [PULL 02/34] target/ppc: Add popcntb instruction to POWER5+ processors
` [PULL 03/34] spapr: Fix support of "
` [PULL 04/34] target/ppc: Add extra float instructions to POWER5P processors
` [PULL 05/34] docs/system/ppc: Merge the PEF information into the pseries page
` [PULL 06/34] MAINTAINERS: Improve the PowerPC machines section
` [PULL 07/34] docs: Clarifications and formatting changes in ppc docs
` [PULL 08/34] target/ppc: powerpc_excp: Extract software TLB logging into a function
` [PULL 09/34] target/ppc: powerpc_excp: Keep 60x/7x5 soft MMU logs active
` [PULL 10/34] target/ppc: powerpc_excp: Group unimplemented exceptions
` [PULL 11/34] target/ppc: Add HV support to ppc_interrupts_little_endian
` [PULL 12/34] target/ppc: Add MSR_ILE "
` [PULL 13/34] target/ppc: Use ppc_interrupts_little_endian in powerpc_excp
` [PULL 14/34] target/ppc: Introduce a wrapper for powerpc_excp
` [PULL 15/34] target/ppc: Set the correct endianness for powernv memory dumps
` [PULL 16/34] pnv_phb3.c: add unique chassis and slot for pnv_phb3_root_port
` [PULL 17/34] pnv_phb4.c: add unique chassis and slot for pnv_phb4_root_port
` [PULL 18/34] ppc/pnv: Attach PHB3 root port device when defaults are enabled
` [PULL 19/34] pnv_phb4.c: make pnv-phb4-root-port user creatable
` [PULL 20/34] pnv_phb4.c: check if root port exists in rc_config functions
` [PULL 21/34] ppc/pnv: Introduce support for user created PHB3 devices
` [PULL 22/34] ppc/pnv: Reparent user created PHB3 devices to the PnvChip
` [PULL 23/34] ppc/pnv: Complete user created PHB3 devices
` [PULL 24/34] ppc/pnv: Move num_phbs under Pnv8Chip
` [PULL 25/34] pnv_phb3.h: change TYPE_PNV_PHB3_ROOT_BUS name
` [PULL 26/34] pnv_phb4.c: change TYPE_PNV_PHB4_ROOT_BUS name
` [PULL 27/34] pnv_phb4_pec.c: move pnv_pec_phb_offset() to pnv_phb4.c
` [PULL 28/34] pnv_phb4_pec: use pnv_phb4_pec_get_phb_id() in pnv_pec_dt_xscom()
` [PULL 29/34] ppc/pnv: set phb4 properties in stk_realize()
` [PULL 30/34] ppc/pnv: move PHB4 XSCOM init to phb4_realize()
` [PULL 31/34] ppc/pnv: turn 'phb' into a pointer in struct PnvPhb4PecStack
` [PULL 32/34] ppc/pnv: Introduce user creatable pnv-phb4 devices
` [PULL 33/34] ppc/pnv: turn pnv_phb4_update_regions() into static
` [PULL 34/34] ppc/pnv: use stack->pci_regs[] in pnv_pec_stk_pci_xscom_write()

[PATCH v2 0/2] qemu-img convert: Fix sparseness detection
 2022-01-12 12:28 UTC  (2+ messages)

[PATCH 0/2] block/rbd: fixes for bdrv_co_block_status
 2022-01-12 12:22 UTC  (7+ messages)
` [PATCH 1/2] block/rbd: fix handling of holes in .bdrv_co_block_status
` [PATCH 2/2] block/rbd: workaround for ceph issue #53784

[PULL 00/31] testing/next and other misc fixes
 2022-01-12 11:27 UTC  (32+ messages)
` [PULL 01/31] ui: avoid compiler warnings from unused clipboard info variable
` [PULL 02/31] spice: Update QXLInterface for spice >= 0.15.0
` [PULL 03/31] meson: require liburing >= 0.3
` [PULL 04/31] ui: avoid warnings about directdb on Alpine / musl libc
` [PULL 05/31] ci: explicitly skip I/O tests on alpine
` [PULL 06/31] tests/docker: switch fedora image to release 35
` [PULL 07/31] tests: integrate lcitool for generating build env manifests
` [PULL 08/31] tests/docker: auto-generate centos8.docker with lcitool
` [PULL 09/31] tests/docker: auto-generate fedora.docker "
` [PULL 10/31] tests/docker: auto-generate ubuntu1804.docker "
` [PULL 11/31] tests/docker: auto-generate ubuntu2004.docker "
` [PULL 12/31] tests/docker: auto-generate opensuse-leap.docker "
` [PULL 13/31] tests/docker: remove ubuntu.docker container
` [PULL 14/31] .gitlab-ci.d/cirrus: auto-generate variables with lcitool
` [PULL 15/31] tests/docker: updates to alpine package list
` [PULL 16/31] tests/docker: fix sorting of alpine image package lists
` [PULL 17/31] tests/docker: fully expand the alpine package list
` [PULL 18/31] tests/docker: auto-generate alpine.docker with lcitool
` [PULL 19/31] tests/tcg: use CONFIG_LINUX_USER, not CONFIG_LINUX
` [PULL 20/31] tests/docker: add libfuse3 development headers
` [PULL 21/31] hw/arm: add control knob to disable kaslr_seed via DTB
` [PULL 22/31] monitor: move x-query-profile into accel/tcg to fix build
` [PULL 23/31] docs/devel: update C standard to C11
` [PULL 24/31] docs/devel: more documentation on the use of suffixes
` [PULL 25/31] linux-user/elfload: add extra logging for hole finding
` [PULL 26/31] linux-user: don't adjust base of found hole
` [PULL 27/31] tests/tcg/multiarch: Read fp flags before printf
` [PULL 28/31] test/tcg/ppc64le: Add float reference files
` [PULL 29/31] FreeBSD: Upgrade to 12.3 release
` [PULL 30/31] docker: include bison in debian-tricore-cross
` [PULL 31/31] linux-user: Remove the deprecated ppc64abi32 target

[PATCH v2] linux-user: Fix clang warning for nios2-linux-user code
 2022-01-12 11:47 UTC  (3+ messages)

[PATCH 0/2] virtio: Add vhost-user-gpio device's support
 2022-01-12 11:34 UTC  (3+ messages)
` [PATCH 1/2] hw/virtio: add boilerplate for vhost-user-gpio device
` [PATCH 2/2] hw/virtio: add vhost-user-gpio-pci boilerplate

[PATCH] MAINTAINERS: Improve the PowerPC machines section
 2022-01-12 11:39 UTC  (2+ messages)

[PATCH 0/2] spapr: Fix support of POWER5+ processors
 2022-01-12 11:41 UTC  (2+ messages)

[PATCH v5 0/5] user creatable pnv-phb4 devices
 2022-01-12 11:37 UTC  (2+ messages)

[PATCH] docs/system/ppc: Merge the PEF information into the pseries page
 2022-01-12 11:40 UTC  (2+ messages)

[PATCH 0/1] ppc/pnv: use stack->pci_regs[] in pnv_pec_stk_pci_xscom_write()
 2022-01-12 11:36 UTC  (2+ messages)

[PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
 2022-01-12 11:38 UTC  (2+ messages)

[PATCH] target/ppc: Add extra float instructions to POWER5P processors
 2022-01-12 11:38 UTC  (2+ messages)

PyPI account
 2022-01-12 10:56 UTC 

[PATCH] migration: Add canary to VMSTATE_END_OF_LIST
 2022-01-12 10:56 UTC  (4+ messages)

[PATCH v2 0/4] trace qmp commands
 2022-01-12 10:50 UTC  (9+ messages)
` [PATCH v2 1/4] jobs: drop qmp_ trace points
` [PATCH v2 2/4] scripts/qapi/commands: gen_commands(): add add_trace_points argument

[PATCH] iotests/308: Fix for CAP_DAC_OVERRIDE
 2022-01-12 10:35 UTC  (2+ messages)

[PATCH v14 00/26] Add LoongArch linux-user emulation support
 2022-01-12 10:26 UTC  (6+ messages)
` [PATCH v14 02/26] target/loongarch: Add core definition

[PATCH] sgx: Move sgx object from /machine/unattached to /machine
 2022-01-12 16:55 UTC  (4+ messages)

[PATCH v3 0/2] block-backend: prevent dangling BDS pointers across aio_poll()
 2022-01-12 10:23 UTC  (2+ messages)

[RFC qemu.qmp PATCH 00/24] Python: Fork qemu.qmp Python lib into independent repo
 2022-01-12 10:07 UTC  (7+ messages)
` [RFC qemu.qmp PATCH 17/24] Makefile: add build and publish targets

RFC: QMP configuration - allocating/setting qdev array properties?
 2022-01-12  9:47 UTC  (2+ messages)

[RFC PATCH v3 00/27] Add LoongArch softmmu support
 2022-01-12  9:37 UTC  (6+ messages)
` [RFC PATCH v3 22/27] hw/loongarch: Add some devices support for 3A5000

[PULL 0/4] Python patches
 2022-01-12  9:20 UTC  (2+ messages)

[PATCH v3 00/10] hw/dma: Use dma_addr_t type definition when relevant
 2022-01-12  9:10 UTC  (7+ messages)
` [PATCH v3 01/10] stubs: Restrict fw_cfg to system emulation
` [PATCH v3 02/10] hw/nvram: Restrict fw_cfg QOM interface to sysemu and tools
` [PATCH v3 09/10] hw/dma: Move ScatterGatherEntry / QEMUSGList declarations around

[PATCH v2 0/2] Supporting AST2600 HACE engine accumulative mode
 2022-01-12  8:09 UTC  (3+ messages)
` [PATCH v2 1/2] hw/misc: Supporting AST2600 HACE "
` [PATCH v2 2/2] tests/qtest: Add test for Aspeed "

[PATCH] hw/usb/dev-wacom: add missing HID descriptor
 2022-01-12  9:01 UTC 

[PULL V2 00/13] Net patches
 2022-01-12  8:32 UTC  (3+ messages)
` [PULL V2 09/13] net/vmnet: implement shared mode (vmnet-shared)
` [PULL V2 11/13] net/vmnet: implement bridged mode (vmnet-bridged)


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