summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * tcg: Create tcg/tcg-temp-internal.hRichard Henderson2023-03-132-54/+83
* | osdep: implement qemu_socketpair() for win32Marc-André Lureau2023-03-131-2/+0
* | win32: replace closesocket() with close() wrapperMarc-André Lureau2023-03-132-6/+4
* | os-posix: remove useless ioctlsocket() defineMarc-André Lureau2023-03-131-1/+0
* | win32: avoid mixing SOCKET and file descriptor spaceMarc-André Lureau2023-03-131-2/+2
* | main-loop: remove qemu_fd_register(), win32/slirp/socket specificMarc-André Lureau2023-03-131-2/+0
* | aio: make aio_set_fd_poll() static to aio-posix.cMarc-André Lureau2023-03-131-8/+0
* | win32/socket: introduce qemu_socket_unselect() helperMarc-André Lureau2023-03-131-0/+2
* | win32/socket: introduce qemu_socket_select() helperMarc-André Lureau2023-03-131-0/+5
* | error: add global &error_warn destinationMarc-André Lureau2023-03-131-0/+6
* | util: drop qemu_fork()Marc-André Lureau2023-03-131-14/+0
|/
* Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell2023-03-121-0/+1
|\
| * linux-user: add support for xtensa FDPICMax Filippov2023-03-101-0/+1
* | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell2023-03-114-8/+30
|\ \
| * | pcie: Introduce pcie_sriov_num_vfsAkihiko Odaki2023-03-101-0/+3
| * | net/eth: Introduce EthL4HdrProtoAkihiko Odaki2023-03-101-1/+7
| * | net/eth: Report if headers are actually presentAkihiko Odaki2023-03-101-2/+2
| * | hw/net/net_tx_pkt: Implement TCP segmentationAkihiko Odaki2023-03-101-5/+0
| * | net: Strip virtio-net header when dumpingAkihiko Odaki2023-03-101-0/+6
| * | fsl_etsec: Use hw/net/mii.hAkihiko Odaki2023-03-101-0/+1
| * | hw/net: Add more MII definitionsAkihiko Odaki2023-03-101-1/+12
* | | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2023-03-1016-48/+148
|\ \ \ | |/ / |/| |
| * | hw/pxb-cxl: Support passthrough HDM Decoders unless overriddenJonathan Cameron2023-03-073-0/+3
| * | hw/pci: Add pcie_count_ds_port() and pcie_find_port_first() helpersJonathan Cameron2023-03-071-0/+2
| * | hw/mem/cxl_type3: Add CXL RAS Error Injection Support.Jonathan Cameron2023-03-072-0/+37
| * | hw/pci/aer: Make PCIE AER error injection facility available for other emulat...Jonathan Cameron2023-03-071-0/+1
| * | hw/pci/aer: Implement PCI_ERR_UNCOR_MASK registerJonathan Cameron2023-03-071-0/+3
| * | pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callbackIgor Mammedov2023-03-072-0/+2
| * | pcihp: move fields enabling hotplug into AcpiPciHpStateIgor Mammedov2023-03-072-6/+4
| * | acpi: pci: move out ACPI PCI hotplug generator from generic slot generator bu...Igor Mammedov2023-03-071-0/+2
| * | pci: fix 'hotplugglable' property behaviorIgor Mammedov2023-03-072-1/+14
| * | vdpa net: block migration if the device has CVQEugenio Pérez2023-03-071-0/+1
| * | vdpa: move vhost reset after get vring baseEugenio Pérez2023-03-071-0/+4
| * | vdpa: add vhost_vdpa->suspended parameterEugenio Pérez2023-03-071-0/+2
| * | cryptodev: support QoSzhenwei pi2023-03-071-0/+7
| * | cryptodev: Account statisticszhenwei pi2023-03-071-0/+49
| * | cryptodev: Use CryptoDevBackendOpInfo for operationzhenwei pi2023-03-071-16/+10
| * | hmp: add cryptodev info commandzhenwei pi2023-03-071-0/+1
| * | cryptodev: Introduce cryptodev alg type in QAPIzhenwei pi2023-03-071-7/+1
| * | cryptodev: Remove 'name' & 'model' fieldszhenwei pi2023-03-071-9/+3
| * | cryptodev: Introduce cryptodev.jsonzhenwei pi2023-03-071-9/+2
* | | Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell2023-03-099-227/+329
|\ \ \
| * | | gdbstub: move update guest debug to accel opsMads Ynddal2023-03-071-0/+1
| * | | gdbstub: Remove gdb_do_syscallvRichard Henderson2023-03-071-11/+0
| * | | include: split target_long definition from cpu-defsAlex Bennée2023-03-072-18/+43
| * | | gdbstub: move syscall handling to new fileAlex Bennée2023-03-072-102/+124
| * | | gdbstub: move register helpers into standalone includeAlex Bennée2023-03-072-86/+103
| * | | gdbstub: move chunks of user code into own filesAlex Bennée2023-03-072-21/+43
| * | | includes: move tb_flush into its own headerAlex Bennée2023-03-072-1/+26
| * | | gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefsPhilippe Mathieu-Daudé2023-03-071-3/+4
| |/ /