summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-05-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...Peter Maydell7-43/+53
2018-05-04Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180504' into stagingPeter Maydell2-2/+3
2018-05-04Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.13-20180504' int...Peter Maydell3-1/+14
2018-05-04qobject: Modify qobject_ref() to return objMarc-André Lureau2-3/+9
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2-23/+19
2018-05-04qobject: use a QObjectBase_ structMarc-André Lureau7-17/+26
2018-05-04qobject: Ensure base is at offset 0Marc-André Lureau1-3/+2
2018-05-04mac_newworld: move wiring of macio IRQs to macio_newworld_realize()Mark Cave-Ayland1-1/+0
2018-05-04uninorth: create new uninorth deviceMark Cave-Ayland1-0/+11
2018-05-04spapr: Make a helper to set up cpu entry point stateDavid Gibson1-0/+3
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier1-1/+1
2018-05-03linux-user: ARM-FDPIC: Identify ARM FDPIC binariesChristophe Lyon1-0/+1
2018-04-30hw/s390x: Allow to configure the consoles with the "-serial" parameterThomas Huth2-1/+2
2018-04-30s390x/sclp: extend SCLP event masks to 64 bitsClaudio Imbrenda1-1/+1
2018-04-27Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180427-pull-request' i...Peter Maydell2-0/+2
2018-04-27console: introduce dpy_gfx_update_fullTina Zhang1-0/+1
2018-04-27spapr: Support ibm,dynamic-memory-v2 propertyBharata B Rao1-0/+1
2018-04-27target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()David Gibson1-1/+1
2018-04-27Add host_memory_backend_pagesize() helperDavid Gibson1-0/+2
2018-04-27spapr: Introduce pseries-2.13 machine typeDavid Gibson1-0/+2
2018-04-27uninorth: rename UNINState to UNINHostStateMark Cave-Ayland1-6/+6
2018-04-27uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland1-0/+1
2018-04-27uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland1-1/+4
2018-04-27uninorth: introduce temporary pic_irqs device propertyMark Cave-Ayland1-0/+1
2018-04-27mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()Mark Cave-Ayland1-1/+0
2018-04-27heathrow: remove obsolete heathow_init() functionMark Cave-Ayland1-1/+1
2018-04-27uninorth: move uninorth definitions into uninorth.hMark Cave-Ayland1-0/+51
2018-04-27sdl: Move DisplayOptions global to sdl2_consoleElie Tournier1-0/+1
2018-04-26xen: Remove now-obsolete xen_xc_domain_add_to_physmapIan Jackson1-22/+0
2018-04-26xen: Use newly added dmops for mapping VGA memoryRoss Lagerwall1-0/+32
2018-04-26xen: destroy_hvm_domain: Try xendevicemodel_shutdownIan Jackson1-0/+7
2018-04-26xen: move xc_interface compatibility fallback further up the fileIan Jackson1-7/+11
2018-04-26xen: restrict: use xentoolcore_restrict_allIan Jackson1-35/+11
2018-04-26AccelClass: Introduce accel_setup_postIan Jackson1-0/+3
2018-04-26vl.c: new function serial_max_hds()Peter Maydell1-2/+4
2018-04-26vl.c: Remove compile time limit on number of serial portsPeter Maydell1-2/+0
2018-04-26superio: Don't use MAX_SERIAL_PORTS for serial port limitPeter Maydell1-1/+3
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell1-0/+3
2018-04-26vl.c: Provide accessor function serial_hd() for serial_hds[] arrayPeter Maydell1-0/+3
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk1-1/+4
2018-04-10e1000: Old machine types, turn new subsection offDr. David Alan Gilbert1-0/+4
2018-04-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-0/+3
2018-04-09scsi-disk: allow customizing the SCSI versionPaolo Bonzini1-0/+2
2018-04-09memfd: fix vhost-user-test on non-memfd capable hostMarc-André Lureau1-0/+1
2018-04-09ui: add ctrl modifier support to kbd_put_qcode_console()Gerd Hoffmann1-1/+1
2018-03-27gdbstub: send a termination packet instead of crashing gdbKONRAD Frederic1-0/+2
2018-03-27Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-27-v2' int...Peter Maydell1-0/+1
2018-03-27monitor: new parameter "x-oob"Peter Xu1-0/+1
2018-03-27coroutine: avoid co_queue_wakeup recursionStefan Hajnoczi1-1/+0
2018-03-27queue: add QSIMPLEQ_PREPEND()Stefan Hajnoczi1-0/+8