summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-09-10qga: Clean up unnecessarily dirty castsMarkus Armbruster1-7/+2
2015-09-10error: Make error_setg() a functionMarkus Armbruster1-2/+2
2015-09-08xlnx-zynqmp: Connect the sysbus AHCI to ZynqMPAlistair Francis1-0/+3
2015-09-08hw/intc/arm_gic_common: Configure IRQs as NS if doing direct NS kernel bootPeter Maydell1-0/+1
2015-09-08hw/arm: new interface for devices which need to behave differently for kernel...Peter Maydell1-0/+43
2015-09-08qom: Add recursive version of object_child_for_eachPeter Crosthwaite1-0/+15
2015-09-08hw/intc/arm_gic: Drop running_irq and last_active arraysPeter Maydell1-10/+0
2015-09-08hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registersPeter Maydell1-0/+1
2015-09-07Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150907' into stagingPeter Maydell2-6/+39
2015-09-07s390/sclp: store the increment_size in the sclp deviceDavid Hildenbrand1-0/+1
2015-09-07s390/sclp: move sclp_service_interrupt into the sclp deviceDavid Hildenbrand1-0/+1
2015-09-07s390/sclp: move sclp_execute related functions into the SCLP classDavid Hildenbrand1-0/+9
2015-09-07s390/sclp: introduce a root sclp deviceDavid Hildenbrand2-2/+22
2015-09-07s390/sclp: replace sclp event types with proper definesDavid Hildenbrand1-0/+1
2015-09-07s390/sclp: rework sclp event facility initialization + device realizationDavid Hildenbrand1-2/+1
2015-09-07s390x/event-facility: fix location of receive maskCornelia Huck1-2/+4
2015-09-07Make pow2ceil() and pow2floor() inlinePeter Maydell2-15/+34
2015-09-07Remove unused qemu_fls functionPeter Maydell1-1/+0
2015-09-07i.MX: Add i2C devices to i.MX31 SOCJean-Christophe Dubois1-0/+11
2015-09-07i.MX: Add qtest support for I2C device emulator.Jean-Christophe Dubois1-0/+1
2015-09-07i.MX: Add SOC support for i.MX25Jean-Christophe Dubois1-0/+234
2015-09-07i.MX: Add FEC Ethernet EmulatorJean-Christophe Dubois1-0/+113
2015-09-07i.MX: Add I2C controller emulatorJean-Christophe Dubois1-0/+87
2015-09-07i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois1-26/+0
2015-09-07i.MX: Add SOC support for i.MX31Jean-Christophe Dubois1-0/+98
2015-09-07hw/arm/virt: Add high MMIO PCI region, 512G in sizePavel Fedin2-0/+2
2015-09-07smbios: add smbios 3.0 supportWei Huang1-14/+48
2015-09-07include/exec/softmmu-semi.h: Add support for 64-bit valuesPeter Maydell1-0/+18
2015-09-07gdbstub: Implement gdb_do_syscallv()Peter Maydell1-0/+27
2015-09-03Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150903' into stagingPeter Maydell1-0/+60
2015-09-03s390x: Disable storage key migration on old machine typeJason J. Herne1-0/+1
2015-09-03s390x: Info skeys sub-commandJason J. Herne1-0/+2
2015-09-03s390x: Dump-skeys hmp supportJason J. Herne1-0/+2
2015-09-03s390x: Create QOM device for s390 storage keysJason J. Herne1-0/+55
2015-09-02block: more check for replaced nodeWen Congyang1-1/+2
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