aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-11block: Add Error parameter to bdrv_amend_optionsMax Reitz9-52/+58
2018-06-11qemu-img: Amendment support implies create_optsMax Reitz1-2/+5
2018-06-11iotests: Add creation test to 153Max Reitz2-0/+31
2018-06-11block/file-posix: File locking during creationMax Reitz1-2/+35
2018-06-11block/file-posix: Pass FD to locking helpersMax Reitz1-13/+14
2018-06-11Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-3.0-pull-request' ...Peter Maydell1-176/+180
2018-06-11target/m68k: Merge disas_m68k_insn into m68k_tr_translate_insnRichard Henderson1-11/+6
2018-06-11target/m68k: Improve ending TB at page boundariesRichard Henderson1-3/+19
2018-06-11target/m68k: Convert to TranslatorOpsRichard Henderson1-92/+88
2018-06-11target/m68k: Convert to DisasContextBaseRichard Henderson1-70/+67
2018-06-11Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell12-246/+574
2018-06-11target/m68k: Rename DISAS_UPDATE and gen_lookup_tbRichard Henderson1-10/+10
2018-06-11target/m68k: Use lookup_and_goto_tb for DISAS_JUMPRichard Henderson1-1/+4
2018-06-11target/m68k: Remove DISAS_JUMP_NEXT as unusedRichard Henderson1-1/+0
2018-06-11target/m68k: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson1-3/+1
2018-06-11target/m68k: Use DISAS_NORETURN for exceptionsRichard Henderson1-8/+8
2018-06-08ide: introduce ide_transfer_start_norecursePaolo Bonzini3-23/+37
2018-06-08atapi: call ide_set_irq before ide_transfer_startPaolo Bonzini1-2/+2
2018-06-08ide: make ide_transfer_stop idempotentPaolo Bonzini1-10/+4
2018-06-08ide: call ide_cmd_done from ide_transfer_stopPaolo Bonzini1-7/+4
2018-06-08ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini4-12/+13
2018-06-08ahci: move PIO Setup FIS before transfer, fix it for ATAPI commandsJohn Snow3-27/+27
2018-06-08libqos/ahci: track sector sizeJohn Snow1-4/+6
2018-06-08MAINTAINERS: Add the cdrom-test to John's sectionThomas Huth1-0/+1
2018-06-08tests/cdrom-test: Test that -cdrom parameter is workingThomas Huth1-0/+58
2018-06-08tests/cdrom-test: Test booting from CD-ROM ISO image fileThomas Huth2-0/+166
2018-06-08tests/boot-sector: Add magic bytes to s390x boot code headerThomas Huth1-3/+6
2018-06-08ahci: make ahci_mem_write traces more descriptiveJohn Snow2-2/+17
2018-06-08ahci: delete old host register address definitionsJohn Snow1-6/+0
2018-06-08ahci: adjust ahci_mem_write to work on registersJohn Snow1-6/+9
2018-06-08ahci: fix spacing damage on ahci_mem_writeJohn Snow1-24/+23
2018-06-08ahci: make mem_read_32 traces more descriptiveJohn Snow2-2/+8
2018-06-08ahci: modify ahci_mem_read_32 to work on register numbersJohn Snow1-6/+11
2018-06-08ahci: fix host register max addressJohn Snow1-2/+1
2018-06-08ahci: add host register enumerationJohn Snow2-0/+30
2018-06-08ahci: delete old port register address definitionsJohn Snow1-18/+0
2018-06-08ahci: make port write traces more descriptiveJohn Snow2-2/+9
2018-06-08ahci: modify ahci_port_write to use register numbersJohn Snow1-15/+17
2018-06-08ahci: combine identical clauses in port writeJohn Snow1-4/+0
2018-06-08ahci: fix spacing damage on ahci_port_writeJohn Snow1-73/+73
2018-06-08ahci: make port read traces more descriptiveJohn Snow2-3/+5
2018-06-08ahci: modify ahci_port_read to use register numbersJohn Snow1-19/+19
2018-06-08ahci: add port register enumerationJohn Snow2-0/+54
2018-06-08ahci: don't schedule unnecessary BHJohn Snow1-2/+1
2018-06-08ahci: fix PxCI register raceJohn Snow1-7/+6
2018-06-08ahci: trim signatures on raise/lowerJohn Snow1-4/+4
2018-06-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180608'...Peter Maydell36-147/+788
2018-06-08sdcard: Disable CMD19/CMD23 for Spec v2Philippe Mathieu-Daudé1-0/+6
2018-06-08sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)Philippe Mathieu-Daudé2-2/+6
2018-06-08sdcard: Disable SEND_IF_COND (CMD8) for Spec v1Philippe Mathieu-Daudé1-1/+3