qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-21 13:24:39 to 2022-12-21 23:14:50 UTC [more...]

[PATCH v4 00/30] This series consolidates the implementations of the PIIX3 and PIIX4 south
 2022-12-21 23:13 UTC  (33+ messages)
` [PATCH v4 01/30] hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition
` [PATCH v4 02/30] hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader
` [PATCH v4 03/30] hw/isa/piix4: Correct IRQRC[A:D] reset values
` [PATCH v4 04/30] hw/mips/Kconfig: Track Malta's PIIX dependencies via Kconfig
` [PATCH v4 05/30] hw/usb/hcd-uhci: Introduce TYPE_ defines for device models
` [PATCH v4 06/30] hw/i386/pc_piix: Associate pci_map_irq_fn as soon as PCI bus is created
` [PATCH v4 07/30] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge
` [PATCH v4 08/30] hw/i386/pc: Create RTC controllers in south bridges
` [PATCH v4 09/30] hw/i386/pc: No need for rtc_state to be an out-parameter
` [PATCH v4 10/30] hw/isa/piix3: Create USB controller in host device
` [PATCH v4 11/30] hw/isa/piix3: Create power management "
` [PATCH v4 12/30] hw/core: Introduce proxy-pic
` [PATCH v4 13/30] hw/isa/piix3: Create Proxy PIC in host device
` [PATCH v4 14/30] hw/isa/piix3: Create IDE controller "
` [PATCH v4 15/30] hw/isa/piix3: Wire up ACPI interrupt internally
` [PATCH v4 16/30] hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS
` [PATCH v4 17/30] hw/isa/piix3: Rename pci_piix3_props for sharing with PIIX4
` [PATCH v4 18/30] hw/isa/piix3: Rename piix3_reset() "
` [PATCH v4 19/30] hw/isa/piix3: Drop the "3" from PIIX base class
` [PATCH v4 20/30] hw/isa/piix4: Make PIIX4's ACPI and USB functions optional
` [PATCH v4 21/30] hw/isa/piix4: Remove unused inbound ISA interrupt lines
` [PATCH v4 22/30] hw/isa/piix4: Use Proxy PIC device
` [PATCH v4 23/30] hw/isa/piix4: Reuse struct PIIXState from PIIX3
` [PATCH v4 24/30] hw/isa/piix4: Rename reset control operations to match PIIX3
` [PATCH v4 25/30] hw/isa/piix3: Merge hw/isa/piix4.c
` [PATCH v4 26/30] hw/isa/piix: Harmonize names of reset control memory regions
` [PATCH v4 27/30] hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4
` [PATCH v4 28/30] hw/isa/piix: Rename functions to be shared for interrupt triggering
` [PATCH v4 29/30] hw/isa/piix: Consolidate IRQ triggering
` [PATCH v4 30/30] hw/isa/piix: Share PIIX3's base class with PIIX4

[PATCH 0/4] exagon (target/hexagon) Add overrides for COF insns
 2022-12-21 22:41 UTC  (5+ messages)
` [PATCH 1/4] Hexagon (target/hexagon) Add overrides for jumpr31 instructions
` [PATCH 2/4] Hexagon (target/hexagon) Add overrides for callr
` [PATCH 3/4] Hexagon (target/hexagon) Add overrides for endloop1/endloop01
` [PATCH 4/4] Hexagon (target/hexagon) Add overrides for dealloc-return instructions

[PULL v2 00/45] riscv-to-apply queue
 2022-12-21 22:40 UTC  (46+ messages)
` [PULL v2 01/45] target/riscv: Fix PMP propagation for tlb
` [PULL v2 02/45] hw/registerfields: add `FIELDx_1CLEAR()` macro
` [PULL v2 03/45] hw/ssi/ibex_spi: implement `FIELD32_1CLEAR` macro
` [PULL v2 04/45] tcg/riscv: Fix range matched by TCG_CT_CONST_M12
` [PULL v2 05/45] tcg/riscv: Fix reg overlap case in tcg_out_addsub2
` [PULL v2 06/45] tcg/riscv: Fix base register for user-only qemu_ld/st
` [PULL v2 07/45] hw/riscv/opentitan: bump opentitan
` [PULL v2 08/45] hw/riscv/opentitan: add aon_timer base unimpl
` [PULL v2 09/45] target/riscv: Add smstateen support
` [PULL v2 10/45] target/riscv: smstateen check for h/s/envcfg
` [PULL v2 11/45] target/riscv: generate virtual instruction exception
` [PULL v2 12/45] target/riscv: Add itrigger support when icount is not enabled
` [PULL v2 13/45] target/riscv: Add itrigger support when icount is enabled
` [PULL v2 14/45] target/riscv: Enable native debug itrigger
` [PULL v2 15/45] target/riscv: Add itrigger_enabled field to CPURISCVState
` [PULL v2 16/45] hw/intc: sifive_plic: Renumber the S irqs for numa support
` [PULL v2 17/45] target/riscv: Typo fix in sstc() predicate
` [PULL v2 18/45] hw/riscv: virt: Remove the redundant ipi-id property
` [PULL v2 19/45] target/riscv: support cache-related PMU events in virtual mode
` [PULL v2 20/45] target/riscv: Add some comments for sstatus CSR in riscv_cpu_dump_state()
` [PULL v2 21/45] hw/misc: pfsoc: add fabric clocks to ioscb
` [PULL v2 22/45] hw/riscv: pfsoc: add missing FICs as unimplemented
` [PULL v2 23/45] hw/{misc, riscv}: pfsoc: add system controller "
` [PULL v2 24/45] hw/intc: sifive_plic: fix out-of-bound access of source_priority array
` [PULL v2 25/45] target/riscv: Fix mret exception cause when no pmp rule is configured
` [PULL v2 26/45] target/riscv: Set pc_succ_insn for !rvc illegal insn
` [PULL v2 27/45] target/riscv: Simplify helper_sret() a little bit
` [PULL v2 28/45] target/riscv: Clear mstatus.MPRV when leaving M-mode for priv spec 1.12+
` [PULL v2 29/45] RISC-V: Add Zawrs ISA extension support
` [PULL v2 30/45] hw/riscv: Select MSI_NONBROKEN in SIFIVE_PLIC
` [PULL v2 31/45] hw/intc: Select MSI_NONBROKEN in RISC-V AIA interrupt controllers
` [PULL v2 32/45] hw/riscv: Fix opentitan dependency to SIFIVE_PLIC
` [PULL v2 33/45] hw/riscv: Sort machines Kconfig options in alphabetical order
` [PULL v2 34/45] hw/riscv: spike: Remove misleading comments
` [PULL v2 35/45] hw/intc: sifive_plic: Drop PLICMode_H
` [PULL v2 36/45] hw/intc: sifive_plic: Improve robustness of the PLIC config parser
` [PULL v2 37/45] hw/intc: sifive_plic: Use error_setg() to propagate the error up via errp in sifive_plic_realize()
` [PULL v2 38/45] hw/intc: sifive_plic: Update "num-sources" property default value
` [PULL v2 39/45] hw/riscv: microchip_pfsoc: Fix the number of interrupt sources of PLIC
` [PULL v2 40/45] hw/riscv: sifive_e: "
` [PULL v2 41/45] hw/riscv: sifive_u: Avoid using magic number for "riscv, ndev"
` [PULL v2 42/45] hw/riscv: virt: Fix the value of "riscv, ndev" in the dtb
` [PULL v2 43/45] hw/intc: sifive_plic: Change "priority-base" to start from interrupt source 0
` [PULL v2 44/45] hw/riscv: opentitan: Drop "hartid-base" and "priority-base" initialization
` [PULL v2 45/45] hw/intc: sifive_plic: Fix the pending register range check

[RFC PATCH-for-8.0 0/3] hw/ppc: Remove tswap() calls
 2022-12-21 22:15 UTC  (11+ messages)
` [RFC PATCH-for-8.0 2/3] hw/ppc/spapr: Replace tswap64(HPTE) by cpu_to_be64(HPTE)

[PULL v2 00/14] ppc queue
 2022-12-21 22:14 UTC  (2+ messages)

[PATCH v3 0/5] coroutine: Clean up includes
 2022-12-21 21:47 UTC  (7+ messages)
` [PATCH v3 1/5] coroutine: Clean up superfluous inclusion of qemu/coroutine.h
` [PATCH v3 2/5] coroutine: Move coroutine_fn to qemu/osdep.h, trim includes
` [PATCH v3 3/5] coroutine: Clean up superfluous inclusion of qemu/lockable.h
` [PATCH v3 4/5] coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h
` [PATCH v3 5/5] coroutine: Use Coroutine typedef name instead of structure tag

[PATCH v2 0/5] target/s390x: Header cleanups around "cpu.h"
 2022-12-21 21:00 UTC  (3+ messages)
` [PATCH v2 1/5] exec/memory: Expose memory_region_access_valid()

[PATCH v2] Hexagon (target/hexagon) implement mutability mask for GPRs
 2022-12-21 20:06 UTC  (4+ messages)

[PATCH v3 0/2] tpm: add mssim backend
 2022-12-21 20:31 UTC  (4+ messages)
` [PATCH v3 1/2] tpm: convert tpmdev options processing to new visitor format

[PATCH RFC v2 0/1] tests: add wasmtime testsuite
 2022-12-21 19:05 UTC  (2+ messages)
` [PATCH RFC v2 1/1] "

[PATCH v2 0/7] Clean up dependencies of ACPI controllers
 2022-12-21 19:11 UTC  (3+ messages)

[RFC PATCH 0/6] QEMU CXL Provide mock CXL events and irq support
 2022-12-21 18:56 UTC  (4+ messages)
` [RFC PATCH 3/6] hw/cxl/cxl-events: Add CXL mock events

[PATCH] hw/net: Fix read of uninitialized memory in imx_fec
 2022-12-21 18:32 UTC 

[PATCH 00/15] riscv: opensbi boot test and cleanups
 2022-12-21 18:23 UTC  (16+ messages)
` [PATCH 01/15] tests/avocado: add RISC-V opensbi boot test
` [PATCH 02/15] hw/riscv/spike: use 'fdt' from MachineState
` [PATCH 03/15] hw/riscv/sifive_u: "
` [PATCH 04/15] hw/riscv/boot.c: make riscv_find_firmware() static
` [PATCH 05/15] hw/riscv/boot.c: introduce riscv_default_firmware_name()
` [PATCH 06/15] hw/riscv/spike.c: load initrd right after riscv_load_kernel()
` [PATCH 07/15] hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()
` [PATCH 08/15] hw/riscv: write bootargs 'chosen' FDT after riscv_load_kernel()
` [PATCH 09/15] hw/riscv/boot.c: use MachineState in riscv_load_initrd()
` [PATCH 10/15] hw/riscv/boot.c: use MachineState in riscv_load_kernel()
` [PATCH 11/15] hw/riscv/boot.c: consolidate all kernel init "
` [PATCH 12/15] hw/riscv/boot.c: make riscv_load_initrd() static
` [PATCH 13/15] hw/riscv/spike.c: simplify create_fdt()
` [PATCH 14/15] hw/riscv/virt.c: "
` [PATCH 15/15] hw/riscv/sifive_u: "

[PULL 00/24] QEMU patches for 2022-12-21
 2022-12-21 18:01 UTC  (25+ messages)
` [PULL 01/24] typedefs: Forward-declare AccelState
` [PULL 02/24] hw: Reduce "qemu/accel.h" inclusion
` [PULL 03/24] util/log: do not close and reopen log files when flags are turned off
` [PULL 04/24] util/log: Always send errors to logfile when daemonized
` [PULL 05/24] ide: Add 8-bit data mode
` [PULL 06/24] ide: Add "ide-cf" driver, a CompactFlash card
` [PULL 07/24] configure: remove useless write_c_skeleton
` [PULL 08/24] configure: remove dead function
` [PULL 09/24] configure: cleanup $cpu tests
` [PULL 10/24] configure: preserve qemu-ga variables
` [PULL 11/24] configure: remove backwards-compatibility and obsolete options
` [PULL 12/24] meson: tweak hardening options for Windows
` [PULL 13/24] meson: cleanup dummy-cpus.c rules
` [PULL 14/24] tests/qapi-schema: remove Meson workaround
` [PULL 15/24] configure: test all warnings
` [PULL 16/24] meson: support meson 0.64 -Doptimization=plain
` [PULL 17/24] meson: cleanup compiler detection
` [PULL 18/24] meson: accept relative symlinks in "meson introspect --installed" data
` [PULL 19/24] docs: do not talk about past removal as happening in the future
` [PULL 20/24] KVM: remove support for kernel-irqchip=off
` [PULL 21/24] util: remove support for hex numbers with a scaling suffix
` [PULL 22/24] util: remove support -chardev tty and -chardev parport
` [PULL 23/24] target/i386: Add SGX aex-notify and EDECCSSA support
` [PULL 24/24] i386: SGX: remove deprecated member of SGXInfo

[RFC PATCH v4 01/47] Xen HVM support under KVM
 2022-12-21 18:03 UTC  (7+ messages)
` [RFC PATCH v4 03/47] xen: Add XEN_DISABLED mode and make it default
` [RFC PATCH v4 06/47] i386/hvm: Set Xen vCPU ID in KVM
` [RFC PATCH v4 11/47] i386/xen: implement HYPERVISOR_xen_version

[PULL 00/41] virtio,pc,pci: features, cleanups, fixes
 2022-12-21 18:07 UTC  (11+ messages)
` [PULL 31/41] acpi/tests/avocado/bits: add mformat as one of the dependencies
` [PULL 34/41] hw/virtio: Add missing "hw/core/cpu.h" include
` [PULL 35/41] hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[]
` [PULL 38/41] hw/virtio: Extract config read/write accessors to virtio-config-io.c
` [PULL 36/41] hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]
` [PULL 37/41] hw/virtio: Constify qmp_virtio_feature_map_t[]
` [PULL 39/41] hw/virtio: Extract QMP related code virtio-qmp.c

[PATCH v3 00/17] hw/9pfs: Add 9pfs support for Windows
 2022-12-21 18:02 UTC  (5+ messages)
` [PATCH v3 07/17] hw/9pfs: Support getting current directory offset "

[PATCH] hw/net: Fix read of uninitialized memory in ftgmac100
 2022-12-21 17:58 UTC  (3+ messages)

[PATCH] target/hexagon: suppress unused variable warning
 2022-12-21 17:42 UTC  (3+ messages)

[PATCH 00/32] Consolidate PIIX south bridges
 2022-12-21 17:37 UTC  (6+ messages)

[PATCH v2] MIPS: remove support for trap and emulate KVM
 2022-12-21 17:31 UTC  (2+ messages)

[PATCH] m25p80: Add the is25wp256 SFPD table
 2022-12-21 17:36 UTC  (2+ messages)

[PATCH 0/3] hw/arm/nseries: Minor housekeeping
 2022-12-21 17:12 UTC  (5+ messages)
` [PATCH 3/3] hw/arm/nseries: Silent -Wmissing-field-initializers warning

[PATCH] target/riscv: Set pc_succ_insn for !rvc illegal insn
 2022-12-21 17:08 UTC  (3+ messages)

[PATCH 0/6] Trivial PPC cleanups
 2022-12-21 17:04 UTC  (6+ messages)

[PATCH v1 00/10] split user and system code in gdbstub
 2022-12-21 16:56 UTC  (4+ messages)
` [PATCH v1 04/10] gdbstub: split GDBConnection from main structure

[PATCH v2] target/i386: Remove compilation errors when -Werror=maybe-uninitialized
 2022-12-21 16:49 UTC  (2+ messages)

[PATCH] hw/core/loader: Remove declarations of option_rom_has_mr/rom_file_has_mr
 2022-12-21 16:34 UTC  (3+ messages)

[PATCH v2] target/hexagon: suppress unused variable warning
 2022-12-21 15:53 UTC 

[PULL v2 00/14] accel/tcg: Rewrite user-only vma tracking
 2022-12-21 15:43 UTC  (2+ messages)

[PATCH 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()
 2022-12-21 15:26 UTC  (5+ messages)
` [PATCH v2 1/2] hw/arm/virt: Consolidate GIC finalize logic
` [PATCH v2 2/2] hw/arm/virt: Make accels in GIC finalize logic explicit

[PULL 0/6] testing updates
 2022-12-21 14:40 UTC  (7+ messages)
` [PULL 1/6] configure: Fix check-tcg not executing any tests
` [PULL 2/6] gitlab: turn off verbose logging for make check on custom runners
` [PULL 3/6] configure: repeat ourselves for the benefit of CI
` [PULL 4/6] tests/tcg: fix unused variable in linux-test
` [PULL 5/6] tests/docker: use prebuilt toolchain for debian-hexagon-cross
` [PULL 6/6] gitlab-ci: Disable docs and GUIs for the build-tci and build-tcg-disabled jobs

[PATCH] block/io: Check for replay-enabled in bdrv_drain_all_begin()
 2022-12-21 14:14 UTC  (3+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-21 13:42 UTC  (13+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory

[PATCH v2 0/3] block: Clean up includes
 2022-12-21 13:35 UTC  (4+ messages)
` [PATCH v2 1/3] include/block: Untangle inclusion loops
` [PATCH v2 2/3] hw/sparc64/niagara: Use blk_name() instead of open-coding it
` [PATCH v2 3/3] include/hw/block: Include hw/block/block.h where needed

[PATCH v3 00/10] Compiler warning fixes for libvhost-user,libvduse
 2022-12-21 13:10 UTC  (3+ messages)
` [PATCH v3 08/10] libvduse: Provide _GNU_SOURCE when compiling outside of QEMU
` [PATCH v3 10/10] libvduse: Fix assignment in vring_set_avail_event

[PATCH-for-8.0 0/4] ppc: Clean up few headers to make them target agnostic
 2022-12-21 13:26 UTC  (5+ messages)
` [PATCH-for-8.0 4/4] hw/ppc/spapr_ovec: Avoid target_ulong spapr_ovec_parse_vector()

[PATCH v6 0/3] Fix the virtio features negotiation flaw
 2022-12-21 13:06 UTC  (2+ messages)
` [PATCH v6 2/3] vhost-user: Refactor the chr_closed_bh


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