Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i440fx-test: generate temporary firmware blob | Laszlo Ersek | 2013-12-23 | 1 | -0/+60 |
* | i440fx-test: give each GTest case its own qtest | Laszlo Ersek | 2013-12-23 | 1 | -13/+19 |
* | i440fx-test: qtest_start() should be paired with qtest_end() | Laszlo Ersek | 2013-12-23 | 1 | -6/+4 |
* | hw/i386/pc_sysfw: support two flash drives | Laszlo Ersek | 2013-12-23 | 1 | -19/+86 |
* | pc_piix: document gigabyte_align | Michael S. Tsirkin | 2013-12-23 | 1 | -0/+11 |
* | piix: gigabyte alignment for ram | Gerd Hoffmann | 2013-12-23 | 1 | -2/+5 |
* | PPC: Fix compilation with TCG debug | Alexander Graf | 2013-12-22 | 1 | -62/+81 |
* | Merge tag 'signed-s390-for-upstream' of git://github.com/agraf/qemu | Aurelien Jarno | 2013-12-21 | 3 | -52/+50 |
|\ | |||||
| * | s390x/ioinst: CHSC has to set a condition code | Thomas Huth | 2013-12-18 | 1 | -0/+1 |
| * | s390x/kvm: Fixed condition code for unknown SIGP orders | Thomas Huth | 2013-12-18 | 1 | -6/+11 |
| * | s390x/kvm: Simplified the calculation of the SIGP order code | Thomas Huth | 2013-12-18 | 1 | -5/+3 |
| * | s390x/kvm: Implemented SIGP START | Thomas Huth | 2013-12-18 | 1 | -0/+11 |
| * | s390x/kvm: Fix coding style in handle_sigp() | Thomas Huth | 2013-12-18 | 1 | -12/+12 |
| * | s390x/kvm: Removed s390_store_status stub | Thomas Huth | 2013-12-18 | 1 | -22/+0 |
| * | s390x/kvm: Removed duplicated SIGP defines | Thomas Huth | 2013-12-18 | 1 | -5/+0 |
| * | s390x/kvm: Fix diagnose handling. | Cornelia Huck | 2013-12-18 | 2 | -6/+16 |
* | | target-sh4: Use new qemu_ld/st opcodes | Aurelien Jarno | 2013-12-21 | 1 | -77/+90 |
* | | target-mips: Use new qemu_ld/st opcodes | Aurelien Jarno | 2013-12-21 | 1 | -67/+52 |
* | | tcg/i386: fix a comment | Aurelien Jarno | 2013-12-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'agraf/tags/signed-ppc-for-upstream' into staging | Anthony Liguori | 2013-12-19 | 33 | -387/+1237 |
|\ \ | |||||
| * | | spapr: limit numa memory regions by ram size | Paul Mackerras | 2013-12-20 | 1 | -4/+16 |
| * | | spapr: make sure RMA is in first mode of first memory node | Alexey Kardashevskiy | 2013-12-20 | 1 | -6/+11 |
| * | | device_tree: qemu_fdt_setprop: Rename val_array arg | Peter Crosthwaite | 2013-12-20 | 2 | -3/+3 |
| * | | device_tree: s/qemu_devtree/qemu_fdt globally | Peter Crosthwaite | 2013-12-20 | 12 | -284/+285 |
| * | | PPC: Add VSX to hflags | Alexander Graf | 2013-12-20 | 1 | -1/+1 |
| * | | Add xxsldwi | Tom Musta | 2013-12-20 | 1 | -0/+62 |
| * | | Add xxspltw | Tom Musta | 2013-12-20 | 1 | -0/+31 |
| * | | Add xxsel | Tom Musta | 2013-12-20 | 1 | -0/+76 |
| * | | Add xxmrgh/xxmrgl | Tom Musta | 2013-12-20 | 1 | -0/+41 |
| * | | Add Power7 VSX Logical Instructions | Tom Musta | 2013-12-20 | 1 | -0/+29 |
| * | | Add VSX Vector Move Instructions | Tom Musta | 2013-12-20 | 1 | -0/+71 |
| * | | Add VSX Scalar Move Instructions | Tom Musta | 2013-12-20 | 1 | -0/+70 |
| * | | roms: Flush icache when writing roms to guest memory | Alexander Graf | 2013-12-20 | 3 | -5/+47 |
| * | | spapr: tie spapr-nvram to -pflash | Paolo Bonzini | 2013-12-20 | 1 | -11/+3 |
| * | | PPC: Use default pci bus name for grackle and heathrow | Alexander Graf | 2013-12-20 | 2 | -3/+3 |
| * | | spapr-rtas: add ibm, (get|set)-system-parameter | Alexey Kardashevskiy | 2013-12-20 | 2 | -0/+49 |
| * | | spapr-rtas: replace return code constants with macros | Alexey Kardashevskiy | 2013-12-20 | 7 | -67/+74 |
| * | | target-ppc: move POWER7+ to a separate family | Alexey Kardashevskiy | 2013-12-20 | 3 | -1/+41 |
| * | | Add stxvw4x | Tom Musta | 2013-12-20 | 1 | -0/+28 |
| * | | Add stxsdx | Tom Musta | 2013-12-20 | 1 | -0/+15 |
| * | | Add lxvw4x | Tom Musta | 2013-12-20 | 1 | -0/+29 |
| * | | Add lxvdsx | Tom Musta | 2013-12-20 | 1 | -0/+16 |
| * | | Add lxsdx | Tom Musta | 2013-12-20 | 1 | -0/+16 |
| * | | Add xxpermdi | Tom Musta | 2013-12-20 | 1 | -1/+40 |
| * | | Add stxvd2x | Tom Musta | 2013-12-20 | 1 | -0/+18 |
| * | | Add lxvd2x | Tom Musta | 2013-12-20 | 1 | -0/+18 |
| * | | Add VSR to Global Registers | Tom Musta | 2013-12-20 | 1 | -0/+27 |
| * | | Add VSX Instruction Decoders | Tom Musta | 2013-12-20 | 1 | -0/+11 |
| * | | Add MSR VSX and Associated Exception | Tom Musta | 2013-12-20 | 4 | -2/+18 |
| * | | Declare and Enable VSX | Tom Musta | 2013-12-20 | 2 | -3/+8 |