aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-07-09Add Qt-based UI backendDavid 'Digit' Turner
2015-06-02Handle CPU interrupts by inline checking of a flagMiodrag Dinic
2015-05-07Revert "Backport arm_boot: Change initrd load address to "halfway through RAM""Bo Hu
2015-02-17Fix pulseaudio backend.David 'Digit' Turner
2015-01-29Backport arm_boot: Change initrd load address to "halfway through RAM"Peter Maydell
2014-10-21Add profiling support in goldfish.Dehao Chen
2014-10-17Add code profiling interface for arm.Dehao Chen
2014-09-19include/qemu/bitmap.h: Remove compiler warnings.David 'Digit' Turner
2014-08-14android/qemu/base/async/Looper.h: new helper class.David 'Digit' Turner
2014-07-28Add unit tests for SocketDrainer class.bohu
2014-07-25[MIPS32/64] Workaround for mips kernel load address offsetMiodrag Dinic
2014-07-25enabled -Werror=implicit-function-declaration, fixed errorsVince Harron
2014-07-23Merge "shutdown socket gracefully with SocketDrainer" into idea133David Turner
2014-07-22shutdown socket gracefully with SocketDrainerbohu
2014-07-18RAMList: Upstream dirty tracking implementation.David 'Digit' Turner
2014-07-18exec/ram_addr.h: New header to match upstream.David 'Digit' Turner
2014-07-18Switch hwaddr to 64-bits to match upstream.David 'Digit' Turner
2014-07-18include/hw/sd.h: Move definitions to hw/android/goldfish/mmc.cDavid 'Digit' Turner
2014-07-18Remove obsolete Floppy Disk, USB, BT and PCMCIA headers.David 'Digit' Turner
2014-07-18Rename QEMUConsole to QemuConsoleDavid 'Digit' Turner
2014-07-18Move Visitor typedef to <qemu/typedefs.h>David 'Digit' Turner
2014-07-04memcheck: Remove feature entirelyDavid 'Digit' Turner
2014-05-28Merge "Allow path to KVM to be overridden by environment." into idea133David Turner
2014-05-21Allow path to KVM to be overridden by environment.thomas knych
2014-04-28Support building with newest Mingw64 cross-toolchain.David 'Digit' Turner
2014-04-17tcg: Upgrade to upstream version.David 'Digit' Turner
2014-04-14SCSI: Remove obsolete files.David 'Digit' Turner
2014-04-12Remove obsolete goldfish switch and memlog devices.David 'Digit' Turner
2014-04-09hax: CPUOldState -> CPUStateDavid 'Digit' Turner
2014-04-09kvm: CPUOldState -> CPUState migration.David 'Digit' Turner
2014-04-09gdb: CPUOldState -> CpuState.David 'Digit' Turner
2014-04-09cpu_memory_rw_debug: Use CPUState instead of CPUOldStateDavid 'Digit' Turner
2014-04-09Move cpu_xxx functions to qom/cpu.hDavid 'Digit' Turner
2014-04-09Move singlestep_enabled to CPUState.David 'Digit' Turner
2014-04-09Introduce CPUState.David 'Digit' Turner
2014-04-09exec.c: Use a QTAILQ to list CPUs.David 'Digit' Turner
2014-04-09Move hw/qdev.h declarations to hw/qdev-core.hDavid 'Digit' Turner
2014-04-09softmmu: Pass env to load/store routines.David 'Digit' Turner
2014-04-09target-mips: Ensure do_unaligned_access() takes CPUArchState parameter.David 'Digit' Turner
2014-04-09memory: move mmio access to functionsDavid 'Digit' Turner
2014-04-09exec/softmmu*: Misc fixes.David 'Digit' Turner
2014-04-09Large page TLB flushDavid 'Digit' Turner
2014-04-09Avoid CPU endian memory accesses in devicesDavid 'Digit' Turner
2014-04-09ds1225y: Remove protection stuff, which doesn't belong to this deviceDavid 'Digit' Turner
2014-04-09exec: add endian specific phys ld/st functionsDavid 'Digit' Turner
2014-04-09arm: Add const attribute to some arm_boot_info pointersDavid 'Digit' Turner
2014-04-09exec.h: fix coding style and change cpu_has_work to return boolDavid 'Digit' Turner
2014-04-09tcg: Use hash table + static table for helpers.David 'Digit' Turner
2014-04-09softmmu_header.h: Pass CPUArchState to helper routines.David 'Digit' Turner
2014-04-09Rename CONFIG_MEMCHECK to CONFIG_ANDROID_MEMCHECKDavid 'Digit' Turner