aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-12fpu: Replace uint8 typedef with uint8_tsoftfloat-typesPeter Maydell
2016-01-12fpu: Replace int8 typedef with int8_tPeter Maydell
2016-01-12fpu: Replace uint32 typedef with uint32_tPeter Maydell
2016-01-12fpu: Replace int32 typedef with int32_tPeter Maydell
2016-01-12fpu: Replace uint64 typedef with uint64_tPeter Maydell
2016-01-12fpu: Replace int64 typedef with int64_tPeter Maydell
2016-01-12Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2016-01-11libqos/ahci: organize headerJohn Snow
2016-01-11qtest/ahci: ATAPI data testsJohn Snow
2016-01-11libqos/ahci: add ahci_execJohn Snow
2016-01-11libqos/ahci: allow nondata commands for ahci_io variantsJohn Snow
2016-01-11libqos: allow zero-size allocationsJohn Snow
2016-01-11libqos/ahci: Switch to mutable propertiesJohn Snow
2016-01-11libqos/ahci: ATAPI identifyJohn Snow
2016-01-11libqos/ahci: ATAPI supportJohn Snow
2016-01-11ahci-test: fix memory leakJohn Snow
2016-01-11ide: ahci: reset ncq object to unused on errorPrasad J Pandit
2016-01-11macio: fix overflow in lba to offset conversion for ATAPI devicesMark Cave-Ayland
2016-01-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160111-...Peter Maydell
2016-01-11hw/arm/virt: Support legacy -nic command line syntaxpull-target-arm-20160111-1Ashok Kumar
2016-01-11disas/libvixl: Update to upstream VIXL 1.12Peter Maydell
2016-01-11hw/dma/xilinx_axidma: remove dead codeAndrew Jones
2016-01-11i.MX: move i.MX31 CCM object to register arrayJean-Christophe DUBOIS
2016-01-11Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160111' int...Peter Maydell
2016-01-11linux-user/mmap.c: Use end instead of real_end in target_mmapChen Gang
2016-01-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1...Peter Maydell
2016-01-11linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.John Paul Adrian Glaubitz
2016-01-11linux-user: Update m68k syscall definitions to match Linux 4.4.John Paul Adrian Glaubitz
2016-01-11Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2016-01-11Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160111' into...Peter Maydell
2016-01-11linux-user/syscall.c: Use SOL_SOCKET instead of level for setsockopt()Chen Gang
2016-01-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-01-11hw/s390x: Remove superfluous return statementsThomas Huth
2016-01-11hw/core/qdev: Remove superfluous return statementThomas Huth
2016-01-11hw/acpi: Remove superfluous return statementThomas Huth
2016-01-11hw/ide: Remove superfluous return statementsThomas Huth
2016-01-11osdep.h: Include glib-compat.h in osdep.h rather than qemu-common.hPeter Maydell
2016-01-11scripts/checkpatch.pl: Don't allow special cases of unspaced operatorsPeter Maydell
2016-01-11PCI Bonito: QOMify and cleanupCao jin
2016-01-11SH PCI Host: convert to realize()Cao jin
2016-01-11gt64120: convert to realize()Cao jin
2016-01-11Add missing syscall nrs. according to more recent Linux kernelsJohan Ouwerkerk
2016-01-11hw/misc/edu: Convert to realize()Cao jin
2016-01-11configure: fix trace backend checkMarc-André Lureau
2016-01-11xen/Makefile.objs: simplifyCao jin
2016-01-11crypto: Fix typo in exampleEric Blake
2016-01-11MAINTAINERS: Add the correct device_tree.h fileThomas Huth
2016-01-11iscsi: fix readcapacity error messageZhu Lingshan
2016-01-11net: convert qemu_log to error_report, fix messagePaolo Bonzini
2016-01-11linux-user: enable sigaltstack for all architecturesMichael Tokarev