summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-24Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-09-07-1...Peter Maydell4-1/+13
2018-09-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180907' into...Peter Maydell31-181/+259
2018-09-24Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-pullreq-201809...Peter Maydell8-86/+88
2018-09-24Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180903-pull-request' ...Peter Maydell11-63/+53
2018-09-24Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-09-01' in...Peter Maydell3-139/+15
2018-09-24Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-08-31-v2' ...Peter Maydell12-242/+161
2018-09-24Revert "tests: add qmp/qom-set-without-value test"Peter Maydell1-14/+0
2018-09-24Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios.for-upstrea...Peter Maydell4-0/+0
2018-09-24Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-08-3...Peter Maydell19-395/+158
2018-09-24Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180829' into stagingPeter Maydell24-695/+1168
2018-09-24Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-08-28' into ...Peter Maydell31-150/+201
2018-09-07tests: Fix signalling race condition in TPM testsStefan Berger4-1/+13
2018-09-07target-ppc: Extend HWCAP2 bits for ISA 3.0Sandipan Das1-0/+2
2018-09-05riscv: remove define cpu_init()Igor Mammedov1-1/+0
2018-09-05hw/riscv/spike: Set the soc device tree node as a simple-busAlistair Francis1-1/+1
2018-09-05hw/riscv/virtio: Set the soc device tree node as a simple-busAlistair Francis1-1/+1
2018-09-05target/riscv: call gen_goto_tb on DISAS_TOO_MANYEmilio G. Cota1-6/+1
2018-09-05target/riscv: optimize indirect branchesEmilio G. Cota1-1/+1
2018-09-05target/riscv: optimize cross-page direct jumps in softmmuEmilio G. Cota1-1/+1
2018-09-05target/ppc/kvm: set vcpu as online/offlineNikunj A Dadhania4-0/+19
2018-09-04RISC-V: Simplify riscv_cpu_local_irqs_pendingMichael Clark1-22/+12
2018-09-04RISC-V: Use atomic_cmpxchg to update PLIC bitmapsMichael Clark2-28/+22
2018-09-04RISC-V: Improve page table walker spec complianceMichael Clark2-21/+45
2018-09-04RISC-V: Update address bits to support sv39 and sv48Michael Clark1-4/+4
2018-09-03virtio-gpu: add iommu supportGerd Hoffmann1-11/+14
2018-09-03virtio-gpu: pass down VirtIOGPU pointer to a bunch of functionsGerd Hoffmann3-16/+23
2018-09-03Fix a deadlock case in the CPU hotplug flowJose Ricardo Ziviani1-5/+5
2018-08-31jobs: remove job_defer_to_main_loopJohn Snow2-55/+2
2018-08-31jobs: remove ret argument to job_completed; privatize itJohn Snow3-19/+22
2018-08-31block/backup: make function variables consistently namedJohn Snow1-31/+31
2018-08-31jobs: utilize job_exit shimJohn Snow6-63/+16
2018-08-31block/mirror: utilize job_exit shimJohn Snow1-18/+11
2018-08-31block/commit: utilize job_exit shimJohn Snow1-17/+5
2018-08-31jobs: add exit shimJohn Snow2-0/+29
2018-08-31jobs: canonize Error objectJohn Snow11-30/+26
2018-08-31jobs: change start callback to run callbackJohn Snow10-34/+43
2018-08-31tests: fix bdrv-drain leakMarc-André Lureau1-0/+1
2018-08-31Update OpenBIOS images to a1280807 built from submodule.Mark Cave-Ayland4-0/+0
2018-08-31tests: add a qmp success-response testMarc-André Lureau3-0/+21
2018-08-31tests: add qmp/qom-set-without-value testMarc-André Lureau1-0/+14
2018-08-31tests: add qmp/object-add-without-props testMarc-André Lureau1-0/+18
2018-08-31tests: add qmp_assert_error_class()Marc-André Lureau5-61/+46
2018-08-31tests/libqos: Utilize newer glib spawn checkEric Blake1-11/+1
2018-08-31net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth7-185/+29
2018-08-31Remove the deprecated options -startdate, -localtime and -rtc-td-hackThomas Huth3-74/+22
2018-08-31Remove the deprecated -nodefconfig optionThomas Huth4-10/+4
2018-08-31Remove the deprecated -balloon optionThomas Huth4-54/+3
2018-08-30monitor: no need to save need_resumeMarc-André Lureau1-9/+4
2018-08-30Revert "qmp: isolate responses into io thread"Marc-André Lureau1-117/+3
2018-08-30qmp: constify qmp_is_oob()Marc-André Lureau2-2/+2