summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: trickle down the fallback image creation function use to the block dri...Maxim Levitsky2020-03-262-0/+12
* block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky2020-03-261-1/+2
* hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé2020-03-2310-10/+25
* Update copyright date for user-facing copyright stringsPeter Maydell2020-03-221-1/+1
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/target_renesas_rx-20...Peter Maydell2020-03-204-0/+37
|\
| * Add rx-softmmuYoshinori Sato2020-03-192-0/+2
| * target/rx: RX disassemblerYoshinori Sato2020-03-191-0/+5
| * hw/registerfields.h: Add 8bit and 16bit register macrosYoshinori Sato2020-03-191-0/+30
* | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2020-03-192-73/+33Star
|\ \ | |/ |/|
| * block/dirty-bitmap: improve _next_dirty_area APIVladimir Sementsov-Ogievskiy2020-03-182-12/+16
| * block/dirty-bitmap: add _next_dirty APIVladimir Sementsov-Ogievskiy2020-03-182-0/+15
| * block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_tVladimir Sementsov-Ogievskiy2020-03-182-7/+6Star
| * hbitmap: drop meta bitmaps as they are unusedVladimir Sementsov-Ogievskiy2020-03-181-21/+0Star
| * hbitmap: unpublish hbitmap_iter_skip_wordsVladimir Sementsov-Ogievskiy2020-03-181-7/+0Star
| * hbitmap: move hbitmap_iter_next_word to hbitmap.cVladimir Sementsov-Ogievskiy2020-03-181-30/+0Star
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-03-194-68/+56Star
|\ \
| * | hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_idsBabu Moger2020-03-181-3/+3
| * | hw/i386: Update structures to save the number of nodes per packageBabu Moger2020-03-181-0/+1
| * | machine: Add SMP Sockets in CpuTopologyBabu Moger2020-03-181-0/+2
| * | hw/i386: Consolidate topology functionsBabu Moger2020-03-181-47/+21Star
| * | hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger2020-03-182-14/+27
| * | cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-181-6/+0Star
| * | hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDsBabu Moger2020-03-181-20/+24
| |/
* | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2020-03-195-12/+6Star
|\ \
| * | hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.hBALATON Zoltan2020-03-172-2/+2
| * | hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan2020-03-172-3/+2Star
| * | hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.hBALATON Zoltan2020-03-173-1/+2
| * | hw/ide: Get rid of piix4_init functionBALATON Zoltan2020-03-171-1/+0Star
| * | hw/ide: Get rid of piix3_init functionsBALATON Zoltan2020-03-171-2/+0Star
| * | ide/via: Get rid of via_ide_init()BALATON Zoltan2020-03-171-1/+0Star
| * | cmd646: remove unused pci_cmd646_ide_init() functionMark Cave-Ayland2020-03-101-2/+0Star
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ...Peter Maydell2020-03-192-5/+6
|\ \ \
| * | | net: Track netdevs in NetClientState rather than QemuOptEric Blake2020-03-171-0/+1
| * | | net: Complete qapi-fication of netdev_addEric Blake2020-03-171-1/+0Star
| * | | qmp: constify QmpCommand and listMarc-André Lureau2020-03-171-4/+5
* | | | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell2020-03-182-14/+50
|\ \ \ \
| * | | | gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-172-19/+42
| * | | | gdbstub: add helper for 128 bit registersAlex Bennée2020-03-171-0/+13
* | | | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...Peter Maydell2020-03-183-15/+27
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ppc/spapr: Add FWNMI System Reset stateNicholas Piggin2020-03-171-1/+2
| * | | | ppc/spapr: Change FWNMI namesNicholas Piggin2020-03-171-10/+17
| * | | | spapr: Rename DT functions to newer naming conventionDavid Gibson2020-03-171-2/+2
| * | | | spapr/rtas: Reserve space for RTAS blob and logAlexey Kardashevskiy2020-03-171-0/+1
| * | | | ppc/spapr: Move GPRs setup to one placeAlexey Kardashevskiy2020-03-171-1/+3
| * | | | spapr: Don't clamp RMA to 16GiB on new machine typesDavid Gibson2020-03-161-0/+1
| * | | | spapr: Don't attempt to clamp RMA to VRMA constraintDavid Gibson2020-03-161-2/+1Star
| * | | | spapr: Handle pending hot plug/unplug requests at CASGreg Kurz2020-03-161-0/+1
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-03-1713-30/+153
|\ \ \ \ | |_|/ / |/| | |
| * | | lockable: add QemuRecMutex supportStefan Hajnoczi2020-03-171-2/+4
| * | | lockable: add lock guardsStefan Hajnoczi2020-03-171-0/+65