index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
tcg: Create tcg/tcg-temp-internal.h
Richard Henderson
2023-03-13
2
-54
/
+83
*
|
osdep: implement qemu_socketpair() for win32
Marc-André Lureau
2023-03-13
1
-2
/
+0
*
|
win32: replace closesocket() with close() wrapper
Marc-André Lureau
2023-03-13
2
-6
/
+4
*
|
os-posix: remove useless ioctlsocket() define
Marc-André Lureau
2023-03-13
1
-1
/
+0
*
|
win32: avoid mixing SOCKET and file descriptor space
Marc-André Lureau
2023-03-13
1
-2
/
+2
*
|
main-loop: remove qemu_fd_register(), win32/slirp/socket specific
Marc-André Lureau
2023-03-13
1
-2
/
+0
*
|
aio: make aio_set_fd_poll() static to aio-posix.c
Marc-André Lureau
2023-03-13
1
-8
/
+0
*
|
win32/socket: introduce qemu_socket_unselect() helper
Marc-André Lureau
2023-03-13
1
-0
/
+2
*
|
win32/socket: introduce qemu_socket_select() helper
Marc-André Lureau
2023-03-13
1
-0
/
+5
*
|
error: add global &error_warn destination
Marc-André Lureau
2023-03-13
1
-0
/
+6
*
|
util: drop qemu_fork()
Marc-André Lureau
2023-03-13
1
-14
/
+0
|
/
*
Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...
Peter Maydell
2023-03-12
1
-0
/
+1
|
\
|
*
linux-user: add support for xtensa FDPIC
Max Filippov
2023-03-10
1
-0
/
+1
*
|
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Peter Maydell
2023-03-11
4
-8
/
+30
|
\
\
|
*
|
pcie: Introduce pcie_sriov_num_vfs
Akihiko Odaki
2023-03-10
1
-0
/
+3
|
*
|
net/eth: Introduce EthL4HdrProto
Akihiko Odaki
2023-03-10
1
-1
/
+7
|
*
|
net/eth: Report if headers are actually present
Akihiko Odaki
2023-03-10
1
-2
/
+2
|
*
|
hw/net/net_tx_pkt: Implement TCP segmentation
Akihiko Odaki
2023-03-10
1
-5
/
+0
|
*
|
net: Strip virtio-net header when dumping
Akihiko Odaki
2023-03-10
1
-0
/
+6
|
*
|
fsl_etsec: Use hw/net/mii.h
Akihiko Odaki
2023-03-10
1
-0
/
+1
|
*
|
hw/net: Add more MII definitions
Akihiko Odaki
2023-03-10
1
-1
/
+12
*
|
|
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
2023-03-10
16
-48
/
+148
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
hw/pxb-cxl: Support passthrough HDM Decoders unless overridden
Jonathan Cameron
2023-03-07
3
-0
/
+3
|
*
|
hw/pci: Add pcie_count_ds_port() and pcie_find_port_first() helpers
Jonathan Cameron
2023-03-07
1
-0
/
+2
|
*
|
hw/mem/cxl_type3: Add CXL RAS Error Injection Support.
Jonathan Cameron
2023-03-07
2
-0
/
+37
|
*
|
hw/pci/aer: Make PCIE AER error injection facility available for other emulat...
Jonathan Cameron
2023-03-07
1
-0
/
+1
|
*
|
hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
Jonathan Cameron
2023-03-07
1
-0
/
+3
|
*
|
pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callback
Igor Mammedov
2023-03-07
2
-0
/
+2
|
*
|
pcihp: move fields enabling hotplug into AcpiPciHpState
Igor Mammedov
2023-03-07
2
-6
/
+4
|
*
|
acpi: pci: move out ACPI PCI hotplug generator from generic slot generator bu...
Igor Mammedov
2023-03-07
1
-0
/
+2
|
*
|
pci: fix 'hotplugglable' property behavior
Igor Mammedov
2023-03-07
2
-1
/
+14
|
*
|
vdpa net: block migration if the device has CVQ
Eugenio Pérez
2023-03-07
1
-0
/
+1
|
*
|
vdpa: move vhost reset after get vring base
Eugenio Pérez
2023-03-07
1
-0
/
+4
|
*
|
vdpa: add vhost_vdpa->suspended parameter
Eugenio Pérez
2023-03-07
1
-0
/
+2
|
*
|
cryptodev: support QoS
zhenwei pi
2023-03-07
1
-0
/
+7
|
*
|
cryptodev: Account statistics
zhenwei pi
2023-03-07
1
-0
/
+49
|
*
|
cryptodev: Use CryptoDevBackendOpInfo for operation
zhenwei pi
2023-03-07
1
-16
/
+10
|
*
|
hmp: add cryptodev info command
zhenwei pi
2023-03-07
1
-0
/
+1
|
*
|
cryptodev: Introduce cryptodev alg type in QAPI
zhenwei pi
2023-03-07
1
-7
/
+1
|
*
|
cryptodev: Remove 'name' & 'model' fields
zhenwei pi
2023-03-07
1
-9
/
+3
|
*
|
cryptodev: Introduce cryptodev.json
zhenwei pi
2023-03-07
1
-9
/
+2
*
|
|
Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...
Peter Maydell
2023-03-09
9
-227
/
+329
|
\
\
\
|
*
|
|
gdbstub: move update guest debug to accel ops
Mads Ynddal
2023-03-07
1
-0
/
+1
|
*
|
|
gdbstub: Remove gdb_do_syscallv
Richard Henderson
2023-03-07
1
-11
/
+0
|
*
|
|
include: split target_long definition from cpu-defs
Alex Bennée
2023-03-07
2
-18
/
+43
|
*
|
|
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
2
-102
/
+124
|
*
|
|
gdbstub: move register helpers into standalone include
Alex Bennée
2023-03-07
2
-86
/
+103
|
*
|
|
gdbstub: move chunks of user code into own files
Alex Bennée
2023-03-07
2
-21
/
+43
|
*
|
|
includes: move tb_flush into its own header
Alex Bennée
2023-03-07
2
-1
/
+26
|
*
|
|
gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
Philippe Mathieu-Daudé
2023-03-07
1
-3
/
+4
|
|
/
/
[prev]
[next]