summary refs log tree commit diff stats
path: root/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/display : Add device DM163Inès Varhol2024-04-301-1/+2
* target/arm: Enable FEAT_Spec_FPACC for -cpu maxPeter Maydell2024-04-301-0/+1
* target/arm: Enable FEAT_ETS2 for -cpu maxPeter Maydell2024-04-301-1/+1
* target/arm: Enable FEAT_CSV2_3 for -cpu maxPeter Maydell2024-04-301-0/+1
* docs/system/arm/emulation.rst: Add missing implemented featuresPeter Maydell2024-04-301-2/+36
* Merge tag 'pull-target-arm-20240425' of https://git.linaro.org/people/pmaydel...Richard Henderson2024-04-253-8/+20
|\
| * hw/arm: Add the USART to the stm32l4x5 SoCArnaud Minier2024-04-251-1/+1
| * reset: Add RESET_TYPE_SNAPSHOT_LOADPeter Maydell2024-04-251-3/+14
| * docs/devel/reset: Update to new API for hold and exit phase methodsPeter Maydell2024-04-251-4/+4
| * target/arm: Add FEAT_NMI to maxJinjie Ruan2024-04-251-0/+1
* | docs/devel: fix minor typo in submitting-a-patch.rstManos Pitsidianakis2024-04-251-1/+1
* | docs: i386: pc: Update maximum CPU numbers for PC Q35Zhao Liu2024-04-251-1/+1
|/
* Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-249-381/+25
|\
| * block/gluster: Remove deprecated RDMA protocol handlingPhilippe Mathieu-Daudé2024-04-242-3/+2
| * hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé2024-04-244-355/+5
| * target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé2024-04-245-23/+18
* | pythondeps.toml: warn about updates needed to docs/requirements.txtPaolo Bonzini2024-04-231-0/+3
|/
* Revert "hw/virtio: Add support for VDPA network simulation devices"Michael S. Tsirkin2024-04-092-122/+0
* Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell2024-04-024-4/+4
|\
| * Fix some typos in documentation (found by codespell)Stefan Weil2024-04-024-4/+4
* | docs: sbsa: update specs, add dt noteMarcin Juszkiewicz2024-04-021-9/+26
|/
* docs/system/ppc/amigang.rst: Fix formattingBALATON Zoltan2024-03-261-2/+2
* hw/clock: Let clock_set_mul_div() return a boolean valuePhilippe Mathieu-Daudé2024-03-261-0/+4
* Merge tag 'pull-request-2024-03-18' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-03-192-6/+10
|\
| * docs/s390: clarify even more that cpu-topology is KVM-onlyClaudio Fontana2024-03-152-6/+10
* | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2024-03-191-1/+1
|\ \
| * | docs/specs/pvpanic: mark shutdown event as not implementedThomas Weißschuh2024-03-181-1/+1
| |/
* | Merge tag 'migration-20240317-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell2024-03-182-0/+148
|\ \ | |/ |/|
| * migration: cpr-reboot documentationSteve Sistare2024-03-132-0/+148
* | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2024-03-134-1/+127
|\ \
| * | docs/specs/pvpanic: document shutdown eventThomas Weißschuh2024-03-121-0/+2
| * | hw/virtio: Add support for VDPA network simulation devicesHao Chen2024-03-122-0/+122
| * | hw/virtio: check owner for removing objectsAlbert Esteve2024-03-121-1/+3
* | | Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...Peter Maydell2024-03-134-3/+284
|\ \ \
| * | | spapr: nested: Document Nested PAPR APIHarsh Prateek Bora2024-03-131-0/+119
| * | | docs/system/ppc: Document running Linux on AmigaNG machinesBALATON Zoltan2024-03-132-0/+162
| * | | docs: Deprecate the pseries-2.12 machinesPhilippe Mathieu-Daudé2024-03-131-3/+3
| | |/ | |/|
* | | Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into sta...Peter Maydell2024-03-131-2/+1
|\ \ \
| * | | tracetool: remove redundant --target-type / --target-name argsDaniel P. Berrangé2024-03-121-2/+1
* | | | Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell2024-03-121-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | hw/nvme: Add NVMe NGUID propertyRoque Arcudia Hernandez2024-03-121-0/+7
| |/ /
* | | Merge tag 'hw-misc-20240312' of https://github.com/philmd/qemu into stagingPeter Maydell2024-03-121-10/+10
|\ \ \ | |/ / |/| |
| * | docs/about/deprecated.rst: Move SMP configurations item to system emulator se...Zhao Liu2024-03-121-10/+10
| |/
* | Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell2024-03-121-1/+2
|\ \
| * | migration/multifd: Don't fsync when closing QIOChannelFileFabiano Rosas2024-03-111-1/+2
| |/
* | docs: update copyright date to the year 2024Ani Sinha2024-03-111-1/+1
* | hw/arm: Deprecate various old Arm machine typesPeter Maydell2024-03-111-0/+15
|/
* Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into stagingPeter Maydell2024-03-093-209/+222
|\
| * hw/core/machine-smp: Deprecate unsupported "parameter=1" SMP configurationsZhao Liu2024-03-091-0/+14
| * hw/core/machine-smp: Remove deprecated "parameter=0" SMP configurationsZhao Liu2024-03-092-16/+15