summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-11-063-59/+68
|\
| * hw/pci: Add missing includePhilippe Mathieu-Daudé2018-11-051-0/+2
| * x86_iommu: move vtd_generate_msi_message in common fileSingh, Brijesh2018-11-052-59/+66
* | include: Add a comment to explain the origin of sizes' lookup tableLeonid Bloch2018-11-051-0/+18
* | option: Make option help nicer to readMax Reitz2018-11-051-1/+1
* | block: Require auto-read-only for existing fallbacksKevin Wolf2018-11-051-1/+2
* | block: Add auto-read-only optionKevin Wolf2018-11-051-0/+2
* | block: change some function return type to boolLi Qiang2018-11-051-3/+3
|/
* softfloat: Don't execute divdeu without power7Richard Henderson2018-11-041-2/+2
* hw/arm: versal: Add a model of Xilinx Versal SoCEdgar E. Iglesias2018-11-021-0/+122
* hw/arm/nrf51_soc: Connect UART to nRF51 SoCJulia Suvorova2018-11-021-0/+3
* hw/char: Implement nRF51 SoC UARTJulia Suvorova2018-11-021-0/+78
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2018-11-012-1/+11
|\
| * i386: Add PKU on Skylake-Server CPU modelTao Xu2018-10-311-1/+9
| * kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctlRobert Hoo2018-10-311-0/+2
* | cputlb: Remove tlb_c.pending_flushesRichard Henderson2018-10-311-6/+0Star
* | cputlb: Filter flushes on already clean tlbsRichard Henderson2018-10-311-1/+6
* | cputlb: Count "partial" and "elided" tlb flushesRichard Henderson2018-10-312-3/+11
* | cputlb: Move env->vtlb_index to env->tlb_d.vindexRichard Henderson2018-10-311-2/+3
* | cputlb: Split large page tracking per mmu_idxRichard Henderson2018-10-311-2/+12
* | cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flushRichard Henderson2018-10-312-7/+7
* | cputlb: Move tlb_lock to CPUTLBCommonRichard Henderson2018-10-311-3/+14
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell2018-10-303-5/+5
|\
| * hw/intc/gicv3: Remove useless parenthesis around DIV_ROUND_UP macroPhilippe Mathieu-Daudé2018-10-261-1/+1
| * cpu.h: fix a typo in commentLi Qiang2018-10-261-1/+1
| * memory.h: fix typos in commentsLi Qiang2018-10-261-3/+3
* | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2018-10-303-12/+20
|\ \
| * | dirty-bitmaps: clean-up bitmaps loading and migration logicVladimir Sementsov-Ogievskiy2018-10-291-1/+1
| * | block/dirty-bitmaps: add user_locked status checkerJohn Snow2018-10-291-0/+1
| * | dirty-bitmap: make it possible to restore bitmap after mergeVladimir Sementsov-Ogievskiy2018-10-292-10/+17
| * | dirty-bitmap: rename bdrv_undo_clear_dirty_bitmapVladimir Sementsov-Ogievskiy2018-10-291-1/+1
* | | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-october-2018-...Peter Maydell2018-10-301-0/+2
|\ \ \ | |/ / |/| |
| * | elf: Define MIPS_ABI_FP_UNKNOWN macroStefan Markovic2018-10-291-0/+2
* | | audio: use TYPE_MV88W8618_AUDIO instead of hardcoded stringMao Zhongyi2018-10-291-0/+1
|/ /
* | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part...Peter Maydell2018-10-262-0/+2
|\ \
| * | target/mips: Add disassembler support for nanoMIPSAleksandar Markovic2018-10-252-0/+2
| |/
* | memory-device: complete factoring out unplug handlingDavid Hildenbrand2018-10-241-1/+1
* | memory-device: complete factoring out plug handlingDavid Hildenbrand2018-10-241-2/+1Star
* | memory-device: complete factoring out pre_plug handlingDavid Hildenbrand2018-10-241-3/+2Star
* | memory-device: add device class function set_addr()David Hildenbrand2018-10-241-0/+8
* | memory-device: drop get_region_size()David Hildenbrand2018-10-241-1/+0Star
* | memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand2018-10-242-4/+15
* | memory-device: add and use memory_device_get_region_size()David Hildenbrand2018-10-241-0/+2
* | memory-device: document MemoryDeviceClassDavid Hildenbrand2018-10-241-0/+36
* | memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand2018-10-241-2/+2
* | pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand2018-10-241-3/+3
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell2018-10-237-9/+22
|\
| * blockdev: Convert drive_new() to ErrorMarkus Armbruster2018-10-191-1/+2
| * tpm: Clean up error reporting in tpm_init_tpmdev()Markus Armbruster2018-10-191-1/+1
| * numa: Clean up error reporting in parse_numa()Markus Armbruster2018-10-191-1/+0Star