summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-13i.MX: Split EPIT emulator in a header file and a source fileJean-Christophe Dubois1-0/+79
2015-08-13i.MX: Split CCM emulator in a header file and a source fileJean-Christophe Dubois2-10/+93
2015-08-13i.MX: Split AVIC emulator in a header file and a source fileJean-Christophe Dubois1-0/+55
2015-08-13i.MX: Split UART emulator in a header file and a source fileJean-Christophe Dubois1-0/+102
2015-08-06cpu_defs: Simplify CPUTLB padding logicPeter Crosthwaite1-11/+12
2015-08-06cpu-exec: Do not invalidate original TB in cpu_exec_nocache()Sergey Fedorov1-0/+2
2015-08-05virtio: fix 1.0 virtqueue migrationJason Wang1-0/+6
2015-08-05throttle: refuse bps_max/iops_max without bps/iopsStefan Hajnoczi1-0/+2
2015-08-04target-i386: fix IvyBridge xlevel in PC_COMPAT_2_3Radim Krčmář1-0/+4
2015-08-03migration: Fix global state with Xen.Anthony PERARD1-0/+1
2015-07-29AioContext: force event loop iteration using BHStefan Hajnoczi1-0/+3
2015-07-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-3/+31
2015-07-27Fix Cortex-A9 global timerJohannes Schlatow1-1/+1
2015-07-27vmstate: remove unused declarationMarc-André Lureau1-3/+0
2015-07-27qemu-common.h: Document cutils.c string functionsPeter Maydell1-1/+113
2015-07-27virtio: get_features() can failJason Wang1-1/+3
2015-07-27hw/net: add simple phy support to mcf_fec driverGreg Ungerer1-0/+5
2015-07-27hw/net: add ANLPAR bit definitions to generic miiGreg Ungerer1-0/+7
2015-07-27hw/net: create common collection of MII definitionsGreg Ungerer2-39/+65
2015-07-27virtio: set any_layout in virtio coreMichael S. Tsirkin2-2/+24