aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2016-07-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-07-20Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-07-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160720' into stagingPeter Maydell
2016-07-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160720-1' into s...Peter Maydell
2016-07-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160720-1' into s...Peter Maydell
2016-07-20pc: Make device_del CPU work for x86 CPUsIgor Mammedov
2016-07-20apic: Use apic_id as apic's migration instance_idIgor Mammedov
2016-07-20(kvm)apic: Add unrealize callbacksIgor Mammedov
2016-07-20apic: kvm-apic: Fix crash due to access to freed memory regionIgor Mammedov
2016-07-20apic: Drop APICCommonState.idx and use APIC ID as index in local_apics[]Igor Mammedov
2016-07-20apic: move MAX_APICS check to 'apic' classIgor Mammedov
2016-07-20pc: Implement query-hotpluggable-cpus callbackIgor Mammedov
2016-07-20pc: Enforce adding CPUs contiguously and removing them in opposite orderIgor Mammedov
2016-07-20pc: Forbid BSP removalIgor Mammedov
2016-07-20pc: Register created initial and hotpluged CPUs in one place pc_cpu_plug()Igor Mammedov
2016-07-20pc: Delay setting number of boot CPUs to machine_done timeIgor Mammedov
2016-07-20pc: Set APIC ID based on socket/core/thread ids if it's not been set yetIgor Mammedov
2016-07-20target-i386: Add socket/core/thread properties to X86CPUIgor Mammedov
2016-07-20pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug()Igor Mammedov
2016-07-20pc: Extract CPU lookup into a separate functionIgor Mammedov
2016-07-20s390x/css: provide a dev_path for css devicesCornelia Huck
2016-07-20s390x/css: sch_handle_start_func() handles resume, tooSascha Silbe
2016-07-20s390x/css: copy CCW format bit from ORB to SCSWSascha Silbe
2016-07-20Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ...Peter Maydell
2016-07-20block: Convert BB interface to byte-based discardsEric Blake
2016-07-20usbredir: add streams propertyGerd Hoffmann
2016-07-20xhci: Fix possible side effect from assert()Alexey Kardashevskiy
2016-07-20qxl: fix qxl_set_dirty call in qxl_dirty_one_surfaceGerd Hoffmann
2016-07-19net: Use correct type for bool flagEric Blake
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-07-19arm_gicv3: Add assert()s to tell Coverity that offsets are alignedPeter Maydell
2016-07-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-07-19Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2016-07-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2016-07-19Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160718.0' i...Peter Maydell
2016-07-18ide: set retry_unit for PIO and FLUSH requestsEvgeny Yakovlev
2016-07-18ide: refactor retry_unit set and clear into separate functionEvgeny Yakovlev
2016-07-18vfio/pci: Hide ARI capabilityAlex Williamson
2016-07-18virtio-blk: dataplane cleanupCao jin
2016-07-18e1000e: fix building without CONFIG_VMXNET3_PCIJason Wang
2016-07-18e1000e: fix incorrect access to pointerPaolo Bonzini
2016-07-18spapr: Ensure CPU cores are added contiguously and removed in LIFO orderBharata B Rao
2016-07-18vfio/spapr: Remove stale ioctl() callDavid Gibson
2016-07-18dbdma: reset io->processing flag for unassigned DBDMA channel rw accessesMark Cave-Ayland
2016-07-18dbdma: set FLUSH bit upon reception of flush command for unassigned DBDMA cha...Mark Cave-Ayland
2016-07-18dbdma: fix load_word/store_word value endiannessMark Cave-Ayland
2016-07-18dbdma: fix endian of DBDMA_CMDPTR_LO during branchMark Cave-Ayland
2016-07-18dbdma: add per-channel debugging enabled via DEBUG_DBDMA_CHANMASKMark Cave-Ayland
2016-07-18dbdma: always define DBDMA_DPRINTF and enable debug with DEBUG_DBDMAMark Cave-Ayland
2016-07-18spapr: fix core unplug crashGreg Kurz