aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-08-25cputlb: Add functions for flushing TLB for a single MMU indexPeter Maydell
2015-08-25xlnx-zynqmp: Connect the four OCM banksAlistair Francis
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-08-19apic_internal.h: Include cpu.h directlyPeter Maydell
2015-08-19qemu-common.h: Move muldiv64() to host-utils.hPeter Maydell
2015-08-19osdep.h: Add header commentPeter Maydell
2015-08-19osdep.h: Move some OS header includes and fixups from qemu-common.hPeter Maydell
2015-08-19qemu-common.h: Move Win32 fixups into os-win32.hPeter Maydell
2015-08-19compiler.h: Use glue() in QEMU_BUILD_BUG_ON definePeter Maydell
2015-08-19osdep.h: Move some compiler-specific things to compiler.hPeter Maydell
2015-08-19osdep.h: Remove qemu_printfPeter Maydell
2015-08-18Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini
2015-08-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-08-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-08-13smbios: move smbios code into a common folderWei Huang
2015-08-13smbios: remove dependency on x86 e820 tablesWei Huang
2015-08-13virtio-net: remove useless codesJason Wang
2015-08-13pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier
2015-08-13pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost
2015-08-13pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost
2015-08-13pc: Remove redundant arguments from *load_linux()Eduardo Habkost
2015-08-13pc: Use PCMachineState as pc_guest_info_init() argumentEduardo Habkost
2015-08-13pc: Move {above,below}_4g_mem_size variables to PCMachineStateEduardo Habkost
2015-08-13pc: Use PCMachineState for pc_memory_init() argumentEduardo Habkost
2015-08-13pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost
2015-08-13pc: Eliminate pc_default_machine_options()Eduardo Habkost
2015-08-13pc: Eliminate pc_common_machine_options()Eduardo Habkost
2015-08-13pc: Move PCMachineClass, PCMachineState to qemu/typedefs.hEduardo Habkost
2015-08-13pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost
2015-08-13hw/arm/gic: Kill code duplicationPavel Fedin
2015-08-13Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin
2015-08-13i.MX: Split GPT emulator in a header file and a source fileJean-Christophe Dubois
2015-08-13i.MX: Split EPIT emulator in a header file and a source fileJean-Christophe Dubois
2015-08-13i.MX: Split CCM emulator in a header file and a source fileJean-Christophe Dubois
2015-08-13i.MX: Split AVIC emulator in a header file and a source fileJean-Christophe Dubois
2015-08-13i.MX: Split UART emulator in a header file and a source fileJean-Christophe Dubois
2015-08-06cpu_defs: Simplify CPUTLB padding logicPeter Crosthwaite
2015-08-06cpu-exec: Do not invalidate original TB in cpu_exec_nocache()Sergey Fedorov
2015-08-05virtio: fix 1.0 virtqueue migrationJason Wang
2015-08-05throttle: refuse bps_max/iops_max without bps/iopsStefan Hajnoczi
2015-08-04target-i386: fix IvyBridge xlevel in PC_COMPAT_2_3Radim Krčmář
2015-08-03migration: Fix global state with Xen.Anthony PERARD
2015-07-29AioContext: force event loop iteration using BHStefan Hajnoczi
2015-07-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-07-27Fix Cortex-A9 global timerJohannes Schlatow
2015-07-27vmstate: remove unused declarationMarc-André Lureau
2015-07-27qemu-common.h: Document cutils.c string functionsPeter Maydell
2015-07-27virtio: get_features() can failJason Wang