summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-07-20hw/versatile: realize the PCI root bus as part of the versatile initMarcel Apfelbaum1-0/+1
2016-07-20hw/prep: realize the PCI root bus as part of the prep initMarcel Apfelbaum1-0/+1
2016-07-20hw/grackle: fix PCI bus initializationMarcel Apfelbaum1-1/+1
2016-07-20hw/apb: fix PCI bus initializationMarcel Apfelbaum1-8/+7
2016-07-20hw/mips: fix PCI bus initializationMarcel Apfelbaum1-1/+1
2016-07-20hw/alpha: fix PCI bus initializationMarcel Apfelbaum1-1/+1
2016-07-20nvdimm: fix memory leak in error code pathStefan Hajnoczi1-0/+1
2016-07-20pc: Make device_del CPU work for x86 CPUsIgor Mammedov1-6/+5
2016-07-20apic: Use apic_id as apic's migration instance_idIgor Mammedov1-1/+11
2016-07-20(kvm)apic: Add unrealize callbacksIgor Mammedov3-0/+28
2016-07-20apic: kvm-apic: Fix crash due to access to freed memory regionIgor Mammedov1-2/+2
2016-07-20apic: Drop APICCommonState.idx and use APIC ID as index in local_apics[]Igor Mammedov1-9/+7
2016-07-20apic: move MAX_APICS check to 'apic' classIgor Mammedov2-8/+10
2016-07-20pc: Implement query-hotpluggable-cpus callbackIgor Mammedov1-0/+45
2016-07-20pc: Enforce adding CPUs contiguously and removing them in opposite orderIgor Mammedov1-0/+34
2016-07-20pc: Forbid BSP removalIgor Mammedov1-0/+8
2016-07-20pc: Register created initial and hotpluged CPUs in one place pc_cpu_plug()Igor Mammedov1-16/+9
2016-07-20pc: Delay setting number of boot CPUs to machine_done timeIgor Mammedov1-3/+14
2016-07-20pc: Set APIC ID based on socket/core/thread ids if it's not been set yetIgor Mammedov1-3/+41
2016-07-20target-i386: Add socket/core/thread properties to X86CPUIgor Mammedov1-0/+29
2016-07-20pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug()Igor Mammedov1-12/+31
2016-07-20pc: Extract CPU lookup into a separate functionIgor Mammedov1-7/+22
2016-07-20s390x/css: provide a dev_path for css devicesCornelia Huck2-1/+29
2016-07-20s390x/css: sch_handle_start_func() handles resume, tooSascha Silbe1-0/+4
2016-07-20s390x/css: copy CCW format bit from ORB to SCSWSascha Silbe1-0/+1
2016-07-20Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ...Peter Maydell33-47/+47
2016-07-20block: Convert BB interface to byte-based discardsEric Blake3-9/+12
2016-07-20usbredir: add streams propertyGerd Hoffmann1-1/+5
2016-07-20xhci: Fix possible side effect from assert()Alexey Kardashevskiy1-1/+3
2016-07-20qxl: fix qxl_set_dirty call in qxl_dirty_one_surfaceGerd Hoffmann2-6/+7
2016-07-19net: Use correct type for bool flagEric Blake1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake33-46/+46
2016-07-19arm_gicv3: Add assert()s to tell Coverity that offsets are alignedPeter Maydell1-0/+4
2016-07-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-5/+47
2016-07-19Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2-2/+3
2016-07-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-6/+18
2016-07-19Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160718.0' i...Peter Maydell1-0/+1
2016-07-18ide: set retry_unit for PIO and FLUSH requestsEvgeny Yakovlev1-0/+2
2016-07-18ide: refactor retry_unit set and clear into separate functionEvgeny Yakovlev1-6/+16
2016-07-18vfio/pci: Hide ARI capabilityAlex Williamson1-0/+1
2016-07-18virtio-blk: dataplane cleanupCao jin1-4/+2
2016-07-18e1000e: fix building without CONFIG_VMXNET3_PCIJason Wang1-0/+1
2016-07-18e1000e: fix incorrect access to pointerPaolo Bonzini1-2/+2
2016-07-18spapr: Ensure CPU cores are added contiguously and removed in LIFO orderBharata B Rao1-1/+20
2016-07-18vfio/spapr: Remove stale ioctl() callDavid Gibson1-1/+0
2016-07-18dbdma: reset io->processing flag for unassigned DBDMA channel rw accessesMark Cave-Ayland1-0/+1
2016-07-18dbdma: set FLUSH bit upon reception of flush command for unassigned DBDMA cha...Mark Cave-Ayland1-0/+10
2016-07-18dbdma: fix load_word/store_word value endiannessMark Cave-Ayland1-19/+5
2016-07-18dbdma: fix endian of DBDMA_CMDPTR_LO during branchMark Cave-Ayland1-1/+1
2016-07-18dbdma: add per-channel debugging enabled via DEBUG_DBDMA_CHANMASKMark Cave-Ayland1-33/+42