summary refs log tree commit diff stats
path: root/scripts/qapi-commands.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-27linux-user: Support for restarting system calls for S390 targetsTimothy E Baldwin3-5/+12
2016-05-27linux-user: Support for restarting system calls for M68K targetsTimothy E Baldwin3-21/+24
2016-05-27linux-user: Support for restarting system calls for OpenRISC targetsTimothy E Baldwin2-8/+15
2016-05-27linux-user: Support for restarting system calls for UniCore32 targetsTimothy E Baldwin1-1/+6
2016-05-27linux-user: Support for restarting system calls for Alpha targetsTimothy E Baldwin3-4/+8
2016-05-27linux-user: Support for restarting system calls for SH4 targetsTimothy E Baldwin3-11/+12
2016-05-27linux-user: Support for restarting system calls for SPARC targetsTimothy E Baldwin4-1/+6
2016-05-27linux-user: Support for restarting system calls for PPC targetsTimothy E Baldwin2-0/+5
2016-05-27linux-user: Support for restarting system calls for MIPS targetsTimothy E Baldwin3-0/+6
2016-05-27linux-user: Support for restarting system calls for ARM targetsTimothy E Baldwin3-23/+36
2016-05-27linux-user: Support for restarting system calls for x86 targetsTimothy E Baldwin3-28/+36
2016-05-27linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specificTimothy E Baldwin4-10/+9
2016-05-27linux-user: Define TARGET_ERESTART* errno valuesTimothy E Baldwin1-0/+8
2016-05-27linux-user: Reindent signal handlingTimothy E Baldwin1-752/+791
2016-05-27linux-user: Consistently return host errnos from do_openat()Peter Maydell1-4/+10
2016-05-27linux-user: Check array bounds in errno conversionTimothy E Baldwin1-2/+6
2016-05-27MAINTAINERS: Add David Gibson as ppc maintainerDavid Gibson1-0/+1
2016-05-27spapr_iommu: Move table allocation to helpersAlexey Kardashevskiy2-20/+40
2016-05-27spapr_iommu: Finish renaming vfio_accel to need_vfioAlexey Kardashevskiy1-1/+1
2016-05-27spapr_pci: Use correct DMA LIOBN when composing the device treeAlexey Kardashevskiy1-1/+1
2016-05-27spapr: ensure device trees are always associated with DRCJianjun Duan2-17/+11
2016-05-27PPC/KVM: early validation of vcpu idGreg Kurz3-0/+16
2016-05-27Added negative check for get_image_size()Zhou Jie1-0/+4
2016-05-27hw/net/spapr_llan: Provide counter with dropped rx frames to the guest