summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* qapi: Drop inline nested structs in query-pciEric Blake2015-05-051-19/+23
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-04-301-0/+7
|\
| * Enable NVMe start controller for Windows guest.Daniel Stekloff2015-04-301-0/+7
* | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-04-3...Peter Maydell2015-04-3018-125/+45
|\ \
| * | microblaze: fix memory leakGonglei2015-04-301-6/+7
| * | vhost-user: remove superfluous '\n' around error_report()Gonglei2015-04-301-11/+11
| * | target-mips: fix memory leakGonglei2015-04-303-0/+3
| * | usb: Remove unused functionsThomas Huth2015-04-301-41/+0
| * | pci: Remove unused function ich9_d2pbr_init()Thomas Huth2015-04-301-21/+0
| * | vmxnet: Remove unused function vmxnet_rx_pkt_get_num_frags()Thomas Huth2015-04-302-16/+0
| * | tpm: fix coding styleStefan Berger2015-04-301-2/+2
| * | range: remove useless inclusionsPaolo Bonzini2015-04-302-2/+0
| * | misc: Fix new collection of typosStefan Weil2015-04-304-4/+4
| * | hw/display : remove 'struct' from 'typedef QXL struct'Chih-Min Chao2015-04-301-1/+1
| * | tpm: Modify DPRINTF to enable -Wformat checkingStefan Berger2015-04-302-17/+13
| * | tpm: Cast 64bit variables to int when used in DPRINTFStefan Berger2015-04-301-4/+4
| |/
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150430' into stagingPeter Maydell2015-04-3011-13/+49
|\ \ | |/ |/|
| * s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctlAlexander Yarygin2015-04-302-13/+15
| * s390x/ipl: sort into categoriesCornelia Huck2015-04-301-0/+1
| * sclp: sort into categoriesCornelia Huck2015-04-306-0/+15
| * s390-virtio: sort into categoriesCornelia Huck2015-04-301-0/+9
| * virtio-ccw: sort into categoriesCornelia Huck2015-04-301-0/+9
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-04-308-62/+29
|\ \
| * | target-i386: disable LINT0 after resetNadav Amit2015-04-281-9/+0
| * | milkymist: do not modify libs-softmmuPaolo Bonzini2015-04-281-1/+1
| * | ide: there is only one data portPaolo Bonzini2015-04-271-2/+2
| * | gus: clean up MemoryRegionPortioPaolo Bonzini2015-04-271-19/+1
| * | sb16: remove useless mixer_write_indexwPaolo Bonzini2015-04-271-7/+0
| * | sun4m: fix slavio sysctrl and led register sizesMark Cave-Ayland2015-04-271-2/+3
| * | acpi-build: remove dependency from ram_addr.hPaolo Bonzini2015-04-272-22/+22
* | | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2015-04-301-17/+0
|\ \ \ | |_|/ |/| |
| * | fdc: remove sparc sun4m mutationsHervé Poussineau2015-04-281-17/+0
* | | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150428.0' i...Peter Maydell2015-04-281-2/+164
|\ \ \ | |/ / |/| |
| * | vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUsAlex Williamson2015-04-281-0/+162
| * | vfio-pci: Fix error path signAlex Williamson2015-04-281-1/+1
| * | vfio-pci: Further fix BAR size overflowAlex Williamson2015-04-281-1/+1
* | | m25p80: fix s->blk usage before assignmentStefan Hajnoczi2015-04-281-1/+3
* | | m25p80: add missing blk_attach_dev_nofailPaolo Bonzini2015-04-281-0/+1
* | | omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update()Paolo Bonzini2015-04-281-4/+5
* | | sd: convert sd_normal_command() ffs(3) call to ctz32()Stefan Hajnoczi2015-04-281-1/+2
* | | Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi2015-04-285-23/+22
* | | Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-2813-23/+23
* | | uninorth: convert ffs(3) to ctz32()Stefan Hajnoczi2015-04-281-1/+4
* | | hw/arm/nseries: convert ffs(3) to ctz32()Stefan Hajnoczi2015-04-281-1/+4
* | | bt-sdp: fix broken uuids power-of-2 calculationStefan Hajnoczi2015-04-281-1/+1
|/ /
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427'...Peter Maydell2015-04-2822-97/+213
|\ \
| * | target-arm: rename c1_coproc to cpacr_el1Sergey Fedorov2015-04-261-1/+1
| * | Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-2617-83/+185
| * | exec.c: Make address_space_rw take transaction attributesPeter Maydell2015-04-262-4/+8
| * | memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell2015-04-262-9/+19
| |/
OpenPOWER on IntegriCloud