summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* pci: Convert shpc_init() to ErrorMao Zhongyi2017-07-032-2/+4
* pci: Convert to realizeMao Zhongyi2017-07-032-2/+4
* pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi2017-07-031-3/+0Star
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-031-1/+2
* virtio-net: enable configurable tx queue sizeWei Wang2017-07-031-0/+1
* tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota2017-06-301-1/+10
* gen-icount: use tcg_ctx.tcg_env instead of cpu_envEmilio G. Cota2017-06-301-4/+6
* gen-icount: add missing inline to gen_tb_endEmilio G. Cota2017-06-301-1/+1
* Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into stagingPeter Maydell2017-06-301-0/+2
|\
| * block: Add BDRV_BLOCK_EOF to bdrv_get_block_status()Eric Blake2017-06-301-0/+2
* | Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request'...Peter Maydell2017-06-301-0/+1
|\ \ | |/ |/|
| * softfloat: define floatx80_round()Laurent Vivier2017-06-291-0/+1
* | spapr: Clean up DRC set_isolation_state() pathDavid Gibson2017-06-301-4/+2Star
* | spapr: Clean up DRC set_allocation_state pathDavid Gibson2017-06-301-2/+0Star
* | spapr: Eliminate DRC 'signalled' state variableDavid Gibson2017-06-301-2/+0Star
* | spapr: fix migration of ICPState objects from/to older QEMUGreg Kurz2017-06-301-0/+1
* | pseries: Move CPU compatibility property to machineDavid Gibson2017-06-301-4/+8
* | exec: fix access to ram_list.dirty_memory when sync dirty bitmapHaozhong Zhang2017-06-281-3/+6
* | vmstate: error hint for failed equal checksHalil Pasic2017-06-281-16/+35
* | migration: hmp: dump globalsPeter Xu2017-06-281-0/+1
* | migration: move skip_section_footersPeter Xu2017-06-282-1/+4
* | migration: move skip_configuration outPeter Xu2017-06-282-1/+4
* | migration: move only_migratable to MigrationStatePeter Xu2017-06-282-1/+2
* | migration: move global_state.optional outPeter Xu2017-06-282-1/+4
* | migration: let MigrationState be a qdevPeter Xu2017-06-281-0/+1
* | accel: introduce AccelClass.global_propsPeter Xu2017-06-282-0/+17
* | machine: export register_compat_prop()Peter Xu2017-06-281-0/+23
* | exec: allow to get a pointer for some mmio memory regionKONRAD Frederic2017-06-271-0/+35
* | introduce mmio_interfaceKONRAD Frederic2017-06-271-0/+49
* | qdev: add MemoryRegion propertyKONRAD Frederic2017-06-271-0/+2
* | fix: avoid an infinite loop or a dangling pointer problem in img_commitsochin.jiang2017-06-261-0/+18
* | block: change variable names in BlockDriverStateManos Pitsidianakis2017-06-263-17/+17
* | block: Remove bdrv_aio_readv/writev/flush()Kevin Wolf2017-06-261-8/+0Star
* | ps2: add and use PS2State typedefGerd Hoffmann2017-06-232-2/+3
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into...Peter Maydell2017-06-223-4/+23
|\
| * gtk: use framebuffer helper functions.Gerd Hoffmann2017-06-211-2/+2
| * sdl2: use framebuffer helper functions.Gerd Hoffmann2017-06-211-2/+6
| * egl-helpers: add helpers to handle opengl framebuffersGerd Hoffmann2017-06-211-0/+15
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell2017-06-2214-97/+124
|\ \
| * | isa: use get_uint() for "io-base"Marc-André Lureau2017-06-201-1/+1
| * | qdev: avoid type casts between signed and unsignedMarc-André Lureau2017-06-202-9/+21
| * | qdev: wrap default property value in an unionMarc-André Lureau2017-06-202-5/+7
| * | qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()Marc-André Lureau2017-06-201-13/+13
| * | object: add uint property setter/getterMarc-André Lureau2017-06-201-0/+23
| * | qnum: add uint typeMarc-André Lureau2017-06-201-0/+7
| * | qapi: Remove visit_start_alternate() parameter promote_intMarc-André Lureau2017-06-202-4/+2Star
| * | qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-208-68/+58Star
| * | qdev: remove PropertyInfo.qtype fieldMarc-André Lureau2017-06-192-6/+1Star
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell2017-06-223-5/+6
|\ \ \ | |_|/ |/| |
| * | tcg/arm: Use indirect branch for goto_tbRichard Henderson2017-06-191-4/+1Star