aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-06-21ppc4xx_i2c: Remove unimplemented sdata and intr registersBALATON Zoltan1-3/+1
2018-06-21spapr: remove unused spapr_irq routinesCédric Le Goater1-4/+0
2018-06-21spapr: split the IRQ allocation sequenceCédric Le Goater1-0/+4
2018-06-21spapr: Add cpu_apply hook to capabilitiesDavid Gibson1-0/+1
2018-06-21spapr: Compute effective capability values earlierDavid Gibson1-1/+2
2018-06-21ppc/pnv: introduce Pnv8Chip and Pnv9Chip modelsCédric Le Goater1-1/+23
2018-06-21spapr_cpu_core: migrate per-CPU dataGreg Kurz1-0/+1
2018-06-21ppc/pnv: introduce a new isa_create() operation to the chip modelCédric Le Goater2-2/+2
2018-06-21ppc/pnv: introduce a new intc_create() operation to the chip modelCédric Le Goater1-0/+1
2018-06-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell7-17/+87
2018-06-19Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180618-pull-request' ...Peter Maydell1-0/+12
2018-06-18block/mirror: Add copy mode QAPI interfaceMax Reitz1-1/+3
2018-06-18job: Add job_progress_increase_remaining()Max Reitz1-0/+15
2018-06-18block/dirty-bitmap: Add bdrv_dirty_iter_next_areaMax Reitz1-0/+2
2018-06-18hbitmap: Add @advance param to hbitmap_iter_next()Max Reitz1-1/+4
2018-06-18block: Allow graph changes in bdrv_drain_all_begin/end sectionsKevin Wolf2-0/+2
2018-06-18block: ignore_bds_parents parameter for drain functionsKevin Wolf2-5/+17
2018-06-18block: Allow AIO_WAIT_WHILE with NULL ctxKevin Wolf1-4/+9
2018-06-18block: Don't poll in parent drain callbacksKevin Wolf1-0/+9
2018-06-18block: Drain recursively with a single BDRV_POLL_WHILE()Kevin Wolf1-3/+6
2018-06-18block: Really pause block jobs on drainKevin Wolf3-0/+23
2018-06-18block: Avoid unnecessary aio_poll() in AIO_WAIT_WHILE()Kevin Wolf1-14/+8
2018-06-18hw/display: add standalone ramfb deviceGerd Hoffmann1-0/+3
2018-06-18hw/display: add ramfb, a simple boot framebuffer living in guest ramGerd Hoffmann1-0/+9
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson1-0/+11
2018-06-16pnv_core: Allocate cpu thread objects individuallyDavid Gibson1-1/+1
2018-06-16mos6522: expose mos6522_update_irq() through MOS6522DeviceClassMark Cave-Ayland1-0/+1
2018-06-16mac_newworld: add PMU deviceMark Cave-Ayland2-0/+239
2018-06-16adb: add property to disable direct reg 3 writesMark Cave-Ayland1-0/+1
2018-06-16mac_newworld: add gpios to macio devices with PMU enabledMark Cave-Ayland2-0/+50
2018-06-16mac_newworld: add via machine option to control mac99 VIA/ADB configurationMark Cave-Ayland2-0/+3
2018-06-15Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a'...Peter Maydell3-3/+4
2018-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-21/+34
2018-06-15exec.c: Handle IOMMUs in address_space_translate_for_iotlb()Peter Maydell2-1/+5
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell1-1/+2
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell1-1/+6
2018-06-15iommu: Add IOMMU index concept to IOMMU APIPeter Maydell1-0/+55
2018-06-15bswap: Add new stn_*_p() and ldn_*_p() memory access functionsPeter Maydell2-0/+56
2018-06-15cputlb: Pass cpu_transaction_failed() the correct physaddrPeter Maydell1-2/+11
2018-06-15cpu-defs.h: Document CPUIOTLBEntry 'addr' fieldPeter Maydell1-0/+9
2018-06-15hw/core/or-irq: Support more than 16 inputs to an OR gatePeter Maydell1-1/+4
2018-06-15hw/arm/armv7m: Remove unused armv7m_init() functionPeter Maydell1-6/+2
2018-06-15migration: Poison ramblock loops in migrationDr. David Alan Gilbert1-1/+3
2018-06-15typedefs: add QJSONGreg Kurz2-2/+1
2018-06-15block: Remove deprecated -drive option serialKevin Wolf2-2/+0
2018-06-15block: Remove deprecated -drive option addrKevin Wolf1-1/+0
2018-06-15block: Remove deprecated -drive geometry optionsKevin Wolf1-1/+0
2018-06-15block: Factor out qobject_input_visitor_new_flat_confused()Markus Armbruster1-1/+2
2018-06-15block: Fix -blockdev for certain non-string scalarsMarkus Armbruster1-0/+1
2018-06-15block: Add block-specific QDict headerMax Reitz2-17/+32