qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-08 18:14:05 to 2024-02-09 12:30:39 UTC [more...]

[PATCH v3] blockcommit: Reopen base image as RO after abort
 2024-02-09 12:29 UTC  (2+ messages)

[PATCH v4 0/7] Support generic Luks encryption
 2024-02-09 12:27 UTC  (3+ messages)
` [PATCH v4 5/7] block: Support detached LUKS header creation using qemu-img

[PATCH v2 00/23] migration/multifd: Refactor ->send_prepare() and cleanups
 2024-02-09 12:20 UTC  (4+ messages)
` [PATCH v2 05/23] migration/multifd: Drop MultiFDSendParams.normal[] array
  ` [External] "

[PATCH v2 00/12] target/hppa: Enhancements and fixes
 2024-02-09 11:56 UTC  (13+ messages)
` [PATCH v2 01/12] disas/hppa: Add disassembly for qemu specific instructions
` [PATCH v2 02/12] target/hppa: Add "diag 0x101" for console output support
` [PATCH v2 03/12] hw/pci-host/astro: Avoid aborting on access failure
` [PATCH v2 04/12] hw/pci-host/astro: Implement Hard Fail and Soft Fail mode
` [PATCH v2 05/12] lasi: allow access to LAN MAC address registers
` [PATCH v2 06/12] target/hppa: Implement do_transaction_failed handler for I/O errors
` [PATCH v2 07/12] lasi: Add reset I/O ports for LASI audio and FDC
` [PATCH v2 08/12] target/hppa: Allow read-access to PSW with rsm 0, reg instruction
` [PATCH v2 09/12] target/hppa: PDC_BTLB_INFO uses 32-bit ints
` [PATCH v2 10/12] hw/net/tulip: add chip status register values
` [PATCH v2 11/12] target/hppa: Update SeaBIOS-hppa to version 16
` [PATCH v2 12/12] hw/hppa/machine: Load 64-bit firmware on 64-bit machines

[PATCH v3 00/11] hw: Strengthen SysBus & QBus API
 2024-02-09 11:38 UTC  (24+ messages)
` [PATCH v3 01/11] hw/ide/ich9: Use AHCIPCIState typedef
` [PATCH v3 02/11] hw/rx/rx62n: Reduce inclusion of 'qemu/units.h'
` [PATCH v3 03/11] hw/rx/rx62n: Only call qdev_get_gpio_in() when necessary
` [PATCH v3 04/11] hw/i386/pc_q35: Realize LPC PCI function before accessing it
` [PATCH v3 05/11] hw/ppc/prep: Realize ISA bridge "
` [PATCH v3 06/11] hw/misc/macio: Realize IDE controller "
` [PATCH v3 07/11] hw/sh4/r2d: "
` [PATCH v3 08/11] hw/sparc/sun4m: Realize DMA "
` [PATCH v3 09/11] hw/sparc/leon3: Realize GRLIB IRQ "
` [PATCH v3 10/11] hw/sparc/leon3: Initialize GPIO before realizing CPU devices
` [PATCH v3 11/11] hw/sparc64/cpu: "

[PULL 00/16] Block layer patches
 2024-02-09 11:22 UTC  (2+ messages)

[PULL 00/61] riscv-to-apply queue
 2024-02-09 10:58 UTC  (62+ messages)
` [PULL 01/61] target/riscv: Check for 'A' extension on all atomic instructions
` [PULL 02/61] target/riscv: Add infrastructure for 'B' MISA extension
` [PULL 03/61] target/riscv: Add step to validate 'B' extension
` [PULL 04/61] target/riscv/cpu_cfg.h: remove unused fields
` [PULL 05/61] target/riscv: make riscv_cpu_is_vendor() public
` [PULL 06/61] target/riscv: move 'pmu-mask' and 'pmu-num' to riscv_cpu_properties[]
` [PULL 07/61] target/riscv: move 'mmu' "
` [PULL 08/61] target/riscv: move 'pmp' "
` [PULL 09/61] target/riscv: rework 'priv_spec'
` [PULL 10/61] target/riscv: rework 'vext_spec'
` [PULL 11/61] target/riscv: move 'vlen' to riscv_cpu_properties[]
` [PULL 12/61] target/riscv: move 'elen' "
` [PULL 13/61] target/riscv: create finalize_features() for KVM
` [PULL 14/61] target/riscv: move 'cbom_blocksize' to riscv_cpu_properties[]
` [PULL 15/61] target/riscv: move 'cbop_blocksize' "
` [PULL 16/61] target/riscv: move 'cboz_blocksize' "
` [PULL 17/61] target/riscv: remove riscv_cpu_options[]
` [PULL 18/61] target/riscv/cpu.c: move 'mvendorid' to riscv_cpu_properties[]
` [PULL 19/61] target/riscv/cpu.c: move 'mimpid' "
` [PULL 20/61] target/riscv/cpu.c: move 'marchid' "
` [PULL 21/61] target/riscv: Implement optional CSR mcontext of debug Sdtrig extension
` [PULL 22/61] target/riscv: add 'vlenb' field in cpu->cfg
` [PULL 23/61] target/riscv/csr.c: use 'vlenb' instead of 'vlen'
` [PULL 24/61] target/riscv/gdbstub.c: use 'vlenb' instead of shifting 'vlen'
` [PULL 25/61] target/riscv/insn_trans/trans_rvbf16.c.inc: use cpu->cfg.vlenb
` [PULL 26/61] target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb'
` [PULL 27/61] target/riscv/insn_trans/trans_rvvk.c.inc: "
` [PULL 28/61] target/riscv/vector_helper.c: "
` [PULL 29/61] target/riscv/vector_helper.c: use vlenb in HELPER(vsetvl)
` [PULL 30/61] target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb' in MAXSZ()
` [PULL 31/61] target/riscv/cpu.h: use 'vlenb' in vext_get_vlmax()
` [PULL 32/61] target/riscv: change vext_get_vlmax() arguments
` [PULL 33/61] trans_rvv.c.inc: use vext_get_vlmax() in trans_vrgather_v*()
` [PULL 34/61] target/riscv/cpu.c: remove cpu->cfg.vlen
` [PULL 35/61] target/riscv/kvm: change kvm_reg_id to uint64_t
` [PULL 36/61] target/riscv/kvm: initialize 'vlenb' via get-reg-list
` [PULL 37/61] target/riscv/kvm: get/set vector vregs[]
` [PULL 38/61] target/riscv: Remove misa_mxl validation
` [PULL 39/61] target/riscv: Move misa_mxl_max to class
` [PULL 40/61] target/riscv: Validate misa_mxl_max only once
` [PULL 41/61] target/riscv: FCSR doesn't contain vxrm and vxsat
` [PULL 42/61] target/riscv: Use RISCVException as return type for all csr ops
` [PULL 43/61] hw/riscv/virt-acpi-build.c: fix leak in build_rhct()
` [PULL 44/61] hw/riscv/numa.c: use g_autofree in socket_fdt_write_distance_matrix()
` [PULL 45/61] hw/riscv/virt.c: use g_autofree in create_fdt_socket_cpus()
` [PULL 46/61] hw/riscv/virt.c: use g_autofree in create_fdt_sockets()
` [PULL 47/61] hw/riscv/virt.c: use g_autofree in create_fdt_virtio()
` [PULL 48/61] hw/riscv/virt.c: use g_autofree in virt_machine_init()
` [PULL 49/61] hw/riscv/virt.c: use g_autofree in create_fdt_*
` [PULL 50/61] target/riscv: Add Zaamo and Zalrsc extension infrastructure
` [PULL 51/61] target/riscv: Check 'A' and split extensions for atomic instructions
` [PULL 52/61] target/riscv: Expose Zaamo and Zalrsc extensions
` [PULL 53/61] target/riscv: use misa_mxl_max to populate isa string rather than TARGET_LONG_BITS
` [PULL 54/61] target/riscv: support new isa extension detection devicetree properties
` [PULL 55/61] smbios: add processor-family option
` [PULL 56/61] smbios: function to set default processor family
` [PULL 57/61] target/riscv: SMBIOS support for RISC-V virt machine
` [PULL 58/61] qemu-options: enable -smbios option on RISC-V
` [PULL 59/61] target/riscv: Enable xtheadsync under user mode
` [PULL 60/61] target/riscv/cpu.c: add riscv_bare_cpu_init()
` [PULL 61/61] target/riscv: add rv32i, rv32e and rv64e CPUs

[RFC PATCH 00/11] target/mips: Remove I6500 CPU definition
 2024-02-09 10:59 UTC  (13+ messages)
` [RFC PATCH 01/11] target/mips: Remove helpers accessing SAAR registers
` [RFC PATCH 02/11] hw/misc/mips: Reduce itc_reconfigure() scope
` [RFC PATCH 03/11] target/mips: Remove MIPSITUState::itu field
` [RFC PATCH 04/11] target/mips: Remove CPUMIPSState::saarp field
` [RFC PATCH 05/11] hw/misc/mips_itu: Remove MIPSITUState::cpu0 field
` [RFC PATCH 06/11] hw/misc/mips_itu: Remove MIPSITUState::saar field
` [RFC PATCH 07/11] target/mips: Remove CPUMIPSState::CP0_SAAR[2] field
` [RFC PATCH 08/11] target/mips: Remove helpers accessing SAARI register
` [RFC PATCH 09/11] target/mips: Remove CPUMIPSState::CP0_SAARI field
` [RFC PATCH 10/11] target/mips: Remove the unused DisasContext::saar field
` [RFC PATCH 11/11] target/mips: Remove I6500 CPU definition

[RFC/INCOMPLETE PATCH 0/8] Attempt to make qemu-img options consistent and --help working
 2024-02-09 10:56 UTC  (2+ messages)

[PATCH] system: Move memory_ldst.c.inc to system
 2024-02-09 10:26 UTC  (2+ messages)

[PATCH 00/14] migration: Improve error reporting
 2024-02-09 10:14 UTC  (7+ messages)
` [PATCH 02/14] migration: Add Error** argument to .load_setup() handler
` [PATCH 03/14] memory: Add Error** argument to .log_global*() handlers

[PATCH] hw/arm/smmuv3: add support for stage 1 access fault
 2024-02-09 10:01 UTC 

Unit Test Aborts when building with -ftrapv compiler option
 2024-02-09  9:41 UTC  (3+ messages)

[PATCH] hw/net/tulip: add chip status register values
 2024-02-09  9:33 UTC  (3+ messages)

[PATCH] hw/pci: migration: Skip config space check for vendor specific capability during restore/load
 2024-02-09  9:17 UTC  (9+ messages)

[PATCH 0/9] Simplify initialization of PC machines
 2024-02-09  9:17 UTC  (11+ messages)
` [PATCH 1/9] hw/i386/x86: Let ioapic_init_gsi() take parent as pointer
` [PATCH 2/9] hw/i386/pc_piix: Share pc_cmos_init() invocation between pc and isapc machines
` [PATCH 3/9] hw/i386/x86: Turn apic_xrupt_override into class attribute
` [PATCH 4/9] hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()
` [PATCH 5/9] hw/i386/pc: Defer smbios_set_defaults() to machine_done
` [PATCH 6/9] hw/i386/pc: Confine system flash handling to pc_sysfw
` [PATCH 7/9] hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it
` [PATCH 8/9] hw/i386/pc: Populate RTC attribute directly
` [PATCH 9/9] hw/i386/pc_{piix, q35}: Eliminate local pci_bus/pci_host variables

[PATCH v2 0/8] mips: do not list individual devices from configs/
 2024-02-09  9:15 UTC  (6+ messages)
` [PATCH v2 7/8] mips: allow compiling out CONFIG_MIPS_ITU

[PATCH 00/13] target/hppa: Enhancements and fixes
 2024-02-09  8:55 UTC  (22+ messages)
` [PATCH 01/13] disas/hppa: Add disassembly for qemu specific instructions
` [PATCH 02/13] target/hppa: Add "diag 0x101" for console output support
` [PATCH 03/13] target/hppa: Fix PSW_W and PSW_E bits in rsm, ssm and mtsm
` [PATCH 04/13] hw/pci-host/astro: Avoid aborting on access failure
` [PATCH 05/13] hw/pci-host/astro: Implement Hard Fail and Soft Fail mode
` [PATCH 09/13] target/hppa: Allow read-access to PSW with rsm 0, reg instruction
  ` [PATCH 09/13] target/hppa: Allow read-access to PSW with rsm 0,reg instruction
` [PATCH 10/13] target/hppa: Check privilege only when PSW.P is set
` [PATCH 11/13] target/hppa: PDC_BTLB_INFO uses 32-bit ints
` [PATCH 12/13] target/hppa: Update SeaBIOS-hppa to version 16
` [PATCH 13/13] hw/hppa/machine: Load 64-bit firmware on 64-bit machines

[dubious RFC PATCH] target/mips: Allow I6500 CPU to access CP0 SAAR registers
 2024-02-09  8:53 UTC 

[PATCH v2 2/2] aspeed: fix hardcode boot address 0
 2024-02-09  8:31 UTC  (2+ messages)

[PATCH v2 1/2] aspeed: introduce a new UART0 device name
 2024-02-09  8:27 UTC  (2+ messages)

[PATCH] qtest: migration: Add failure test for 'uri' and 'channels' combination in 'migrate' QAPI
 2024-02-09  8:12 UTC  (3+ messages)

[PATCH] pflash: fix sectors vs bytes confusion in blk_pread_nonzeroes()
 2024-02-09  7:44 UTC  (4+ messages)

[RFC PATCH v2 0/4] RISC-V: Add dynamic TSO support
 2024-02-09  6:41 UTC  (5+ messages)
` [RFC PATCH v2 1/4] RISC-V: Add support for Ssdtso
` [RFC PATCH v2 2/4] linux-user/riscv: Add Ssdtso extension to hwprobe
` [RFC PATCH v2 3/4] linux-user/prctl: Add dynamic memory consistency model prctl API
` [RFC PATCH v2 4/4] linux-user/riscv: Implement dynamic memory consistency model support

[PATCH] MAINTAINERS: Update Aleksandar Rikalo email
 2024-02-09  6:21 UTC 

[PATCH] qemu-options.hx: Add zoom-to-fit to option summary for gtk
 2024-02-09  0:05 UTC 

[PATCH 0/2] block: Allow concurrent BB context changes
 2024-02-08 21:15 UTC  (4+ messages)

migration-test random intermittent failure, openbsd VM
 2024-02-08 20:09 UTC  (4+ messages)

[PULL v2 00/39] tcg patch queue
 2024-02-08 20:08 UTC  (2+ messages)

[PATCH v3 0/6] Optimize buffer_is_zero
 2024-02-08 20:07 UTC  (5+ messages)
` [PATCH v3 2/6] util/bufferiszero: introduce an inline wrapper

[PATCH v6 0/6] hw/misc/pvpanic: add support for normal shutdowns
 2024-02-08 20:02 UTC  (7+ messages)
` [PATCH v6 1/6] linux-headers: drop pvpanic.h
` [PATCH v6 2/6] hw/misc/pvpanic: centralize definition of supported events
` [PATCH v6 3/6] tests/qtest/pvpanic: use centralized "
` [PATCH v6 4/6] hw/misc/pvpanic: add support for normal shutdowns
` [PATCH v6 5/6] pvpanic: Emit GUEST_PVSHUTDOWN QMP event on pvpanic shutdown signal
` [PATCH v6 6/6] tests/qtest/pvpanic: add tests for pvshutdown event

[PATCH v3 0/1] Sending small fix for NPCM GMAC test to properly test on Nuvoton 7xx
 2024-02-08 19:47 UTC  (2+ messages)
` [PATCH v3 1/1] tests/qtest: Fixing GMAC test to run in 7xx

[PATCH v2 0/1] Sending small fix for NPCM GMAC test to properly test on Nuvoton 7xx
 2024-02-08 19:37 UTC 

[PATCH v2] target/riscv: Update $ra with current $pc in trans_cm_jalt()
 2024-02-08 19:31 UTC  (2+ messages)

[PATCH v2 0/1] Sending small fix for NPCM GMAC test to properly test on Nuvoton 7xx
 2024-02-08 19:27 UTC 

[PATCH v3 0/9] Enabling DCD emulation support in Qemu
 2024-02-08 19:17 UTC  (4+ messages)
` [PATCH v3 8/9] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

[PATCH 0/6] Introduce multifd zero page checking
 2024-02-08 19:03 UTC  (4+ messages)
` [PATCH 3/6] migration/multifd: Support for zero pages transmission in multifd format
    ` [External] "

[PATCH V3 00/13] allow cpr-reboot for vfio
 2024-02-08 18:54 UTC  (14+ messages)
` [PATCH V3 01/13] notify: pass error to notifier with return
` [PATCH V3 02/13] migration: remove error from notifier data
` [PATCH V3 03/13] migration: convert to NotifierWithReturn
` [PATCH V3 04/13] migration: MigrationEvent for notifiers
` [PATCH V3 05/13] migration: remove postcopy_after_devices
` [PATCH V3 06/13] migration: MigrationNotifyFunc
` [PATCH V3 07/13] migration: per-mode notifiers
` [PATCH V3 08/13] migration: refactor migrate_fd_connect failures
` [PATCH V3 09/13] migration: notifier error checking
` [PATCH V3 10/13] migration: stop vm for cpr
` [PATCH V3 11/13] vfio: register container "
` [PATCH V3 12/13] vfio: allow cpr-reboot migration if suspended
` [PATCH V3 13/13] migration: update cpr-reboot description

[PATCH] kvm: emit GUEST_PANICKED event in case of abnormal KVM exit
 2024-02-08 18:32 UTC  (5+ messages)

[PATCH] block: allocate aligned write buffer for 'truncate -m full'
 2024-02-08 18:32 UTC  (3+ messages)

[RFC PATCH 0/5] QEMU v7.2.0 aarch64 Nested Virtualization Support
 2024-02-08 18:23 UTC  (4+ messages)

[PATCH 00/13] hw/arm: Implement new machine mps3-an536 (Cortex-R52 MPS3 AN536 FPGA image)
 2024-02-08 18:19 UTC  (6+ messages)
` [PATCH 08/13] hw/arm/mps3r: Initial skeleton for mps3-an536 board


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