| Commit message (Expand) | Author | Age | Files | Lines |
* | unicore32: convert get_sp_from_cpustate from macro to inline | Michael Tokarev | 2019-11-29 | 1 | -1/+5 |
* | linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag() | Chen Gang | 2019-11-29 | 1 | -1/+3 |
* | linux-user,sh4: fix signal retcode address | Laurent Vivier | 2019-11-29 | 1 | -10/+6 |
* | linux-user: check fd is >= 0 in fd_trans_host_to_target_data/fd_trans_host_to... | Laurent Vivier | 2019-11-29 | 1 | -2/+2 |
* | linux-user: manage bind with a socket of SOCK_PACKET type. | Laurent Vivier | 2019-11-29 | 1 | -0/+30 |
* | linux-user: add a function hook to translate sockaddr | Laurent Vivier | 2019-11-29 | 1 | -6/+21 |
* | linux-user: rename TargetFdFunc to TargetFdDataFunc, and structure fields acc... | Laurent Vivier | 2019-11-29 | 1 | -9/+9 |
* | linux-user: SOCK_PACKET uses network endian to encode protocol in socket() | Laurent Vivier | 2019-11-29 | 1 | -0/+6 |
* | sdl2/opengl: add opengl context and scanout support | Gerd Hoffmann | 2019-11-29 | 3 | -1/+163 |
* | ui/curses: Fix color attribute of monitor for curses | OGAWA Hirofumi | 2019-11-29 | 5 | -62/+76 |
* | 9pfs: factor out v9fs_device_{,un}realize_common | Wei Liu | 2019-11-29 | 3 | -83/+104 |
* | 9pfs: rename virtio-9p.c to 9p.c | Wei Liu | 2019-11-29 | 2 | -1/+1 |
* | 9pfs: rename virtio_9p_set_fd_limit to use v9fs_ prefix | Wei Liu | 2019-11-29 | 1 | -1/+1 |
* | 9pfs: move handle_9p_output and make it static function | Wei Liu | 2019-11-29 | 3 | -34/+34 |
* | 9pfs: export pdu_{submit,alloc,free} | Wei Liu | 2019-11-29 | 2 | -3/+6 |
* | 9pfs: factor out virtio_9p_push_and_notify | Wei Liu | 2019-11-29 | 3 | -7/+14 |
* | 9pfs: break out 9p.h from virtio-9p.h | Wei Liu | 2019-11-29 | 9 | -325/+333 |
* | 9pfs: break out virtio_init_iov_from_pdu | Wei Liu | 2019-11-29 | 3 | -7/+15 |
* | 9pfs: factor out pdu_push_and_notify | Wei Liu | 2019-11-29 | 1 | -5/+12 |
* | 9pfs: factor out virtio_pdu_{,un}marshal | Wei Liu | 2019-11-29 | 3 | -4/+21 |
* | linux-user/syscall.c: malloc()/calloc() to g_malloc()/g_try_malloc()/g_new0() | Harmandeep Kaur | 2019-11-29 | 1 | -15/+15 |
* | linux-user: in poll(), if nfds is 0, pfd can be NULL | Laurent Vivier | 2019-11-29 | 1 | -7/+13 |
* | linux-user: correctly align target_epoll_event | Laurent Vivier | 2019-11-29 | 1 | -8/+11 |
* | linux-user: add signalfd/signalfd4 syscalls | Laurent Vivier | 2019-11-29 | 1 | -0/+167 |
* | 9pfs: make pdu_{,un}marshal proper functions | Wei Liu | 2019-11-29 | 4 | -16/+63 |
* | 9pfs: PDU processing functions should start pdu_ prefix | Wei Liu | 2019-11-29 | 1 | -44/+44 |
* | 9pfs: PDU processing functions don't need to take V9fsState as argument | Wei Liu | 2019-11-29 | 2 | -53/+46 |
* | fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h} | Wei Liu | 2019-11-29 | 8 | -72/+82 |
* | ohci: clear pending SOF on suspend | Laurent Vivier | 2019-11-29 | 1 | -0/+3 |
* | ohci: delay first SOF interrupt | Laurent Vivier | 2019-11-29 | 1 | -3/+13 |
* | usb-mtp: fix call to trace function | Bandan Das | 2019-11-29 | 1 | -1/+1 |
* | usb-mtp: use safe variant when cleaning events list | Bandan Das | 2019-11-29 | 1 | -2/+2 |
* | ohci: fix command HostControllerReset | Hervé Poussineau | 2019-11-29 | 1 | -1/+1 |
* | ohci: fix Host Controller USBRESET | Hervé Poussineau | 2019-11-29 | 1 | -1/+1 |
* | ohci: split reset method in 3 parts | Hervé Poussineau | 2019-11-29 | 1 | -27/+37 |
* | fsdev: break out 9p-marshal.{c,h} from virtio-9p-marshal.{c,h} | Wei Liu | 2019-11-29 | 6 | -111/+143 |
* | 9pfs: remove dead code | Wei Liu | 2019-11-29 | 1 | -68/+0 |
* | 9pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.h | Wei Liu | 2019-11-29 | 4 | -27/+7 |
* | 9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h} | Wei Liu | 2019-11-29 | 10 | -17/+15 |
* | 9pfs: rename virtio-9p-synth.{c,h} to 9p-synth.{c,h} | Wei Liu | 2019-11-29 | 3 | -5/+5 |
* | 9pfs: rename virtio-9p-proxy.{c,h} to 9p-proxy.{c,h} | Wei Liu | 2019-11-29 | 4 | -8/+7 |
* | 9pfs: rename virtio-9p-posix-acl.c to 9p-posix-acl.c | Wei Liu | 2019-11-29 | 2 | -3/+2 |
* | 9pfs: rename virtio-9p-local.c to 9p-local.c | Wei Liu | 2019-11-29 | 2 | -3/+2 |
* | 9pfs: rename virtio-9p-handle.c to 9p-handle.c | Wei Liu | 2019-11-29 | 2 | -3/+2 |
* | 9pfs: rename virtio-9p-coth.{c,h} to coth.{c,h} | Wei Liu | 2019-11-29 | 9 | -12/+12 |
* | iotests: Add test cases for blockdev-mirror | Fam Zheng | 2019-11-29 | 2 | -25/+79 |
* | qmp: Add blockdev-mirror command | Fam Zheng | 2019-11-29 | 3 | -1/+159 |
* | block: Add check on mirror target | Fam Zheng | 2019-11-29 | 2 | -0/+4 |
* | block: Extract blockdev part of qmp_drive_mirror | Fam Zheng | 2019-11-29 | 1 | -42/+72 |
* | block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE | Fam Zheng | 2019-11-29 | 3 | -3/+3 |