aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-31qtest: convert ivshmem-test to use libqosLaurent Vivier1-14/+17
2017-01-31libqos: fix spapr qpci_map()Laurent Vivier1-2/+2
2017-01-31qtest: add display-vga-test to ppc64Laurent Vivier2-1/+7
2017-01-31qtest: add netfilter tests for ppc64Laurent Vivier1-0/+3
2017-01-31ppc: Validate compatibility modes when settingDavid Gibson2-0/+43
2017-01-31ppc: Rewrite ppc_get_compat_smt_threads()David Gibson4-25/+23
2017-01-31ppc: Rewrite ppc_set_compat()David Gibson4-43/+97
2017-01-31pseries: Add pseries-2.9 machine typeDavid Gibson1-2/+21
2017-01-31prep: do not use global variable to access nvramHervé Poussineau1-2/+2
2017-01-31hw/ppc/spapr: Fix boot path of usb-host storage devicesThomas Huth4-0/+48
2017-01-31target-ppc: implement stxvll instructionsNikunj A Dadhania4-0/+4
2017-01-31target-ppc: implement stxvl instructionNikunj A Dadhania4-0/+34
2017-01-31target-ppc: implement lxvll instructionNikunj A Dadhania4-0/+4
2017-01-31target-ppc: implement lxvl instructionNikunj A Dadhania4-0/+70
2017-01-31target-ppc: Add xxperm and xxpermr instructionsBharata B Rao4-0/+29
2017-01-31target-ppc: implement xscpsgnqp instructionNikunj A Dadhania2-1/+12
2017-01-31target-ppc: implement xsnegqp instructionNikunj A Dadhania2-0/+5
2017-01-31target-ppc: Implement bcd_is_valid functionJose Ricardo Ziviani1-7/+20
2017-01-31target-ppc: implement xsabsqp/xsnabsqp instructionDavid Gibson2-0/+40
2017-01-31target-ppc: implement stop instructionNikunj A Dadhania1-0/+6
2017-01-31target-ppc: move ppc_vsr_t to common headerNikunj A Dadhania2-37/+42
2017-01-31ppc/spapr: implement H_SIGNAL_SYS_RESETNicholas Piggin3-3/+47
2017-01-31ppc: Rename cpu_version to compat_pvrDavid Gibson6-29/+29
2017-01-31ppc: Clean up and QOMify hypercall emulationDavid Gibson5-12/+46
2017-01-31pseries: Make cpu_update during CAS unconditionalDavid Gibson3-11/+3
2017-01-31pseries: Always use core objects for CPU constructionDavid Gibson3-73/+90
2017-01-31target-ppc: add vextu[bhw][lr]x instructionsAvinesh Kumar5-2/+73
2017-01-31target-ppc: Implement bcdsetsgn. instructionJose Ricardo Ziviani3-0/+28
2017-01-31target-ppc: Implement bcdcpsgn. instructionJose Ricardo Ziviani4-1/+28
2017-01-31target-ppc: Implement bcdctsq. instructionJose Ricardo Ziviani3-0/+48
2017-01-31target-ppc: Implement bcdcfsq. instructionJose Ricardo Ziviani3-0/+46
2017-01-31target-ppc: implement lxv/lxvx and stxv/stxvxNikunj A Dadhania4-2/+61
2017-01-31target-ppc: implement stxsd and stxsspNikunj A Dadhania3-1/+55
2017-01-31target-ppc: implement lxsd and lxssp instructionsNikunj A Dadhania3-1/+46
2017-01-31target-ppc: Add xscmpoqp and xscmpuqp instructionsBharata B Rao4-0/+60
2017-01-31target-ppc: Add xscmpexp[dp,qp] instructionsBharata B Rao4-0/+74
2017-01-31target-ppc: Fix xscmpodp and xscmpudp instructionsBharata B Rao1-15/+25
2017-01-31target-ppc: rename CRF_* defines as CRF_*_BITNikunj A Dadhania3-30/+35
2017-01-31target-ppc: Consolidate instruction decode helpersBharata B Rao3-161/+152
2017-01-31disas/ppc: Fix indefinite articles in commentsStefan Weil1-6/+6
2017-01-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell114-1448/+2192
2017-01-27memory: don't sign-extend 32-bit writesLadi Prosek1-1/+1
2017-01-27chardev: qom-ifyMarc-André Lureau13-873/+1073
2017-01-27vc: use a common prefix for chr callbacksMarc-André Lureau1-12/+12
2017-01-27baum: use a common prefix for chr callbacksMarc-André Lureau1-8/+8
2017-01-27gtk: overwrite the console.c char driverMarc-André Lureau3-29/+29
2017-01-27char: use error_report()Marc-André Lureau1-11/+14
2017-01-27spice-char: improve error reportingMarc-André Lureau1-20/+10
2017-01-27char: rename TCPChardev and NetChardevMarc-André Lureau1-37/+37
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau80-724/+727