aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi4-27/+55
2023-11-07Merge tag 'pull-xenfv.for-upstream-20231107' of git://git.infradead.org/users...Stefan Hajnoczi61-983/+1640
2023-11-07docs: update Xen-on-KVM documentationDavid Woodhouse3-31/+90
2023-11-07xen-platform: unplug AHCI disksDavid Woodhouse1-23/+45
2023-11-07hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse6-8/+17
2023-11-07hw/xen: update Xen PV NIC to XenDevice modelDavid Woodhouse4-117/+381
2023-11-07hw/xen: only remove peers of PCI NICs on unplugDavid Woodhouse1-2/+7
2023-11-07hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse11-23/+328
2023-11-07hw/xen: update Xen console to XenDevice modelDavid Woodhouse3-130/+411
2023-11-07hw/xen: do not repeatedly try to create a failing backend deviceDavid Woodhouse3-7/+24
2023-11-07hw/xen: add get_frontend_path() method to XenDeviceClassDavid Woodhouse2-1/+12
2023-11-07hw/xen: automatically assign device index to block devicesDavid Woodhouse5-46/+125
2023-11-07hw/xen: populate store frontend nodes with XenStore PFN/portDavid Woodhouse1-0/+11
2023-11-07i386/xen: advertise XEN_HVM_CPUID_UPCALL_VECTOR in CPUIDDavid Woodhouse1-0/+4
2023-11-07include: update Xen public headers to Xen 4.17.2 releaseDavid Woodhouse29-523/+124
2023-11-07hw/xen: Clean up event channel 'type_val' handling to use unionDavid Woodhouse1-81/+70
2023-11-07i386/xen: Ignore VCPU_SSHOTTMR_future flag in set_singleshot_timer()David Woodhouse1-10/+10
2023-11-07ui: Replacing pointer in functionSergey Mironov1-1/+1
2023-11-07ui/cocoa: add zoom-to-fit display optionCarwyn Ellis2-15/+24
2023-11-07ui/gtk-egl: apply scale factor when calculating window's dimensionDongwon Kim1-6/+8
2023-11-07ui/gtk-egl: Check EGLSurface before doing scanoutAntonio Caggiano1-5/+12
2023-11-07ui/gtk: force realization of drawing areaMarc-André Lureau1-0/+10
2023-11-07Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi22-1443/+2577
2023-11-07Merge tag 'pull-riscv-to-apply-20231107' of https://github.com/alistair23/qem...Stefan Hajnoczi29-258/+1326
2023-11-07Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi36-1304/+1529
2023-11-06hw/hppa: Allow C3700 with 64-bit and B160L with 32-bit CPU onlyHelge Deller1-0/+24
2023-11-06hw/hppa: Turn on 64-bit CPU for C3700 machineHelge Deller1-1/+1
2023-11-06hw/pci-host/astro: Trigger CPU irq on CPU HPA in high memoryHelge Deller1-1/+1
2023-11-06hw/pci-host/astro: Map Astro chip into 64-bit I/O memory regionHelge Deller1-3/+6
2023-11-06target/hppa: Improve interrupt loggingRichard Henderson1-8/+4
2023-11-06target/hppa: Update IIAOQ, IIASQ for pa2.0Richard Henderson2-18/+38
2023-11-06target/hppa: Create raise_exception_with_iorRichard Henderson1-13/+51
2023-11-06target/hppa: Add unwind_breg to CPUHPPAStateRichard Henderson3-2/+20
2023-11-06target/hppa: Clear upper bits in mtctl for pa1.xHelge Deller1-1/+7
2023-11-06target/hppa: Avoid async_safe_run_on_cpu on uniprocessor systemRichard Henderson1-1/+7
2023-11-06target/hppa: Add pa2.0 cpu local tlb flushesHelge Deller5-12/+84
2023-11-06target/hppa: Implement pa2.0 data prefetch instructionsRichard Henderson1-1/+9
2023-11-06linux-user/hppa: Drop EXCP_DUMP from handled exceptionsRichard Henderson1-4/+0
2023-11-06hw/hppa: Translate phys addresses for the cpuRichard Henderson1-46/+71
2023-11-06include/hw/elf: Remove truncating signed castsRichard Henderson1-7/+10
2023-11-06target/hppa: Return zero for r0 from load_gprRichard Henderson1-3/+1
2023-11-06target/hppa: Precompute zero into DisasContextRichard Henderson1-16/+18
2023-11-06target/hppa: Fix interruption based on default PSWHelge Deller2-4/+16
2023-11-06target/hppa: Implement PERMHRichard Henderson2-0/+31
2023-11-06target/hppa: Implement MIXH, MIXWRichard Henderson2-0/+60
2023-11-06target/hppa: Implement HSHLADD, HSHRADDRichard Henderson4-2/+76
2023-11-06target/hppa: Implement HSHL, HSHRRichard Henderson2-0/+40
2023-11-06target/hppa: Implement HAVGRichard Henderson4-0/+22
2023-11-06target/hppa: Implement HSUBRichard Henderson4-0/+53
2023-11-06target/hppa: Implement HADDRichard Henderson4-1/+79