aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-04target-microblaze: Introduce a use-pcmp-instr propertyEdgar E. Iglesias3-5/+7
2017-07-04target-microblaze: Introduce a use-msr-instr propertyEdgar E. Iglesias3-3/+5
2017-07-04target-microblaze: Introduce a use-hw-mul propertyEdgar E. Iglesias3-7/+11
2017-07-04target-microblaze: Introduce a use-div propertyEdgar E. Iglesias3-5/+7
2017-07-04target-microblaze: Introduce a use-barrel propertyEdgar E. Iglesias3-5/+7
2017-07-04target-microblaze: Add CPU versions 9.4, 9.5 and 9.6Edgar E. Iglesias1-0/+3
2017-07-04target-microblaze: Don't hard code 0xb as initial MB versionEdgar E. Iglesias1-2/+1
2017-07-04target-microblaze: Correct bit shift for the PVR0 version fieldEdgar E. Iglesias2-1/+3
2017-07-04disas/microblaze: Add missing 'const' attributesStefan Weil1-11/+7
2017-07-03Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170603' into stagingPeter Maydell5-26/+32
2017-06-30tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota4-21/+25
2017-06-30gen-icount: use tcg_ctx.tcg_env instead of cpu_envEmilio G. Cota1-4/+6
2017-06-30gen-icount: add missing inline to gen_tb_endEmilio G. Cota1-1/+1
2017-06-30Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into stagingPeter Maydell4-19/+41
2017-06-30Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request'...Peter Maydell5-123/+619
2017-06-30block: Exploit BDRV_BLOCK_EOF for larger zero blocksEric Blake3-15/+28
2017-06-30block: Add BDRV_BLOCK_EOF to bdrv_get_block_status()Eric Blake2-4/+13
2017-06-30Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell8-26/+101
2017-06-30Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170630' int...Peter Maydell18-308/+749
2017-06-30virtio-pci: use ioeventfd even when KVM is disabledStefan Hajnoczi1-1/+1
2017-06-30tests: fix virtio-net-test ISR dependenceStefan Hajnoczi1-3/+3
2017-06-30tests: fix virtio-blk-test ISR dependenceStefan Hajnoczi1-10/+17
2017-06-30tests: fix virtio-scsi-test ISR dependenceStefan Hajnoczi1-1/+1
2017-06-30libqos: add virtio used ring supportStefan Hajnoczi2-0/+66
2017-06-30libqos: fix typo in virtio.h QVirtQueue->used commentStefan Hajnoczi1-1/+1
2017-06-30spapr: Clean up DRC set_isolation_state() pathDavid Gibson2-46/+105
2017-06-30spapr: Clean up DRC set_allocation_state pathDavid Gibson2-30/+45
2017-06-30spapr: Make DRC reset force DRC into known stateDavid Gibson2-34/+16
2017-06-30spapr: Split DRC release from DRC detachDavid Gibson1-22/+27
2017-06-30spapr: Eliminate DRC 'signalled' state variableDavid Gibson3-56/+1
2017-06-30spapr: Start hotplugged PCI devices in ISOLATED stateDavid Gibson1-10/+0
2017-06-30target-ppc: Enable open-pic timers to count and generate interruptsAaron Larson1-6/+111
2017-06-30hw/ppc/spapr.c: consecutive 'spapr->patb_entry = 0' statementsDaniel Henrique Barboza1-1/+0
2017-06-30spapr: prevent QEMU crash when CPU realization failsBharata B Rao1-3/+4
2017-06-30target/ppc: Proper cleanup when ppc_cpu_realizefn failsBharata B Rao1-4/+8
2017-06-30spapr: fix migration of ICPState objects from/to older QEMUGreg Kurz2-2/+87
2017-06-30xics: directly register ICPState objects to vmstateGreg Kurz1-1/+4
2017-06-30target/ppc: Fix return value in tcg radix mmu fault handlerSuraj Jitindar Singh1-1/+1
2017-06-30target/ppc/excp_helper: Take BQL before calling cpu_interrupt()Thomas Huth1-0/+3
2017-06-30spapr: Fix migration of Radix guestsBharata B Rao1-0/+12
2017-06-30spapr: Add a "no HPT" encoding to HTAB migration streamBharata B Rao1-4/+25
2017-06-30ppc: Rework CPU compatibility testing across migrationDavid Gibson4-4/+75
2017-06-30pseries: Reset CPU compatibility modeDavid Gibson2-10/+2
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson7-73/+201
2017-06-30qapi: add explicit null to string input and output visitorsGreg Kurz2-0/+25
2017-06-30hw/ppc/prep: Remove superfluous call to soundhw_init()Thomas Huth1-4/+0
2017-06-29target/m68k: add fmovemLaurent Vivier3-30/+189
2017-06-29target/m68k: add explicit single and double precision operations (part 2)Laurent Vivier3-8/+74
2017-06-29target/m68k: add fsglmul and fsgldivLaurent Vivier3-0/+36
2017-06-29softfloat: define floatx80_round()Laurent Vivier2-0/+17