aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-19linux-user: Fix terminal control ioctlsTimothy Pearson
2016-07-19linux-user: Add some new blk ioctlsPeter Maydell
2016-07-19linux-user: Handle short lengths in host_to_target_sockaddr()Peter Maydell
2016-07-19linux-user: Forget about synchronous signal once it is deliveredPeter Maydell
2016-07-19linux-user: Correct type for LOOP_GET_STATUS{,64} ioctlsPeter Maydell
2016-07-19linux-user: Correct type for BLKSSZGETPeter Maydell
2016-07-19linux-user: Add loop control ioctlsPeter Maydell
2016-07-19linux-user: Check sigsetsize argument to syscallsPeter Maydell
2016-07-19linux-user: add nested netlink typesLaurent Vivier
2016-07-19linux-user: convert sockaddr_ll from host to targetLaurent Vivier
2016-07-19linux-user: add fd_trans helper in do_recvfrom()Laurent Vivier
2016-07-19linux-user: fix netlink memory corruptionLaurent Vivier
2016-07-19linux-user: fd_trans_*_data() returns the lengthLaurent Vivier
2016-07-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2016-07-19Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-07-19Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160718.0' i...Peter Maydell
2016-07-18block: ignore flush requests when storage is cleanEvgeny Yakovlev
2016-07-18tests: in IDE and AHCI tests perform DMA write before flushingEvgeny Yakovlev
2016-07-18ide: set retry_unit for PIO and FLUSH requestsEvgeny Yakovlev
2016-07-18ide: refactor retry_unit set and clear into separate functionEvgeny Yakovlev
2016-07-18trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing stateLluís Vilanova
2016-07-18trace: Allow event name pattern in "info trace-events"Lluís Vilanova
2016-07-18trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova
2016-07-18trace: Cosmetic changes on fast-path tracingLluís Vilanova
2016-07-18disas: Remove unused macro '_'Lluís Vilanova
2016-07-18trace: Identify events with the 'vcpu' propertyLluís Vilanova
2016-07-18trace: [bsd-user] Commandline arguments to control tracingLluís Vilanova
2016-07-18trace: [linux-user] Commandline arguments to control tracingLluís Vilanova
2016-07-18Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-07-18vfio/pci: Hide ARI capabilityAlex Williamson
2016-07-18MAINTAINERS: Add include/block/aio.h to block I/O path sectionFam Zheng
2016-07-18virtio-blk: dataplane cleanupCao jin
2016-07-18checkpatch: consider git extended headers valid patchesStefan Hajnoczi
2016-07-18aio-posix: remove useless parameterCao jin
2016-07-18linux-aio: prevent submitting more than MAX_EVENTSRoman Pen
2016-07-18aio_ctx_check: follow CODING_STYLECao jin
2016-07-18linux-aio: share one LinuxAioState within an AioContextPaolo Bonzini
2016-07-18spec/parallels: fix a mistakeVladimir Sementsov-Ogievskiy
2016-07-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160718' into...Peter Maydell
2016-07-18ppc: Yet another fix for the huge page support detection mechanismThomas Huth
2016-07-18target-ppc: fix left shift overflow in hpte_page_shiftPaolo Bonzini
2016-07-18ppc/mmu-hash64: Remove duplicated #include statementThomas Huth
2016-07-18ppc: abort if compat property contains an unknown valueGreg Kurz
2016-07-18spapr: Ensure CPU cores are added contiguously and removed in LIFO orderBharata B Rao
2016-07-18vfio/spapr: Remove stale ioctl() callDavid Gibson
2016-07-18ppc: Fix support for odd MSR combinationsBenjamin Herrenschmidt
2016-07-18dbdma: reset io->processing flag for unassigned DBDMA channel rw accessesMark Cave-Ayland
2016-07-18dbdma: set FLUSH bit upon reception of flush command for unassigned DBDMA cha...Mark Cave-Ayland
2016-07-18dbdma: fix load_word/store_word value endiannessMark Cave-Ayland