qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-01 11:23:17 to 2023-11-02 01:41:48 UTC [more...]

[PATCH v3 00/88] target/hppa: Implement hppa64 cpu
 2023-11-02  1:30 UTC  (57+ messages)
` [PATCH v3 01/88] target/hppa: Include PSW_P in tb flags and mmu index
` [PATCH v3 03/88] target/hppa: Use IntervalTreeNode in HPPATLBEntry
` [PATCH v3 04/88] target/hppa: Always report one page to tlb_set_page
` [PATCH v3 05/88] target/hppa: Split out hppa_flush_tlb_range
` [PATCH v3 07/88] tcg: Improve expansion of deposit of constant
` [PATCH v3 08/88] tcg: Improve expansion of deposit into a constant
` [PATCH v3 09/88] target/hppa: Remove get_temp
` [PATCH v3 10/88] target/hppa: Remove get_temp_tl
` [PATCH v3 11/88] target/hppa: Remove load_const
` [PATCH v3 12/88] target/hppa: Fix hppa64 case in machine.c
` [PATCH v3 13/88] target/hppa: Fix load in do_load_32
` [PATCH v3 14/88] target/hppa: Truncate rotate count in trans_shrpw_sar
` [PATCH v3 15/88] target/hppa: Fix trans_ds for hppa64
` [PATCH v3 16/88] target/hppa: Fix do_add, do_sub "
` [PATCH v3 17/88] target/hppa: Fix bb_sar "
` [PATCH v3 18/88] target/hppa: Fix extrw and depw with sar "
` [PATCH v3 19/88] target/hppa: Introduce TYPE_HPPA64_CPU
` [PATCH v3 20/88] target/hppa: Make HPPA_BTLB_ENTRIES variable
` [PATCH v3 21/88] target/hppa: Implement cpu_list
` [PATCH v3 22/88] target/hppa: Implement hppa_cpu_class_by_name
` [PATCH v3 23/88] target/hppa: Update cpu_hppa_get/put_psw for hppa64
` [PATCH v3 24/88] target/hppa: Handle absolute addresses for pa2.0
` [PATCH v3 25/88] target/hppa: Adjust hppa_cpu_dump_state for hppa64
` [PATCH v3 26/88] target/hppa: Fix hppa64 addressing
` [PATCH v3 27/88] target/hppa: Pass DisasContext to copy_iaoq_entry
` [PATCH v3 28/88] target/hppa: Always use copy_iaoq_entry to set cpu_iaoq_[fb]
` [PATCH v3 29/88] target/hppa: Use copy_iaoq_entry for link in do_ibranch
` [PATCH v3 30/88] target/hppa: Mask inputs in copy_iaoq_entry
` [PATCH v3 31/88] target/hppa: sar register allows only 5 bits on 32-bit CPU
` [PATCH v3 32/88] target/hppa: Pass d to do_cond
` [PATCH v3 34/88] target/hppa: Pass d to do_log_cond
` [PATCH v3 36/88] target/hppa: Pass d to do_unit_cond
` [PATCH v3 37/88] linux-user/hppa: Fixes for TARGET_ABI32
` [PATCH v3 39/88] target/hppa: Remove TARGET_HPPA64
` [PATCH v3 40/88] target/hppa: Decode d for logical instructions
` [PATCH v3 41/88] target/hppa: Decode d for unit instructions
` [PATCH v3 42/88] target/hppa: Decode d for cmpclr instructions
` [PATCH v3 43/88] target/hppa: Decode d for add instructions
` [PATCH v3 44/88] target/hppa: Decode d for sub instructions
` [PATCH v3 46/88] target/hppa: Decode d for cmpb instructions
` [PATCH v3 48/88] target/hppa: Decode ADDB double-word
` [PATCH v3 51/88] target/hppa: Implement EXTRD
` [PATCH v3 53/88] target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM
` [PATCH v3 54/88] target/hppa: Implement STDBY
` [PATCH v3 56/88] hw/hppa: Use uint32_t instead of target_ureg
` [PATCH v3 58/88] target/hppa: Remove most of the TARGET_REGISTER_BITS redirections
` [PATCH v3 60/88] target/hppa: Adjust vmstate_env for pa2.0 tlb
` [PATCH v3 62/88] target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
` [PATCH v3 65/88] target/hppa: Implement HAVG
` [PATCH v3 67/88] target/hppa: Implement HSHLADD, HSHRADD
` [PATCH v3 73/88] include/hw/elf: Remove truncating signed casts
` [PATCH v3 75/88] linux-user/hppa: Drop EXCP_DUMP from handled exceptions
` [PATCH v3 77/88] target/hppa: Add pa2.0 cpu local tlb flushes
` [PATCH v3 80/88] target/hppa: Add unwind_breg to CPUHPPAState
` [PATCH v3 84/88] hw/pci-host/astro: Map Astro chip into 64-bit I/O memory region
` [PATCH v3 88/88] hw/hppa: Map PDC ROM and I/O memory area into lower memory

Update mail account
 2023-11-02  1:01 UTC  (3+ messages)
` [PATCH 1/1] MAINTAINERS: update mail address for Weiwei Li

[PATCH v5 00/13] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
 2023-11-02  1:00 UTC  (3+ messages)
` [PATCH v5 09/13] hw/riscv/virt-acpi-build.c: Add MMU node in RHCT

[PATCH v2 00/14] Update RISC-V vector crypto to ratified v1.0.0
 2023-11-02  1:00 UTC  (29+ messages)
` [PATCH v2 01/14] target/riscv: Add cfg property for Zvkt extension
` [PATCH v2 02/14] target/riscv: Expose Zvkt extension property
` [PATCH v2 03/14] target/riscv: Add cfg property for Zvkb extension
` [PATCH v2 04/14] target/riscv: Replace Zvbb checking by Zvkb
` [PATCH v2 05/14] target/riscv: Expose Zvkb extension property
` [PATCH v2 06/14] target/riscv: Add cfg properties for Zvkn[c|g] extensions
` [PATCH v2 07/14] target/riscv: Expose Zvkn[c|g] extnesion properties
` [PATCH v2 08/14] target/riscv: Add cfg properties for Zvks[c|g] extensions
` [PATCH v2 09/14] target/riscv: Expose Zvks[c|g] extnesion properties
` [PATCH v2 10/14] target/riscv: Move vector crypto extensions to riscv_cpu_extensions
` [PATCH v2 11/14] disas/riscv: Add rv_fmt_vd_vs2_uimm format
` [PATCH v2 12/14] disas/riscv: Add rv_codec_vror_vi for vror.vi
` [PATCH v2 13/14] disas/riscv: Add support for vector crypto extensions
` [PATCH v2 14/14] disas/riscv: Replace TABs with space

[PATCH v2 1/1] target/riscv: correct csr_ops[CSR_MSECCFG]
 2023-11-02  0:43 UTC  (3+ messages)

[PATCH v5 0/5] Support discontinuous PMU counters
 2023-11-02  0:39 UTC  (3+ messages)
` [PATCH v5 4/5] target/riscv: Add "pmu-mask" property to replace "pmu-num"

[PATCH v4 00/33] Unified CPU type check
 2023-11-02  0:25 UTC  (34+ messages)
` [PATCH v4 01/33] target/alpha: Tidy up alpha_cpu_class_by_name()
` [PATCH v4 02/33] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
` [PATCH v4 03/33] cpu: Call object_class_dynamic_cast() "
` [PATCH v4 04/33] cpu: Add helper cpu_model_from_type()
` [PATCH v4 05/33] target/alpha: Use generic helper to show CPU model names
` [PATCH v4 06/33] target/arm: "
` [PATCH v4 07/33] target/avr: "
` [PATCH v4 08/33] target/cris: "
` [PATCH v4 09/33] target/hexagon: "
` [PATCH v4 10/33] target/i386: "
` [PATCH v4 11/33] target/loongarch: "
` [PATCH v4 12/33] target/m68k: "
` [PATCH v4 13/33] target/mips: "
` [PATCH v4 14/33] target/openrisc: "
` [PATCH v4 15/33] target/ppc: "
` [PATCH v4 16/33] target/riscv: "
` [PATCH v4 17/33] target/rx: "
` [PATCH v4 18/33] target/s390x: "
` [PATCH v4 19/33] target/sh4: "
` [PATCH v4 20/33] target/tricore: "
` [PATCH v4 21/33] target/hppa: Implement hppa_cpu_list()
` [PATCH v4 22/33] target/microblaze: Implement microblaze_cpu_list()
` [PATCH v4 23/33] target/nios2: Implement nios2_cpu_list()
` [PATCH v4 24/33] cpu: Mark cpu_list() supported on all targets
` [PATCH v4 25/33] machine: Constify MachineClass::valid_cpu_types[i]
` [PATCH v4 26/33] machine: Use error handling when CPU type is checked
` [PATCH v4 27/33] machine: Introduce helper is_cpu_type_supported()
` [PATCH v4 28/33] machine: Print CPU model name instead of CPU type name
` [PATCH v4 29/33] hw/arm/virt: Check CPU type in machine_run_board_init()
` [PATCH v4 30/33] hw/arm/virt: Hide host CPU model for tcg
` [PATCH v4 31/33] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()
` [PATCH v4 32/33] hw/arm: "
` [PATCH v4 33/33] hw/riscv/shakti_c: "

[PATCH 0/2] RISC-V: OpenTitan: Fixup ePMP and SPI interrupts
 2023-11-02  0:34 UTC  (3+ messages)
` [PATCH 1/2] hw/ssi: ibex_spi_host: Clear the interrupt even if disabled
` [PATCH 2/2] target/riscv: cpu: Set the OpenTitan priv to 1.12.0

[QEMU][PATCH v1] Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level()
 2023-11-01 23:30 UTC  (2+ messages)

[PATCH 0/6] Various tracing patches
 2023-11-01 17:37 UTC  (3+ messages)

[PATCH v4 00/14] tpm: introduce TPM CRB SysBus device
 2023-11-01 21:25 UTC  (3+ messages)
` [PATCH v4 04/14] tpm_crb: use a single read-as-mem/write-as-mmio mapping

[PATCH 0/7] Miscellaneous error message improvements
 2023-11-01 21:11 UTC  (4+ messages)
` [PATCH 1/7] spapr/pci: Correct "does not support hotplugging error messages

[PATCH v8 00/19] rv64i CPU, RVA22U64 profile support
 2023-11-01 20:42 UTC  (20+ messages)
` [PATCH v8 01/19] target/riscv: create TYPE_RISCV_VENDOR_CPU
` [PATCH v8 02/19] target/riscv/tcg: do not use "!generic" CPU checks
` [PATCH v8 03/19] target/riscv/cpu.c: set satp_max_supported in cpu_riscv_set_satp()
` [PATCH v8 04/19] target/riscv/cpu.c: set satp_mode_max MBARE during satp_finalize()
` [PATCH v8 05/19] target/riscv/tcg: update priv_ver on user_set extensions
` [PATCH v8 06/19] target/riscv: add rv64i CPU
` [PATCH v8 07/19] target/riscv: add zicbop extension flag
` [PATCH v8 08/19] target/riscv/tcg: add 'zic64b' support
` [PATCH v8 09/19] riscv-qmp-cmds.c: expose named features in cpu_model_expansion
` [PATCH v8 10/19] target/riscv: add rva22u64 profile definition
` [PATCH v8 11/19] target/riscv/kvm: add 'rva22u64' flag as unavailable
` [PATCH v8 12/19] target/riscv/tcg: add user flag for profile support
` [PATCH v8 13/19] target/riscv/tcg: add MISA user options hash
` [PATCH v8 14/19] target/riscv/tcg: add riscv_cpu_write_misa_bit()
` [PATCH v8 15/19] target/riscv/tcg: handle profile MISA bits
` [PATCH v8 16/19] target/riscv/tcg: add hash table insert helpers
` [PATCH v8 17/19] target/riscv/tcg: honor user choice for G MISA bits
` [PATCH v8 18/19] target/riscv/tcg: validate profiles during finalize
` [PATCH v8 19/19] riscv-qmp-cmds.c: add profile flags in cpu-model-expansion

[PATCH v2 0/4] Misc ati-vga patches
 2023-11-01 20:45 UTC  (5+ messages)
` [PATCH v2 1/4] ati-vga: Fix aperture sizes
` [PATCH v2 2/4] ati-vga: Support unaligned access to GPIO DDC registers
` [PATCH v2 3/4] ati-vga: Add 30 bit palette access register
` [PATCH v2 4/4] ati-vga: Implement fallback for pixman routines

[PATCH] tests/avocado: Allow newer versions of tesseract in the nextcube test
 2023-11-01 20:43 UTC 

[PATCH] tests/avocado/machine_m68k_nextcube: Fix the download URL for the ROM image
 2023-11-01 20:19 UTC 

[PATCH] block-jobs: add final flush
 2023-11-01 19:53 UTC  (3+ messages)

[PATCH v6 0/5] Support message-based DMA in vfio-user server
 2023-11-01 19:18 UTC  (8+ messages)
` [PATCH v6 1/5] softmmu: Per-AddressSpace bounce buffering
` [PATCH v6 2/5] softmmu: Support concurrent bounce buffers
` [PATCH v6 3/5] Update subprojects/libvfio-user
` [PATCH v6 4/5] vfio-user: Message-based DMA support
` [PATCH v6 5/5] vfio-user: Fix config space access byte order

[PATCH v2 00/29] migration: File based migration with multifd and fixed-ram
 2023-11-01 18:14 UTC  (25+ messages)
` [PATCH v2 15/29] migration/ram: Add support for 'fixed-ram' outgoing migration
` [PATCH v2 16/29] migration/ram: Add support for 'fixed-ram' migration restore
` [PATCH v2 21/29] migration/multifd: Add pages to the receiving side
` [PATCH v2 23/29] migration/ram: Add a wrapper for fixed-ram shadow bitmap

[PATCH v3 0/8] qemu-img: rebase: add compression support
 2023-11-01 17:51 UTC  (5+ messages)
` [PATCH v3 1/8] qemu-img: rebase: stop when reaching EOF of old backing file

[PATCH v2 1/1] qemu-img: do not erase destination file in qemu-img dd command
 2023-11-01 17:22 UTC  (9+ messages)

[PATCH 0/3] Misc ati-vga patches
 2023-11-01 17:04 UTC  (4+ messages)
` [PATCH 1/3] ati-vga: Fix aperture sizes

[PATCH V2 0/6] Live Update reboot mode
 2023-11-01 16:52 UTC  (6+ messages)
` [PATCH V2 6/6] tests/qtest: migration: add reboot mode test

[PATCH] kvm: emit GUEST_PANICKED event in case of abnormal KVM exit
 2023-11-01 16:13 UTC  (2+ messages)

[PATCH v2 0/3] Add support for RAPL MSRs series
 2023-11-01 14:33 UTC  (9+ messages)
` [PATCH v2 1/3] qio: add support for SO_PEERCRED for socket channel
` [PATCH v2 2/3] tools: build qemu-vmsr-helper
` [PATCH v2 3/3] Add support for RAPL MSRs in KVM/Qemu

[v3 0/6] dirtylimit: miscellaneous patches
 2023-11-01 14:04 UTC  (7+ messages)
` [v3 1/6] system/dirtylimit: Fix a race situation
` [v3 2/6] system/dirtylimit: Drop the reduplicative check
` [v3 3/6] tests: Add migration dirty-limit capability test
` [v3 4/6] tests/migration: Introduce dirty-ring-size option into guestperf
` [v3 5/6] tests/migration: Introduce dirty-limit "
` [v3 6/6] docs/migration: Add the dirty limit section

[PATCH] target/i386/kvm: call kvm_put_vcpu_events() before kvm_put_nested_state()
 2023-11-01 14:04 UTC  (6+ messages)

[RFC PATCH] tests/avocado: update the tcg_plugins test
 2023-11-01 13:50 UTC 

[PATCH RESEND] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
 2023-11-01 13:17 UTC 

[PATCH v2 28/29] migration: Add direct-io parameter
 2023-11-01 12:30 UTC  (14+ messages)

[PATCH 0/8] docs/specs: Convert txt files to rST
 2023-11-01 11:48 UTC  (4+ messages)
` [PATCH 8/8] docs/specs/vmgenid: Convert "

-drive if=none: can't we make this the default?
 2023-11-01 11:21 UTC  (4+ 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).