aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-24s390x/kvm: fix cmma reset for KVMChristian Borntraeger1-1/+1
2017-01-24s390x/kvm: include hw_accel.h instead of kvm.hCornelia Huck1-1/+1
2017-01-24Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20170123' into stagingPeter Maydell36-77/+9842
2017-01-23target-hppa: Implement floating-point insnsRichard Henderson3-0/+1177
2017-01-23target-hppa: Implement system and memory-management insnsRichard Henderson3-0/+219
2017-01-23target-hppa: Implement loads and storesRichard Henderson3-0/+699
2017-01-23target-hppa: Implement shifts and depositsRichard Henderson1-0/+309
2017-01-23target-hppa: Implement linux-user gateway pageRichard Henderson1-4/+81
2017-01-23target-hppa: Implement branchesRichard Henderson1-0/+477
2017-01-23target-hppa: Implement basic arithmeticRichard Henderson3-0/+907
2017-01-23target-hppa: Add nullification frameworkRichard Henderson1-4/+224
2017-01-23target-hppa: Add framework and enable compilationRichard Henderson12-3/+1116
2017-01-23target-hppa: Add softfloat specializationsRichard Henderson1-1/+19
2017-01-23linux-user: Add HPPA startup and main loopRichard Henderson2-0/+196
2017-01-23linux-user: Add HPPA signal handlingRichard Henderson1-1/+190
2017-01-23linux-user: Add HPPA target_signal.h and target_cpu.hRichard Henderson2-0/+64
2017-01-23linux-user: Add HPPA target_structs.hRichard Henderson1-0/+54
2017-01-23linux-user: Add HPPA definitions to syscall_defs.hRichard Henderson1-1/+130
2017-01-23linux-user: Add HPPA target_syscall.hRichard Henderson1-0/+237
2017-01-23linux-user: Add HPPA termbits.hRichard Henderson1-0/+219
2017-01-23linux-user: Add HPPA syscall numbersRichard Henderson1-0/+353
2017-01-23linux-user: Add HPPA socket.h definitionsRichard Henderson2-0/+99
2017-01-23linux-user: Add some hppa ioctlsHelge Deller1-0/+15
2017-01-23Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-01-23-2' in...Peter Maydell22-169/+760
2017-01-23io: introduce a DNS resolver APIDaniel P. Berrange5-2/+509
2017-01-23io: remove Error parameter from QIOTask thread workerDaniel P. Berrange4-52/+30
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange15-112/+110
2017-01-23io: add ability to associate an error with a taskDaniel P. Berrange2-0/+55
2017-01-23io: add ability to associate an opaque "result" with with a taskDaniel P. Berrange2-0/+47
2017-01-23io: fix typo in docs for QIOTaskDaniel P. Berrange1-3/+3
2017-01-23io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange5-10/+4
2017-01-23sockets: add ability to disable DNS resolution for InetSocketAddressDaniel P. Berrange2-0/+12
2017-01-22linux-user: Handle ERFKILL and EHWPOISONRichard Henderson5-0/+21
2017-01-22linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNSHelge Deller3-0/+13
2017-01-22linux-user: Handle TIOCSTART and TIOCSTOPHelge Deller2-0/+11
2017-01-22linux-user: Support stack-grows-up in elfload.cRichard Henderson3-71/+180
2017-01-22Revert "Remove remainders of HPPA backend"Richard Henderson5-2/+2842
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell110-468/+3728
2017-01-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...Peter Maydell10-182/+334
2017-01-20Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell9-69/+180
2017-01-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell28-398/+895
2017-01-20Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-01-19' into...Peter Maydell2-0/+5
2017-01-20pc.h: move x-mach-use-reliable-get-clock compat entry to PC_COMPAT_2_8Marcelo Tosatti1-3/+4
2017-01-20bitmap: assert that start and nr are non negativePeter Lieven1-0/+8
2017-01-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170120'...Peter Maydell23-117/+2125
2017-01-20hw/arm/virt: Add board property to enable EL2Peter Maydell3-2/+46
2017-01-20target-arm: Enable EL2 feature bit on A53 and A57Peter Maydell5-0/+22
2017-01-20target/arm/psci.c: If EL2 implemented, start CPUs in EL2Peter Maydell1-7/+18
2017-01-20hw/arm/virt-acpi-build: use SMC if booting in EL2Andrew Jones1-6/+20
2017-01-20hw/arm/virt: Support using SMC for PSCIPeter Maydell2-7/+22