summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ppc/pnv: Add OCC model stub with interrupt supportBenjamin Herrenschmidt2017-04-263-0/+43
* ppc/pnv: Add cut down PSI bridge model and hookup external interruptCédric Le Goater2017-04-263-0/+83
* ppc/pnv: add memory regions for the ICP registersCédric Le Goater2017-04-261-0/+19
* ppc/pnv: add a helper to calculate MMIO addresses registersCédric Le Goater2017-04-261-1/+11
* ppc/pnv: add a PnvICPState objectCédric Le Goater2017-04-261-0/+12
* ppc/xics: add a realize() handler to ICPStateClassCédric Le Goater2017-04-261-0/+1
* spapr: allocate the ICPState object from under sPAPRCPUCoreCédric Le Goater2017-04-262-3/+1Star
* ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater2017-04-261-1/+1
* spapr: Workaround for broken radix guestsSam Bobroff2017-04-262-0/+4
* spapr: Enable ISA 3.0 MMU mode selection via CASSam Bobroff2017-04-261-0/+5
* target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALLSuraj Jitindar Singh2017-04-261-0/+2
* target/ppc: Add new H-CALL shells for in memory table translationSuraj Jitindar Singh2017-04-261-0/+3
* spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff2017-04-261-0/+1
* ppc/spapr: QOM'ify sPAPRRTCStateCédric Le Goater2017-04-262-6/+17
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2017-04-254-18/+120
|\
| * slirp: add a fake NC-SI backendCédric Le Goater2017-04-251-0/+1
| * aspeed: add a FTGMAC100 nicCédric Le Goater2017-04-251-0/+2
| * net/ftgmac100: add a 'aspeed' propertyCédric Le Goater2017-04-251-0/+4
| * net: add FTGMAC100 supportCédric Le Goater2017-04-241-0/+60
| * hw/net: add MII definitionsCédric Le Goater2017-04-241-18/+53
* | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2017-04-251-0/+2
|\ \
| * | block: introduce bdrv_can_set_read_only()Jeff Cody2017-04-241-0/+1
| * | block: do not set BDS read_only if copy_on_read enabledJeff Cody2017-04-241-1/+1
| * | block: add bdrv_set_read_only() helper functionJeff Cody2017-04-241-0/+1
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170424-1' into s...Peter Maydell2017-04-245-0/+59
|\ \ \ | |/ / |/| |
| * | virtio-gpu: add xres and yres propertiesGerd Hoffmann2017-04-241-0/+2
| * | memory: add support getting and using a dirty bitmap copy.Gerd Hoffmann2017-04-243-0/+55
| * | bitmap: add bitmap_copy_and_clear_atomicGerd Hoffmann2017-04-241-0/+2
| |/
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-04-24' into...Peter Maydell2017-04-245-17/+20
|\ \
| * | scsi: Make errp the last parameter of virtio_scsi_common_realizeFam Zheng2017-04-241-3/+5
| * | block: Make errp the last parameter of commit_active_startFam Zheng2017-04-241-3/+3
| * | crypto: Make errp the last parameter of functionsFam Zheng2017-04-241-6/+6
| * | block: Make errp the last parameter of bdrv_img_createFam Zheng2017-04-241-1/+1
| * | socket: Make errp the last parameter of inet_connect_saddrFam Zheng2017-04-241-2/+3
| * | socket: Make errp the last parameter of socket_connectFam Zheng2017-04-241-2/+2
| |/
* | sm501: Add emulation of chip connected via PCIBALATON Zoltan2017-04-241-0/+3
* | sm501: QOMifyBALATON Zoltan2017-04-241-5/+0Star
|/
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...Peter Maydell2017-04-216-40/+19Star
|\
| * migration: rename max_size to threshold_sizePeter Xu2017-04-211-1/+2
| * virtio-rng: stop virtqueue while the CPU is stoppedLaurent Vivier2017-04-211-0/+2
| * ram: Remove migration_bitmap_extend()Juan Quintela2017-04-211-2/+0Star
| * qdev: Export qdev_hot_removedJuan Quintela2017-04-211-0/+1
| * qdev: qdev_hotplug is really a boolJuan Quintela2017-04-211-1/+1
| * migration: Remove MigrationState parameter from migration_is_idle()Juan Quintela2017-04-211-1/+1
| * ram: rename last_ram_offset() last_ram_pages()Juan Quintela2017-04-211-1/+1
| * ram: ram_discard_range() don't use the mis parameterJuan Quintela2017-04-211-2/+1Star
| * ram: Pass RAMBlock to bitmap_syncJuan Quintela2017-04-211-0/+2
| * ram: Rename qemu_target_page_bits() to qemu_target_page_size()Juan Quintela2017-04-211-1/+1
| * migration: Remove MigrationState from migration_in_postcopyJuan Quintela2017-04-211-1/+1
| * ram: Move postcopy_requests into RAMStateJuan Quintela2017-04-211-4/+2Star