qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-18 12:50:11 to 2021-05-18 20:36:59 UTC [more...]

[PATCH 00/24] target/ppc: Clean up mmu translation
 2021-05-18 20:11 UTC  (24+ messages)
` [PATCH 01/24] target/ppc: Introduce prot_for_access_type
` [PATCH 02/24] target/ppc: Use MMUAccessType in mmu-radix64.c
` [PATCH 03/24] target/ppc: Use MMUAccessType in mmu-hash64.c
` [PATCH 04/24] target/ppc: Use MMUAccessType in mmu-hash32.c
` [PATCH 05/24] target/ppc: Rename access_type to type in mmu_helper.c
` [PATCH 06/24] target/ppc: Use MMUAccessType "
` [PATCH 07/24] target/ppc: Remove type argument from check_prot
` [PATCH 08/24] target/ppc: Remove type argument from ppc6xx_tlb_pte_check
` [PATCH 09/24] target/ppc: Remove type argument from ppc6xx_tlb_check
` [PATCH 10/24] target/ppc: Remove type argument from get_bat_6xx_tlb
` [PATCH 11/24] target/ppc: Remove type argument from mmu40x_get_physical_address
` [PATCH 12/24] target/ppc: Remove type argument from mmubooke_check_tlb
` [PATCH 13/24] target/ppc: Remove type argument from mmubooke_get_physical_address
` [PATCH 14/24] target/ppc: Remove type argument from mmubooke206_check_tlb
` [PATCH 15/24] target/ppc: Remove type argument for mmubooke206_get_physical_address
` [PATCH 16/24] target/ppc: Remove PowerPCCPUClass.handle_mmu_fault
` [PATCH 17/24] target/ppc: Use MMUAccessType with *_handle_mmu_fault
` [PATCH 18/24] target/ppc: Push real-mode handling into ppc_radix64_xlate
` [PATCH 19/24] target/ppc: Use bool success for ppc_radix64_xlate
` [PATCH 20/24] target/ppc: Split out ppc_hash64_xlate
` [PATCH 21/24] target/ppc: Split out ppc_hash32_xlate
` [PATCH 22/24] target/ppc: Split out ppc_jumbo_xlate
` [PATCH 23/24] target/ppc: Introduce ppc_xlate

[RFC PATCH 00/25] exec: Add load/store API for aligned pointers
 2021-05-18 20:15 UTC  (29+ messages)
` [RFC PATCH 01/25] exec/memory_ldst_cached: Sort declarations
` [RFC PATCH 02/25] exec/memory_ldst_phys: "
` [RFC PATCH 03/25] exec/memory_ldst: Use correct type sizes
` [RFC PATCH 04/25] exec/memory_ldst_phys: "
` [RFC PATCH 05/25] exec/memory_ldst_cached: Use correct type size
` [RFC PATCH 06/25] exec/memory: "
` [RFC PATCH 07/25] qemu/bswap: Introduce ST_CONVERT() macro
` [RFC PATCH 08/25] qemu/bswap: Use ST_CONVERT() macro to emit 16-bit load/store functions
` [RFC PATCH 09/25] qemu/bswap: Introduce LD_CONVERT() macro
` [RFC PATCH 10/25] qemu/bswap: Use LD_CONVERT macro to emit 16-bit signed load/store code
` [RFC PATCH 11/25] qemu/bswap: Use LD_CONVERT macro to emit 16-bit unsigned "
` [RFC PATCH 12/25] qemu/bswap: Use LDST_CONVERT macro to emit 32-bit load/store functions
` [RFC PATCH 13/25] qemu/bswap: Use LDST_CONVERT macro to emit 64-bit "
` [RFC PATCH 14/25] qemu/bswap: Introduce load/store for aligned pointer
` [RFC PATCH 15/25] exec/memory: Add methods for aligned pointer access (address space)
` [RFC PATCH 16/25] exec/memory: Add methods for aligned pointer access (physical memory)
` [RFC PATCH 17/25] hw/virtio: Use correct type sizes
` [RFC PATCH 18/25] hw/virtio: Introduce VIRTIO_LD_CONVERT() macro
` [RFC PATCH 19/25] hw/virtio: Use LD_CONVERT macro to emit 16-bit unsigned load/store code
` [RFC PATCH 20/25] hw/virtio: Introduce VIRTIO_ST_CONVERT() macro
` [RFC PATCH 21/25] hw/virtio: Use ST_CONVERT() macro to emit 16-bit load/store functions
` [RFC PATCH 22/25] hw/virtio: Use LDST_CONVERT macro to emit 32-bit "
` [RFC PATCH 23/25] hw/virtio: Use LDST_CONVERT macro to emit 64-bit "
` [RFC PATCH 24/25] hw/virtio: Add methods for aligned pointer access
` [RFC PATCH 25/25] hw/virtio: Optimize accesses on vring aligned pointers

[PATCH V3 00/22] Live Update
 2021-05-18 20:14 UTC  (20+ messages)
` [PATCH V3 07/22] cpr

[PATCH v2 00/12] hw: Various Kconfig fixes
 2021-05-18 20:11 UTC  (6+ messages)
` [PATCH v2 02/12] hw/ide/Kconfig: Add missing dependency PCI -> IDE_QDEV

[PATCH v3] target/xtensa: clean up unaligned access
 2021-05-18 20:11 UTC  (2+ messages)

[Bug 1915535] [NEW] Assertion `child->perm & BLK_PERM_WRITE' failed in bdrv_co_write_req_prepare through atapi
 2021-05-18 19:58 UTC  (2+ messages)
` [Bug 1915535] "

[PATCH 0/2] Adds quanta-gbs-bmc machine to nuvoton boards
 2021-05-18 19:47 UTC  (3+ messages)
` [PATCH 1/2] hw/arm: add quanta-gbs-bmc machine
` [PATCH 2/2] hw/arm: quanta-gbs-bmc add i2c comments

[PATCH v3 0/5] Add support for PMBus in QEMU
 2021-05-18 19:50 UTC  (10+ messages)
` [PATCH v3 1/5] hw/i2c: add support for PMBus
` [PATCH v3 2/5] hw/misc: add ADM1272 device
` [PATCH v3 3/5] tests/qtest: add tests for ADM1272 device model
` [PATCH v3 4/5] hw/misc: add MAX34451 device
` [PATCH v3 5/5] tests/qtest: add tests for MAX34451 device model

[PATCH 0/4] With the pca954x i2c mux available, enable it on aspeed and nuvoton BMC boards
 2021-05-18 19:41 UTC  (5+ messages)
` [PATCH 1/4] hw/arm: gsj add i2c comments
` [PATCH 2/4] hw/arm: gsj add pca9548
` [PATCH 3/4] hw/arm: quanta-q71l add pca954x muxes
` [PATCH 4/4] aspeed: sonorapass: enable "

[PATCH v3 00/11] PS/2 controller related fixes
 2021-05-18 19:37 UTC  (4+ messages)
` [PATCH v3 05/11] pckbd: don't update OBF flags if KBD_STAT_OBF is set

[Bug 1915539] [NEW] Null-ptr dereference on AHCICmdHdr in ahci_pio_transfer
 2021-05-18 19:34 UTC  (2+ messages)
` [Bug 1915539] "

[Question] Indefinitely block in the host when remove the PF driver
 2021-05-18 19:39 UTC  (2+ messages)

[PATCH v5 0/6] hw/block/fdc: Allow Kconfig-selecting ISA bus/SysBus floppy controllers
 2021-05-18 19:32 UTC  (7+ messages)
` [PATCH v5 1/6] hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDC
` [PATCH v5 2/6] hw/block/fdc: Replace disabled fprintf() by trace event
` [PATCH v5 3/6] hw/block/fdc: Declare shared prototypes in fdc-internal.h
` [PATCH v5 4/6] hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c
` [PATCH v5 5/6] hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c
` [PATCH v5 6/6] hw/block/fdc: Add sysbus_fdc_init_drives() method

[RFC PATCH v2 0/6] hw/arm/virt: Introduce cpu topology support
 2021-05-18 19:22 UTC  (8+ messages)
` [RFC PATCH v2 5/6] hw/arm/virt-acpi-build: Add PPTT table

[PATCH] hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine
 2021-05-18 19:21 UTC  (4+ messages)

[Bug 1917442] [NEW] [AHCI] crash when running a GNU/Hurd guest
 2021-05-18 19:11 UTC  (2+ messages)
` [Bug 1917442] "

[PATCH v2 0/6] hw/southbridge: QOM'ify vt82c686 as VT82C686B_SOUTHBRIDGE
 2021-05-18 19:16 UTC  (5+ messages)
` [PATCH v2 4/6] hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_IDE_DEVS
` [PATCH v2 5/6] hw/ide/via: Connect IDE function output IRQs to the ISA function input

[RFC PATCH v3 0/9] hw/arm/virt: Introduce cpu topology support
 2021-05-18 18:50 UTC  (13+ messages)
` [RFC PATCH v3 4/9] hw/arm/virt: Initialize the present cpu members
` [RFC PATCH v3 6/9] hw/arm/virt-acpi-build: Use possible cpus in generation of MADT

[PATCH v2 00/21] qapi: static typing conversion, pt5a
 2021-05-18 19:01 UTC  (14+ messages)
` [PATCH v2 01/21] qapi/parser: Don't try to handle file errors
` [PATCH v2 04/21] qapi/parser: factor parsing routine into method
` [PATCH v2 05/21] qapi/parser: Assert lexer value is a string
` [PATCH v2 12/21] qapi/parser: add type hint annotations

[RFC PATCH 00/11] target/ppc: add support to disable-tcg
 2021-05-18 18:45 UTC  (9+ messages)
` [PATCH 09/11] include/exec: added functions to the stubs in exec-all.h

[PATCH v3 00/15] qemu_iotests: improve debugging options
 2021-05-18 18:20 UTC  (8+ messages)
` [PATCH v3 10/15] qemu_iotests: extent QMP socket timeout when using valgrind

[PATCH v2 0/3] To add HMP interface to dump PCI MSI-X table/PBA
 2021-05-18 17:41 UTC  (4+ messages)
` [PATCH v2 1/3] msix/hmp: add hmp interface to dump MSI-X info
` [PATCH v2 2/3] msix/hmp: add interface to dump device specific info
` [PATCH v2 3/3] virtio-pci/hmp: implement device specific hmp interface

[PATCH v2] fdc: check null block pointer before r/w data transfer
 2021-05-18 17:32 UTC  (2+ messages)

[PATCH] fdc: check null block pointer before blk_pwrite
 2021-05-18 17:30 UTC  (2+ messages)

[PATCH] fdc: check drive block device before usage (CVE-2021-20196)
 2021-05-18 17:24 UTC  (5+ messages)

[PATCH v2 0/7] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-05-18 17:08 UTC  (10+ messages)
` [PATCH v2 3/7] ACPI ERST: support for ACPI ERST feature

Qemu block filter insertion/removal API
 2021-05-18 16:49 UTC  (2+ messages)

RFC: Qemu backup interface plans
 2021-05-18 16:39 UTC  (2+ messages)

[RFC PATCH] hmp-commands: expand type of icount to "l" in replay commands
 2021-05-18 16:28 UTC  (2+ messages)

[PATCH v3 0/8] GICv3 LPI and ITS feature implementation
 2021-05-18 16:06 UTC  (17+ messages)
` [PATCH v3 1/8] hw/intc: GICv3 ITS initial framework
` [PATCH v3 2/8] hw/intc: GICv3 ITS register definitions added
` [PATCH v3 3/8] hw/intc: GICv3 ITS command queue framework
` [PATCH v3 4/8] hw/intc: GICv3 ITS Command processing
` [PATCH v3 5/8] hw/intc: GICv3 ITS Feature enablement
` [PATCH v3 7/8] hw/arm/sbsa-ref: add ITS support in SBSA GIC
` [PATCH v3 8/8] hw/arm/virt: add ITS support in virt GIC

[PATCH] fw_cfg: Set the max fw_cfg mem read size to 8 bytes
 2021-05-18 15:49 UTC  (2+ messages)

[PATCH 0/3] vl: add -object support back into -readconfig
 2021-05-18 15:40 UTC  (4+ messages)
` [PATCH 1/3] qemu-config: parse configuration files to a QDict
` [PATCH 2/3] vl: plumb keyval-based options into -readconfig
` [PATCH 3/3] vl: plug -object back "

[PATCH v2] target/ppc: Fix load endianness for lxvwsx/lxvdsx
 2021-05-18 15:42 UTC  (2+ messages)

[PATCH 00/21] block: publish backup-top filter
 2021-05-18 15:41 UTC  (26+ messages)
` [PATCH 13/21] block/copy-before-write: introduce cbw_init()
` [PATCH 14/21] block/copy-before-write: cbw_init(): rename variables
` [PATCH 15/21] block/copy-before-write: cbw_init(): use file child after attaching
` [PATCH 16/21] block/copy-before-write: cbw_init(): use options
` [PATCH 17/21] block/block-copy: switch to fully set bitmap by default
` [PATCH 18/21] block/block-copy: make setting progress optional
` [PATCH 19/21] block/copy-before-write: make public block driver
` [PATCH 20/21] qapi: publish copy-before-write filter
` [PATCH 21/21] itotests/222: add test-case for "

Adjustments of NVDIMM devices and future data safety
 2021-05-18 15:29 UTC  (3+ messages)

[PATCH v2 0/7] target/ppc: Misc motion to support disabling TCG
 2021-05-18 15:05 UTC  (8+ messages)
` [PATCH v2 1/7] target/ppc: fix ppc_store_sdr1 for user-only compilation
` [PATCH v2 2/7] target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.c
` [PATCH v2 3/7] target/ppc: reduce usage of fpscr_set_rounding_mode
` [PATCH v2 4/7] target/ppc: overhauled and moved logic of storing fpscr
` [PATCH v2 5/7] target/ppc: removed unnecessary inclusion of helper-proto.h
` [PATCH v2 6/7] target/ppc: moved ppc_cpu_do_interrupt to cpu.c
` [PATCH v2 7/7] target/ppc: wrapped some TCG only logic with ifdefs

[PATCH v6 00/25] python: create installable package
 2021-05-18 15:20 UTC  (6+ messages)
` [PATCH v6 02/25] python: create qemu packages
` [PATCH v6 03/25] python: create utils sub-package

[PULL 00/20] Misc patches for 2020-05-17
 2021-05-18 15:16 UTC  (2+ messages)

[PATCH v2 0/5] block-copy: make helper APIs thread safe
 2021-05-18 14:50 UTC  (3+ messages)
` [PATCH v2 5/5] co-shared-resource: protect with a mutex

[PATCH v1 for-6.1 00/11] target/arm: Implement BFloat16
 2021-05-18 14:47 UTC  (23+ messages)
` [PATCH v1 04/11] target/arm: Implement vector float32 to bfloat16 conversion
` [PATCH v1 05/11] fpu: Add float_round_to_odd_inf
` [PATCH v1 06/11] target/arm: Implement bfloat16 dot product (vector)
` [PATCH v1 07/11] target/arm: Implement bfloat16 dot product (indexed)
` [PATCH v1 08/11] target/arm: Implement bfloat16 matrix multiply accumulate
` [PATCH v1 09/11] target/arm: Implement bfloat widening fma (vector)
` [PATCH v1 10/11] target/arm: Implement bfloat widening fma (indexed)
` [PATCH v1 11/11] target/arm: Enable BFloat16 extensions

Adding pcie-root-port devices via QMP apparently isn't possible
 2021-05-18 14:43 UTC  (4+ messages)

latest GOOD state of series i386 cleanup, arm cleanup, s390 cleanup
 2021-05-18 14:51 UTC  (4+ messages)

[PATCH 0/3] Small CI improvements
 2021-05-18 13:50 UTC  (8+ messages)
` [PATCH 1/3] cirrus-ci: test installation
` [PATCH 2/3] ci: do not use #processors+1 jobs, #processors is enough

[PATCH v3] i386: Add ratelimit for bus locks acquired in guest
 2021-05-18 13:48 UTC  (3+ messages)

Adding devices via QMP's device_add don't have their bootindex setting respected
 2021-05-18 13:08 UTC  (3+ messages)
  ` Fwd: "

notdirty_write thrashing in simple for loop
 2021-05-18  9:54 UTC 

[PATCH v2 0/6] Python: delint python library
 2021-05-18 13:33 UTC  (2+ messages)

[PATCH Resend] block/quorum: Provide .bdrv_co_flush instead of .bdrv_co_flush_to_disk
 2021-05-18 13:17 UTC 

[PATCH] qobject: Fix maybe uninitialized in qdict_array_split
 2021-05-18 13:06 UTC 

[PATCH 0/5] block: file-posix queue
 2021-05-18 13:23 UTC  (2+ messages)

[PATCH] qemu-config: load modules when instantiating option groups
 2021-05-18 13:21 UTC  (2+ messages)

[PULL 00/20] emulated nvme updates
 2021-05-18 13:12 UTC  (2+ messages)

[PATCH 0/7] virtiofsd: Few cleanups in virtio_send_data_iov()
 2021-05-18 12:34 UTC  (5+ messages)
` [PATCH 7/7] virtiofsd: Set req->reply_sent right after sending reply
  ` [Virtio-fs] "


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