aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-29target/m68k: add explicit single and double precision operationsLaurent Vivier3-5/+125
2017-06-29target/m68k: add fmovecrLaurent Vivier3-1/+47
2017-06-29target/m68k: add fscc.Laurent Vivier1-79/+131
2017-06-29Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20170629' into s...Peter Maydell9-10/+87
2017-06-29Add chardev-send-break monitor commandStefan Fritsch7-2/+68
2017-06-29monitor: Add -a (all) option to info registersSuraj Jitindar Singh2-8/+19
2017-06-29Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell9-53/+187
2017-06-29ui/cocoa.m: Fix compatibility issue with Mac OS 10.9 and underJohn Arbuckle1-1/+1
2017-06-29virtio-blk: trace vdev so devices can be distinguishedStefan Hajnoczi2-10/+12
2017-06-299pfs: handle transport errors in pdu_complete()Greg Kurz1-8/+15
2017-06-29xen-9pfs: disconnect if buffers are misconfiguredStefano Stabellini1-21/+64
2017-06-29virtio-9p: break device if buffers are misconfiguredGreg Kurz4-7/+40
2017-06-29virtio-9p: message header is 7-byte longGreg Kurz2-5/+8
2017-06-29virtio-9p: record element after sanity checksGreg Kurz1-1/+2
2017-06-299pfs: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau1-2/+1