summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ppc: Remove CONFIG_FDT conditionalsPeter Maydell2013-06-146-30/+4
* microblaze: Remove CONFIG_FDT conditionalsPeter Maydell2013-06-141-12/+0
* arm: Remove CONFIG_FDT conditionalsPeter Maydell2013-06-141-7/+0
* configure: Require libfdt for arm, ppc, microblaze softmmu targetsPeter Maydell2013-06-141-0/+20
* configure: dtc: Probe for libfdt_env.hPeter Crosthwaite2013-06-142-36/+2
* build: drop TARGET_TYPEPaolo Bonzini2013-06-143-19/+2
* main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini2013-06-145-17/+11
* build: do not use TARGET_ARCHPaolo Bonzini2013-06-143-14/+14
* build: rename TARGET_ARCH2 to TARGET_NAMEPaolo Bonzini2013-06-143-23/+23
* Add a stp file for usage from build directoryAlon Levy2013-06-141-3/+13
* Merge remote-tracking branch 'mjt/trivial-patches-next' into stagingAnthony Liguori2013-06-1435-236/+569
|\
| * piix: fix some printf errors when debug is enabledHu Tao2013-06-141-6/+6
| * cputlb: fix debug logsHervé Poussineau2013-06-141-2/+2
| * create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev2013-06-145-95/+146
| * main-loop: do not include slirp/slirp.h, use libslirp.h insteadMichael Tokarev2013-06-121-1/+2
| * libcacard/vscclient: fix leakage of socket on error pathsAlon Levy2013-06-121-2/+7
| * linux-headers: Update to v3.10-rc5Alexey Kardashevskiy2013-06-128-13/+299
| * KVM: PPC: Add dummy kvm_arch_init_irq_routing()Scott Wood2013-06-121-0/+4
| * KVM: S390: Add dummy kvm_arch_init_irq_routing()Alexey Kardashevskiy2013-06-121-0/+4
| * KVM: ARM: Add dummy kvm_arch_init_irq_routing()Alexey Kardashevskiy2013-06-121-0/+4
| * ivshmem: add missing error exit(2)Stefan Hajnoczi2013-06-121-0/+1
| * hw/xen: Use g_free instead of free and fix potential memory leaksStefan Weil2013-06-112-5/+7
| * target-sparc: Replace free by g_freeStefan Weil2013-06-111-1/+1
| * hw/scsi: Don't increment a boolean valueStefan Weil2013-06-111-1/+1
| * device tree: Fix cppcheck warningStefan Weil2013-06-111-1/+1
| * Makefile: Install qemu-img and qemu-nbd man pages only if builtAndreas Färber2013-06-111-1/+4
| * Unbreak -no-quit for GTK, validate SDL optionsPeter Wu2013-06-111-5/+10
| * gtk: implement -full-screenPeter Wu2013-06-113-3/+7
| * char/serial: serial_ioport_write: Factor out common codePeter Crosthwaite2013-06-111-7/+3
| * char/serial: Use generic Fifo8Peter Crosthwaite2013-06-112-74/+39
| * char/serial: cosmetic fixes.Peter Crosthwaite2013-06-111-11/+19
| * curl: Whitespace only changes.Richard W.M. Jones2013-06-111-2/+2
| * intc/xilinx_intc: Use qemu_set_irqPeter Crosthwaite2013-06-111-5/+1
| * configure: Disable host-bsd USB on FreeBSDEd Maste2013-06-111-1/+3
| * configure: remove ${config_host_ld} variableEd Maste2013-06-111-2/+1
| * gitignore: unignore *.patchMichael Tokarev2013-06-111-1/+0
| * qemu-char: remove a few needless #includesMichael Tokarev2013-06-111-2/+0
* | Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-06-1421-129/+184
|\ \
| * | spapr_rtas: Abstract rtas_start_cpu() with qemu_get_cpu()Andreas Färber2013-06-131-11/+8
| * | spapr_rtas: Abstract rtas_query_cpu_stopped_state() with qemu_get_cpu()Andreas Färber2013-06-121-7/+2
| * | memory_mapping: Improve qemu_get_guest_memory_mapping() error reportingAndreas Färber2013-06-113-14/+11
| * | dump: Abstract dump_init() with cpu_synchronize_all_states()Andreas Färber2013-06-111-2/+3
| * | cpu: Change default for CPUClass::get_paging_enabled()Andreas Färber2013-06-111-1/+1
| * | dump: Drop qmp_dump_guest_memory() stub and build for all targetsAndreas Färber2013-06-114-15/+1
| * | memory_mapping: Drop qemu_get_memory_mapping() stubAndreas Färber2013-06-113-28/+1
| * | cpu: Turn cpu_get_memory_mapping() into a CPUState hookAndreas Färber2013-06-118-16/+44
| * | memory_mapping: Move MemoryMappingList typedef to qemu/typedefs.hAndreas Färber2013-06-112-2/+5
| * | cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas Färber2013-06-117-15/+34
| * | monitor: Simplify do_inject_mce() with qemu_get_cpu()Andreas Färber2013-06-111-9/+5
| * | target-i386: cpu: Fix potential buffer overrun in get_register_name_32()Igor Mammedov2013-06-101-1/+1
OpenPOWER on IntegriCloud