aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-09-27Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190925' into stagingPeter Maydell
2019-09-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-09-26Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190925a'...Peter Maydell
2019-09-26Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-09-24-v2' into...Peter Maydell
2019-09-25cputlb: Remove cpu->mem_io_vaddrRichard Henderson
2019-09-25cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson
2019-09-25cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson
2019-09-25cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson
2019-09-25cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson
2019-09-25cputlb: Introduce TLB_BSWAPRichard Henderson
2019-09-25qemu/compiler.h: Add qemu_build_not_reachedRichard Henderson
2019-09-25cputlb: Disable __always_inline__ without optimizationRichard Henderson
2019-09-25exec: Use TARGET_PAGE_BITS_MIN for TLB flagsRichard Henderson
2019-09-25migration/postcopy: unsentmap is not necessary for postcopyWei Yang
2019-09-25memory: Provide an equality function for MemoryRegionSectionsDr. David Alan Gilbert
2019-09-25memory: Align MemoryRegionSections fieldsDr. David Alan Gilbert
2019-09-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-09-24' into ...Peter Maydell
2019-09-24nbd: Grab aio context lock in more placesEric Blake
2019-09-24xen: perform XenDevice clean-up in XenBus watch handlerPaul Durrant
2019-09-24xen: introduce separate XenWatchList for XenDevice objectsPaul Durrant
2019-09-24xen / notify: introduce a new XenWatchList abstractionPaul Durrant
2019-09-24qapi: Make visit_next_list()'s comment less confusingMarkus Armbruster
2019-09-23Merge remote-tracking branch 'remotes/cminyard/tags/ipmi-for-release-2019-09-...Peter Maydell
2019-09-20pc: Add an SMB0 ACPI device to q35Corey Minyard
2019-09-20ipmi: Fix SSIF ACPI handling to use the right CRSCorey Minyard
2019-09-20acpi: Add i2c serial bus CRS handlingCorey Minyard
2019-09-20ipmi: Add PCI IPMI interfacesCorey Minyard
2019-09-20ipmi: Allow a size value to be passed for I/O spaceCorey Minyard
2019-09-20ipmi: Split out BT-specific code from ISA BT codeCorey Minyard
2019-09-20ipmi: Split out KCS-specific code from ISA KCS codeCorey Minyard
2019-09-20qdev: Add a no default uuid propertyCorey Minyard
2019-09-20Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-09-19Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190919-pull-request' i...Peter Maydell
2019-09-19kvm: Fix typo in header of kvm_device_access()Greg Kurz
2019-09-19Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.2-sf1-v3...Peter Maydell
2019-09-19cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"Philippe Mathieu-Daudé
2019-09-17riscv: sifive_u: Remove handcrafted clock nodes for UART and ethernetBin Meng
2019-09-17riscv: sifive_u: Fix broken GEM supportBin Meng
2019-09-17riscv: sifive_u: Instantiate OTP memory with a serial numberBin Meng
2019-09-17riscv: sifive: Implement a model for SiFive FU540 OTPBin Meng
2019-09-17riscv: sifive_u: Update UART base addresses and IRQsBin Meng
2019-09-17riscv: sifive_u: Reference PRCI clocks in UART and ethernet nodesBin Meng
2019-09-17riscv: sifive_u: Add PRCI block to the SoCBin Meng
2019-09-17riscv: sifive_u: Generate hfclk and rtcclk nodesBin Meng
2019-09-17riscv: sifive: Implement PRCI model for FU540Bin Meng
2019-09-17riscv: sifive_u: Update hart configuration to reflect the real FU540 SoCBin Meng
2019-09-17riscv: sifive_u: Set the minimum number of cpus to 2Bin Meng
2019-09-17riscv: hart: Add a "hartid-base" property to RISC-V hart arrayBin Meng
2019-09-17riscv: Add a sifive_cpu.h to include both E and U cpu type definesBin Meng
2019-09-17riscv: sifive_e: prci: Update the PRCI register block sizeBin Meng