aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-08Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into stagingStefan Hajnoczi11-35/+53
2023-11-07hw/i2c: pmbus: add VCAP registerTitus Rwantare1-0/+1
2023-11-07hw/i2c: pmbus: add fan supportTitus Rwantare1-0/+1
2023-11-07hw/i2c: pmbus: add vout mode bitfieldsTitus Rwantare1-0/+8
2023-11-07hw/i2c: pmbus add support for block receiveTitus Rwantare1-0/+7
2023-11-07hw/cpu: Update the comments of nr_cores and nr_diesZhao Liu1-1/+1
2023-11-07hw/i386: Fix comment style in topology.hZhao Liu1-16/+17
2023-11-07hw/loader: Clean up global variable shadowing in rom_add_file()Philippe Mathieu-Daudé1-1/+1
2023-11-07hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé1-4/+4
2023-11-07exec/cpu: Have cpu_exec_realize() return a booleanPhilippe Mathieu-Daudé1-1/+1
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé1-3/+4
2023-11-07hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*Philippe Mathieu-Daudé1-3/+2
2023-11-07hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XStatePhilippe Mathieu-Daudé1-1/+1
2023-11-07target/ppc: Move PowerPCCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé1-1/+1
2023-11-07sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targetsPhilippe Mathieu-Daudé1-1/+0
2023-11-07accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé1-2/+0
2023-11-07accel: Introduce cpu_exec_reset_hold()Philippe Mathieu-Daudé2-0/+2
2023-11-07accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé2-1/+2
2023-11-07Merge tag 'pixman-pull-request' of https://gitlab.com/marcandre.lureau/qemu i...Stefan Hajnoczi4-6/+265
2023-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi10-18/+504
2023-11-07Merge tag 'pull-xenfv.for-upstream-20231107' of git://git.infradead.org/users...Stefan Hajnoczi32-525/+131
2023-11-07virtio-gpu: replace PIXMAN for region/rect testMarc-André Lureau1-0/+59
2023-11-07ui/console: allow to override the default VCMarc-André Lureau1-0/+2
2023-11-07ui: add pixman-minimal.hMarc-André Lureau2-0/+197
2023-11-07ui: compile out some qemu-pixman functions when !PIXMANMarc-André Lureau1-2/+5
2023-11-07build-sys: drop needless warning pragmas for old pixmanMarc-André Lureau1-4/+0
2023-11-07build-sys: add a "pixman" featureMarc-André Lureau1-0/+2
2023-11-07hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse2-2/+4
2023-11-07hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse1-0/+1
2023-11-07hw/xen: do not repeatedly try to create a failing backend deviceDavid Woodhouse1-0/+1
2023-11-07hw/xen: add get_frontend_path() method to XenDeviceClassDavid Woodhouse1-0/+2
2023-11-07hw/xen: automatically assign device index to block devicesDavid Woodhouse1-1/+0
2023-11-07include: update Xen public headers to Xen 4.17.2 releaseDavid Woodhouse28-522/+123
2023-11-07hw/cxl: Add tunneled command support to mailbox for switch cci.Jonathan Cameron1-0/+9
2023-11-07hw/cxl: Add support for device sanitationDavidlohr Bueso1-0/+17
2023-11-07hw/cxl/mbox: Wire up interrupts for background completionDavidlohr Bueso1-0/+1
2023-11-07hw/cxl/mbox: Add support for background operationsDavidlohr Bueso1-0/+10
2023-11-07hw/cxl/mbox: Add Physical Switch Identify command.Jonathan Cameron1-0/+6
2023-11-07hw/cxl: Add a switch mailbox CCI functionJonathan Cameron3-1/+18
2023-11-07hw/pci-bridge/cxl_upstream: Move defintion of device to header.Jonathan Cameron1-0/+18
2023-11-07hw/cxl/mbox: Generalize the CCI command processingJonathan Cameron1-1/+4
2023-11-07hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceStateJonathan Cameron1-10/+25
2023-11-07hw/cxl/mbox: Split mailbox command payload into separate input and outputJonathan Cameron1-3/+4
2023-11-07hw/cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constantJonathan Cameron1-0/+13
2023-11-07hw/cxl: Line length reductionsJonathan Cameron3-4/+7
2023-11-07hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExtJonathan Cameron1-3/+3
2023-11-07virtio-sound: implement audio output (TX)Manos Pitsidianakis1-0/+47
2023-11-07virtio-sound: handle control messages and streamsManos Pitsidianakis1-2/+111
2023-11-07Add virtio-sound device stubManos Pitsidianakis1-0/+79
2023-11-07vhost: Add high-level state save/load functionsHanna Czenczek1-0/+35