aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-06tcg-mips: Add mips64 opcodesJin Guojie
2017-01-06tcg-mips: Move bswap code to a subroutineJin Guojie
2017-01-06Merge remote-tracking branch 'remotes/gonglei/tags/cryptodev-next-20161224' i...Peter Maydell
2017-01-06Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2017-01-06fsl_etsec: Fix Tx BD ring wrapping handlingAndrey Smirnov
2017-01-06rtl8139: correctly handle PHY resetHervé Poussineau
2017-01-06record/replay: add network supportPavel Dovgalyuk
2017-01-05Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-01-05Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell
2017-01-05Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170103-1' into s...Peter Maydell
2017-01-03iothread: add poll-grow and poll-shrink parametersStefan Hajnoczi
2017-01-03aio: self-tune polling timeStefan Hajnoczi
2017-01-03virtio: disable virtqueue notifications during pollingStefan Hajnoczi
2017-01-03aio: add .io_poll_begin/end() callbacksStefan Hajnoczi
2017-01-03virtio: turn vq->notification into a nested counterStefan Hajnoczi
2017-01-03virtio-scsi: suppress virtqueue kick during processingStefan Hajnoczi
2017-01-03virtio-blk: suppress virtqueue kick during processingStefan Hajnoczi
2017-01-03iothread: add polling parametersStefan Hajnoczi
2017-01-03linux-aio: poll ring for completionsStefan Hajnoczi
2017-01-03virtio: poll virtqueues for new buffersStefan Hajnoczi
2017-01-03aio: add polling mode to AioContextStefan Hajnoczi
2017-01-03aio: add AioPollFn and io_poll() interfaceStefan Hajnoczi
2017-01-03aio: add flag to skip fds to aio_dispatch()Stefan Hajnoczi
2017-01-03HACKING: document #include orderStefan Hajnoczi
2017-01-03tests: virtio-9p: ".." cannot be used to walk out of the shared directoryGreg Kurz
2017-01-03tests: virtio-9p: no slash in path elements during walkGreg Kurz
2017-01-03tests: virtio-9p: add walk operation testGreg Kurz
2017-01-03tests: virtio-9p: add attach operation testGreg Kurz
2017-01-03tests: virtio-9p: add version operation testGreg Kurz
2017-01-039pfs: fix P9_NOTAG and P9_NOFID macrosGreg Kurz
2017-01-03tests: virtio-9p: code refactoringGreg Kurz
2017-01-03tests: virtio-9p: rename PCI configuration testGreg Kurz
2017-01-039pfs: fix crash when fsdev is missingGreg Kurz
2017-01-039pfs: introduce init_out/in_iov_from_pduStefano Stabellini
2017-01-039pfs: call v9fs_init_qiov_from_pdu before v9fs_packStefano Stabellini
2017-01-039pfs: introduce transport specific callbacksStefano Stabellini
2017-01-039pfs: move pdus to V9fsStateStefano Stabellini
2017-01-03virtio-gpu: fix memory leak in resource attach backingLi Qiang
2017-01-03virtio-gpu-3d: fix memory leak in resource attach backingLi Qiang
2017-01-03virtio-gpu: call cleanup mapping function in resource destroyLi Qiang
2016-12-28Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.9-pull-request' ...Peter Maydell
2016-12-27target-m68k: free TCG variables that are notLaurent Vivier
2016-12-27target-m68k: add rol/ror/roxl/roxr instructionsLaurent Vivier
2016-12-27target-m68k: Inline shiftsRichard Henderson
2016-12-27target-m68k: Do not cpu_abort on undefined insnsRichard Henderson
2016-12-27target-m68k: Implement 680x0 movemLaurent Vivier
2016-12-27target-m68k: add cas/cas2 opsLaurent Vivier
2016-12-27target-m68k: add abcd/sbcd/nbcdLaurent Vivier
2016-12-27target-m68k: add 680x0 divu/divs variantsLaurent Vivier
2016-12-27target-m68k: add 64bit mullLaurent Vivier