summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-09-09cutils: Add qemu_strtoull() wrapperCarlos L. Torres1-0/+2
2015-09-09cutils: Add qemu_strtoll() wrapperCarlos L. Torres1-0/+2
2015-09-09cutils: Add qemu_strtoul() wrapperCarlos L. Torres1-0/+2
2015-09-09cutils: Add qemu_strtol() wrapperCarlos L. Torres1-0/+2
2015-09-09rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/Emilio G. Cota1-1/+1
2015-09-09Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert2-41/+40
2015-09-09tcg: signal-free qemu_cpu_kickPaolo Bonzini2-4/+4
2015-09-09remove qemu/tls.hPaolo Bonzini2-55/+1
2015-09-09tcg: introduce tcg_current_cpuPaolo Bonzini1-0/+1
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini1-1/+1
2015-09-09i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini1-1/+1
2015-09-07Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin1-0/+1
2015-09-07iohandler: Use aio APIFam Zheng1-2/+1
2015-09-07seqlock: read sequence number atomicallyEmilio G. Cota1-3/+3
2015-09-07seqlock: add missing 'inline' to seqlock_read_retryEmilio G. Cota1-1/+1
2015-08-26exec-all: Translate TCI return addresses backwards tooPeter Crosthwaite1-5/+1
2015-08-25cputlb: Add functions for flushing TLB for a single MMU indexPeter Maydell1-0/+47
2015-08-25xlnx-zynqmp: Connect the four OCM banksAlistair Francis1-0/+6
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier2-7/+5
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier1-5/+0
2015-08-19apic_internal.h: Include cpu.h directlyPeter Maydell1-0/+1
2015-08-19qemu-common.h: Move muldiv64() to host-utils.hPeter Maydell3-31/+30
2015-08-19osdep.h: Add header commentPeter Maydell1-0/+24
2015-08-19osdep.h: Move some OS header includes and fixups from qemu-common.hPeter Maydell2-55/+49
2015-08-19qemu-common.h: Move Win32 fixups into os-win32.hPeter Maydell2-17/+18
2015-08-19compiler.h: Use glue() in QEMU_BUILD_BUG_ON definePeter Maydell1-3/+1
2015-08-19osdep.h: Move some compiler-specific things to compiler.hPeter Maydell2-47/+48
2015-08-19osdep.h: Remove qemu_printfPeter Maydell1-2/+0
2015-08-18Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-33/+17
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini2-22/+3
2015-08-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-0/+2
2015-08-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-31/+131
2015-08-13smbios: move smbios code into a common folderWei Huang1-0/+0
2015-08-13smbios: remove dependency on x86 e820 tablesWei Huang1-1/+9
2015-08-13virtio-net: remove useless codesJason Wang1-1/+0
2015-08-13pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier1-1/+2
2015-08-13pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost1-2/+0
2015-08-13pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost1-2/+0
2015-08-13pc: Remove redundant arguments from *load_linux()Eduardo Habkost1-4/+1
2015-08-13pc: Use PCMachineState as pc_guest_info_init() argumentEduardo Habkost1-2/+1
2015-08-13pc: Move {above,below}_4g_mem_size variables to PCMachineStateEduardo Habkost1-0/+1
2015-08-13pc: Use PCMachineState for pc_memory_init() argumentEduardo Habkost1-1/+1
2015-08-13pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost1-2/+3
2015-08-13pc: Eliminate pc_default_machine_options()Eduardo Habkost1-6/+0
2015-08-13pc: Eliminate pc_common_machine_options()Eduardo Habkost1-6/+0
2015-08-13pc: Move PCMachineClass, PCMachineState to qemu/typedefs.hEduardo Habkost2-3/+3
2015-08-13pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost1-2/+112
2015-08-13hw/arm/gic: Kill code duplicationPavel Fedin1-0/+3
2015-08-13Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin1-3/+11
2015-08-13i.MX: Split GPT emulator in a header file and a source fileJean-Christophe Dubois1-0/+107