aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2015-07-27hw/net: add simple phy support to mcf_fec driverGreg Ungerer
2015-07-27hw/net: add ANLPAR bit definitions to generic miiGreg Ungerer
2015-07-27hw/net: create common collection of MII definitionsGreg Ungerer
2015-07-27virtio: set any_layout in virtio coreMichael S. Tsirkin
2015-07-27virtio: hide legacy features from modern guestsMichael S. Tsirkin
2015-07-24memory: count number of active VGA logging clientsPaolo Bonzini
2015-07-22AioContext: optimize clearing the EventNotifierPaolo Bonzini
2015-07-22AioContext: fix broken ctx->dispatching optimizationPaolo Bonzini