2024-06-04 |
Richard Henderson | Merge tag 'hw-misc-accel-20240604' of https://github... |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Richard Henderson | Merge tag 'net-pull-request' of https://github.com... |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Richard Henderson | Merge tag 'pull-nbd-2024-05-30-v2' of https://repo... |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Gerd Hoffmann | usb: add config options for the hub and hid devices |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | qga: Remove deprecated 'blacklist' argument / config key |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | trace: Remove deprecated 'vcpu' field from QMP trace... |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | hw/acpi: Remove the deprecated QAPI MEM_UNPLUG_ERROR... |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Peter Maydell | hw/dma/xlnx_dpdma: Read descriptor into buffer, not... |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Thomas Weißschuh | hw/misc/debugexit: use runstate API instead of plain... |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | hw/xen: Register framebuffer backend via xen_backend_init() |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | hw/xen: Make XenDevOps structures const |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | hw/xen: Constify xenstore_be::XenDevOps |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | hw/xen: Constify XenLegacyDevice::XenDevOps |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Edgar E. Iglesias | physmem: Replace check for RAMBlock offset 0 with xen_m... |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Edgar E. Iglesias | physmem: Always pass offset + addr to xen_map_cache |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Edgar E. Iglesias | xen: Add xen_mr_is_memory() |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Alex Bennée | core/cpu-common: initialise plugin state before thread... |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Alex Bennée | plugins: remove special casing for cpu->realized |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Alex Bennée | cpu-target: don't set cpu->thread_id to bogus value |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Alex Bennée | cpu: move Qemu[Thread|Cond] setup into common code |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Alex Bennée | hw/core: expand on the alignment of CPUState |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Peter Maydell | accel/kvm: Fix two lines with hard-coded tabs |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | accel/tcg: Move common declarations to 'internal-common.h' |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | system/runstate: Remove unused 'qemu/plugin.h' header |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Gerd Hoffmann | MAINTAINERS: drop usb maintainership |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Richard Henderson | util/hexdump: Remove ascii parameter from qemu_hexdump_line |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Richard Henderson | util/hexdump: Remove b parameter from qemu_hexdump_line |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | disas/microblaze: Replace sprintf() by snprintf() |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | disas/m68k: Replace sprintf() by snprintf() |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Richard Henderson | target/i386/kvm: Improve KVM_EXIT_NOTIFY warnings |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | target/arm: Replace sprintf() by snprintf() |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | target/mips: Remove unused 'hw/misc/mips_itu.h' header |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | target/riscv: Restrict riscv_cpu_do_interrupt() to... |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | target/riscv: Restrict 'rv128' machine to TCG accelerator |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Philippe Mathieu... | target/riscv: Remove unused 'instmap.h' header in trans... |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Andrew Melnychenko | ebpf: Added traces back. Changed source set for eBPF... |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Alexey Dobriyan | virtio-net: drop too short packets early |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | ebpf: Add a separate target for skeleton |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | ebpf: Refactor tun_rss_steering_prog() |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | ebpf: Return 0 when configuration fails |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | ebpf: Fix RSS error handling |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | virtio-net: Do not write hashes to peer buffer |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | virtio-net: Always set populate_hash |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | virtio-net: Unify the logic to update NIC state for RSS |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | virtio-net: Disable RSS on reset |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | virtio-net: Shrink header byte swapping buffer |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | virtio-net: Copy header only when necessary |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | virtio-net: Add only one queue pair when realizing |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | virtio-net: Do not propagate ebpf-rss-fds errors |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | tap: Shrink zeroed virtio-net header |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | tap: Call tap_receive_iov() from tap_receive() |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | net: Remove receive_raw() |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | net: Move virtio-net header length assertion |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | tap: Remove qemu_using_vnet_hdr() |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Akihiko Odaki | tap: Remove tap_probe_vnet_hdr_len() |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Richard Henderson | Merge tag 'pull-riscv-to-apply-20240603' of https:... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Eric Blake | iotests: test NBD+TLS+iothread |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Richard Henderson | Merge tag 'pull-ufs-20240603' of https://gitlab.com... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Minwoo Im | hw/ufs: Add support MCQ of UFSHCI 4.0 |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Minwoo Im | hw/ufs: Update MCQ-related fields to block/ufs.h |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Alistair Francis | disas/riscv: Decode all of the pmpcfg and pmpaddr CSRs |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Daniel Henrique... | riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_ve... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Yong-Xuan Wang | target/riscv/kvm.c: Fix the hart bit setting of AIA |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Alistair Francis | target/riscv: rvzicbo: Fixup CBO extension register... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Rob Bradford | target/riscv: Remove experimental prefix from "B" extension |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Alexei Filippov | target/riscv: do not set mtval2 for non guest-page... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Daniel Henrique... | target/riscv: prioritize pmp errors in raise_mmu_except... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Max Chou | target/riscv: rvv: Remove redudant SEW checking for... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Max Chou | target/riscv: rvv: Check single width operator for... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Max Chou | target/riscv: rvv: Check single width operator for... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Max Chou | target/riscv: rvv: Fix Zvfhmin checking for vfwcvt... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Christoph Müllner | riscv: thead: Add th.sxstatus CSR emulation |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Huang Tao | target/riscv: Implement dynamic establishment of custom... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Yangyu Chen | target/riscv/cpu.c: fix Zvkb extension config |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Huang Tao | target/riscv: Fix the element agnostic function problem |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Jason Chien | target/riscv: Relax vector register check in RISCV... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Jason Chien | target/riscv: Add support for Zve64x extension |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Jason Chien | target/riscv: Add support for Zve32x extension |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Daniel Henrique... | trans_privileged.c.inc: set (m|s)tval on ebreak breakpoint |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Daniel Henrique... | target/riscv/debug: set tval=pc in breakpoint exceptions |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Daniel Henrique... | target/riscv/kvm: tolerate KVM disable ext errors |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Clément Léger | target/riscv: change RISCV_EXCP_SEMIHOST exception... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Cheng Yang | hw/riscv/boot.c: Support 64-bit address for initrd |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Daniel Henrique... | target/riscv/kvm: implement SBI debug console (DBCN... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Andrew Jones | target/riscv: Raise exceptions on wrs.nto |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Andrew Jones | target/riscv/kvm: Fix exposure of Zkr |
commit | commitdiff | tree | snapshot |
2024-06-03 |
yang.zhang | hw/intc/riscv_aplic: APLICs should add child earlier... |
commit | commitdiff | tree | snapshot |
2024-05-31 |
Richard Henderson | Merge tag 'pull-target-arm-20240531' of https://git... |
commit | commitdiff | tree | snapshot |
2024-05-31 |
David Hubbard | hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Peter Maydell | target/arm: Implement FEAT WFxT and enable for '-cpu... |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Peter Maydell | accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool... |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Peter Maydell | docs/system/target-arm: Re-alphabetize board list |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Marcin Juszkiewicz | target/arm: Disable SVE extensions when SVE is disabled |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Richard Henderson | target/arm: Convert FCSEL to decodetree |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Richard Henderson | target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to... |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Richard Henderson | target/arm: Convert SQDMULH, SQRDMULH to decodetree |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Richard Henderson | target/arm: Tidy SQDMULH, SQRDMULH (vector) |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Richard Henderson | target/arm: Convert MLA, MLS to decodetree |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Richard Henderson | target/arm: Convert MUL, PMUL to decodetree |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Richard Henderson | target/arm: Convert SABA, SABD, UABA, UABD to decodetree |
commit | commitdiff | tree | snapshot |
next |