summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-upstream-v8.2' in...Peter Maydell2018-03-0916-14/+702
|\
| * RISC-V Build InfrastructureMichael Clark2018-03-061-0/+1
| * SiFive Freedom U Series RISC-V MachineMichael Clark2018-03-061-0/+69
| * SiFive Freedom E Series RISC-V MachineMichael Clark2018-03-061-0/+79
| * SiFive RISC-V PRCI BlockMichael Clark2018-03-061-0/+37
| * SiFive RISC-V UART DeviceMichael Clark2018-03-061-0/+71
| * RISC-V VirtIO MachineMichael Clark2018-03-061-0/+74
| * SiFive RISC-V Test FinisherMichael Clark2018-03-061-0/+42
| * RISC-V Spike MachinesMichael Clark2018-03-061-0/+53
| * SiFive RISC-V PLIC BlockMichael Clark2018-03-061-0/+85
| * SiFive RISC-V CLINT BlockMichael Clark2018-03-061-0/+50
| * RISC-V HART ArrayMichael Clark2018-03-061-0/+39
| * RISC-V HTIF ConsoleMichael Clark2018-03-061-0/+61
| * Add symbol table callback interface to load_elfMichael Clark2018-03-062-14/+37
| * RISC-V DisassemblerMichael Clark2018-03-061-0/+2
| * RISC-V ELF Machine DefinitionMichael Clark2018-03-061-0/+2
* | s390x/sclp: clean up sclp masksClaudio Imbrenda2018-03-081-9/+13
* | s390x/sclpconsole: Remove dead code - remove exit handlersNia Alarie2018-03-081-1/+0Star
* | Merge remote-tracking branch 'remotes/berrange/tags/qio-next-pull-request' in...Peter Maydell2018-03-085-8/+85
|\ \ | |/ |/|
| * qio: non-default context for TLS handshakePeter Xu2018-03-061-1/+4
| * qio: non-default context for async connPeter Xu2018-03-061-3/+12
| * qio: non-default context for threaded qtaskPeter Xu2018-03-061-2/+5
| * qio: store gsources for net listenersPeter Xu2018-03-061-2/+20
| * qio: introduce qio_channel_add_watch_{full|source}Peter Xu2018-03-061-0/+44
* | address_space_read: address_space_to_flatview needs RCU lockPaolo Bonzini2018-03-061-15/+10Star
* | memory: inline some performance-sensitive accessorsPaolo Bonzini2018-03-062-5/+30
* | lockable: workaround GCC link issue with ASANMarc-André Lureau2018-03-061-1/+1
* | qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy2018-03-061-0/+16
* | scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth2018-03-061-1/+1
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-03-064-67/+171
|\ \
| * | block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi2018-03-021-1/+2
| * | block: extract AIO_WAIT_WHILE() from BlockDriverStateStefan Hajnoczi2018-03-023-37/+126
| * | aio: rename aio_context_in_iothread() to in_aio_context_home_thread()Stefan Hajnoczi2018-03-022-3/+6
| * | block: Drop unused .bdrv_co_get_block_status()Eric Blake2018-03-021-3/+0Star
| * | block: Switch passthrough drivers to .bdrv_co_block_status()Eric Blake2018-03-021-12/+16
| * | block: Add .bdrv_co_block_status() callbackEric Blake2018-03-022-12/+22
* | | ppc/spapr-caps: Convert cap-ibs to custom spapr-capSuraj Jitindar Singh2018-03-061-1/+4
* | | mac_newworld: use object link to pass OpenPIC object to macioMark Cave-Ayland2018-03-061-1/+3
* | | openpic: move OpenPIC state and related definitions to openpic.hMark Cave-Ayland2018-03-061-1/+158
* | | openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland2018-03-062-3/+7
* | | mac_oldworld: use object link to pass heathrow PIC object to macioMark Cave-Ayland2018-03-061-0/+2
* | | macio: move macio related structures and defines into separate macio.h fileMark Cave-Ayland2018-03-061-0/+75
* | | heathrow: QOMify heathrow PICMark Cave-Ayland2018-03-061-0/+49
| |/ |/|
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell2018-03-052-64/+12Star
|\ \
| * | console: add ui module loading supportGerd Hoffmann2018-03-051-0/+1
| * | console: add and use qemu_display_find_defaultGerd Hoffmann2018-03-051-0/+1
| * | egl-headless: switch over to new display registryGerd Hoffmann2018-03-051-3/+0Star
| * | curses: switch over to new display registryGerd Hoffmann2018-03-051-12/+0Star
| * | cocoa: switch over to new display registryGerd Hoffmann2018-03-051-12/+0Star
| * | sdl: switch over to new display registryGerd Hoffmann2018-03-051-19/+0Star