aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-25pci: avoid destroying bridge address space windows in a transactionmemory/urgentAvi Kivity
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori
2012-10-22Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121017.0' int...Anthony Liguori
2012-10-22usb-serial: only expose device in guest when the chardev is openGerd Hoffmann
2012-10-22usb-serial: don't magically zap chardev on umplugGerd Hoffmann
2012-10-22serial: add pci-serial documentationGerd Hoffmann
2012-10-22serial: add 2x + 4x pci variantGerd Hoffmann
2012-10-22serial: add windows inf file for the pci card to docsGerd Hoffmann
2012-10-22serial: add pci variantGerd Hoffmann
2012-10-22serial: split serial.cGerd Hoffmann
2012-10-22Call MADV_HUGEPAGE for guest RAM allocationsLuiz Capitulino
2012-10-22Merge remote-tracking branch 'quintela/migration-next-20121017' into stagingAnthony Liguori
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/dma' into stagingAnthony Liguori
2012-10-22pci: honor PCI_COMMAND_MASTERmemory/dmaAvi Kivity
2012-10-22pci: give each device its own address spaceAvi Kivity
2012-10-22memory: add address_space_destroy()Avi Kivity
2012-10-22dma: make dma access its own address spaceAvi Kivity
2012-10-22memory: per-AddressSpace dispatchAvi Kivity
2012-10-22s390: avoid reaching into memory core internalsAvi Kivity
2012-10-22memory: use AddressSpace for MemoryListener filteringAvi Kivity
2012-10-22memory: move tcg flush into a tcg memory listenerAvi Kivity
2012-10-22memory: move address_space_memory and address_space_io out of memory coreAvi Kivity
2012-10-22memory: manage coalesced mmio via a MemoryListenerAvi Kivity
2012-10-22fix CONFIG_QEMU_HELPERDIR generation againMichael Tokarev
2012-10-20target-sparc: fix FMOVr instructionAurelien Jarno
2012-10-20hw/pl031: Use LOG_GUEST_ERRORPeter Maydell
2012-10-20hw/pl022: Use LOG_UNIMP and LOG_GUEST_ERRORPeter Maydell
2012-10-20hw/pl011: Use LOG_UNIMP and LOG_GUEST_ERRORPeter Maydell
2012-10-20hw/pl190: Use LOG_GUEST_ERRORPeter Maydell
2012-10-20hw/pl041: Use LOG_UNIMPPeter Maydell
2012-10-20hw/pl181: Use LOG_UNIMP and LOG_GUEST_ERRORPeter Maydell
2012-10-20hw/hw.h: Add include of qemu-log.hPeter Maydell
2012-10-20qemu-log: Add new log category for guest bugsPeter Maydell
2012-10-20target-sparc: Remove cpu_tmp0 as a globalRichard Henderson
2012-10-20target-sparc: Make cpu_dst local to OP=2 insnsRichard Henderson
2012-10-20target-sparc: Only use cpu_dst for eventual writes to a gprRichard Henderson
2012-10-20target-sparc: Remove last uses of cpu_tmp64Richard Henderson
2012-10-20target-sparc: Remove cpu_tmp64 use from softint insnsRichard Henderson
2012-10-20target-sparc: Don't use a temporary for gen_dest_fpr_DRichard Henderson
2012-10-20target-sparc: Remove usage of cpu_tmp64 from most helper functionsRichard Henderson
2012-10-20target-sparc: Tidy ldfsr, stfsrRichard Henderson
2012-10-20target-sparc: Avoid cpu_tmp32 in Write Priv RegisterRichard Henderson
2012-10-20target-sparc: Avoid cpu_tmp32 in Read Priv RegisterRichard Henderson
2012-10-20target-sparc: Use get_temp_i32 in gen_dest_fpr_FRichard Henderson
2012-10-20target-sparc: Split out get_temp_i32Richard Henderson
2012-10-20target-sparc: Make the cpu_addr variable local to load/store handlingRichard Henderson
2012-10-20target-sparc: Cleanup cpu_src[12] allocationRichard Henderson
2012-10-20target-sparc: Finish conversion to gen_load_gprRichard Henderson
2012-10-20target-sparc: Convert swap to gen_load/store_gprRichard Henderson