aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-11Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2018-06-11target/m68k: Rename DISAS_UPDATE and gen_lookup_tbRichard Henderson
2018-06-11target/m68k: Use lookup_and_goto_tb for DISAS_JUMPRichard Henderson
2018-06-11target/m68k: Remove DISAS_JUMP_NEXT as unusedRichard Henderson
2018-06-11target/m68k: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson
2018-06-11target/m68k: Use DISAS_NORETURN for exceptionsRichard Henderson
2018-06-10pc: Remove PC_COMPAT_2_12 from 3.0 machine-typesEduardo Habkost
2018-06-08python: Remove scripts/ordereddict.pyEduardo Habkost
2018-06-08python: Remove scripts/argparse.pyEduardo Habkost
2018-06-08configure: Require Python 2.7 or newerEduardo Habkost
2018-06-08i386: Populate AMD Processor Cache Information for cpuid 0x8000001DBabu Moger
2018-06-08i386: Clean up cache CPUID codeEduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_numliteralsEduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_exceptEduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_renamesEduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_tuple_paramsEduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_reduceEduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_standarderrorEduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_has_keyEduardo Habkost
2018-06-08python: futurize -f libfuturize.fixes.fix_next_callEduardo Habkost
2018-06-08python: futurize -f libfuturize.fixes.fix_absolute_importEduardo Habkost
2018-06-08python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost
2018-06-08ide: introduce ide_transfer_start_norecursePaolo Bonzini
2018-06-08atapi: call ide_set_irq before ide_transfer_startPaolo Bonzini
2018-06-08ide: make ide_transfer_stop idempotentPaolo Bonzini
2018-06-08ide: call ide_cmd_done from ide_transfer_stopPaolo Bonzini
2018-06-08ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini
2018-06-08ahci: move PIO Setup FIS before transfer, fix it for ATAPI commandsJohn Snow
2018-06-08libqos/ahci: track sector sizeJohn Snow
2018-06-08MAINTAINERS: Add the cdrom-test to John's sectionThomas Huth
2018-06-08tests/cdrom-test: Test that -cdrom parameter is workingThomas Huth
2018-06-08tests/cdrom-test: Test booting from CD-ROM ISO image fileThomas Huth
2018-06-08tests/boot-sector: Add magic bytes to s390x boot code headerThomas Huth
2018-06-08ahci: make ahci_mem_write traces more descriptiveJohn Snow
2018-06-08ahci: delete old host register address definitionsJohn Snow
2018-06-08ahci: adjust ahci_mem_write to work on registersJohn Snow
2018-06-08ahci: fix spacing damage on ahci_mem_writeJohn Snow
2018-06-08ahci: make mem_read_32 traces more descriptiveJohn Snow
2018-06-08ahci: modify ahci_mem_read_32 to work on register numbersJohn Snow
2018-06-08ahci: fix host register max addressJohn Snow
2018-06-08ahci: add host register enumerationJohn Snow
2018-06-08ahci: delete old port register address definitionsJohn Snow
2018-06-08ahci: make port write traces more descriptiveJohn Snow
2018-06-08ahci: modify ahci_port_write to use register numbersJohn Snow
2018-06-08ahci: combine identical clauses in port writeJohn Snow
2018-06-08ahci: fix spacing damage on ahci_port_writeJohn Snow
2018-06-08ahci: make port read traces more descriptiveJohn Snow
2018-06-08ahci: modify ahci_port_read to use register numbersJohn Snow
2018-06-08ahci: add port register enumerationJohn Snow
2018-06-08ahci: don't schedule unnecessary BHJohn Snow