aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov
2017-09-21mips: move hw/mips/cputimer.c to target/mips/Philippe Mathieu-Daudé
2017-09-21Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell
2017-09-21sun4u: use sunhme as default on-board NICMark Cave-Ayland
2017-09-21net: add Sun HME (Happy Meal Ethernet) on-board NICMark Cave-Ayland
2017-09-20xen/pt: allow QEMU to request MSI unmasking at bind timeRoger Pau Monne
2017-09-20xen-disk: use g_new0 to fix buildOlaf Hering
2017-09-20Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2017-09-209pfs: check the size of transport buffer before marshalingJan Dakinevich
2017-09-209pfs: fix name_to_path assertion in v9fs_complete_rename()Jan Dakinevich
2017-09-209pfs: fix readdir() for 9p2000.uJan Dakinevich
2017-09-19hw/acpi-build: Fix SRAT memory building in case of node 0 without RAMEduardo Habkost
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov
2017-09-19virtio-ccw: Create a virtio gpu device for the ccw busFarhan Ali
2017-09-19virtio-gpu: Handle endian conversionFarhan Ali
2017-09-19virtio-ccw: remove stale comments on endiannessHalil Pasic
2017-09-19s390x: generate sclp cpu information from possible_cpusDavid Hildenbrand
2017-09-19s390x: get rid of cpu_s390x_create()David Hildenbrand
2017-09-19s390x: get rid of cpu_states and use possible_cpus insteadDavid Hildenbrand
2017-09-19s390x: implement query-hotpluggable-cpusDavid Hildenbrand
2017-09-19s390x: CPU hot unplug via device_del cannot work for nowDavid Hildenbrand
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand
2017-09-19s390x: allow only 1 CPU with TCGDavid Hildenbrand
2017-09-19s390x: move s390_virtio_hypercall() to s390-virtio-hcall.hDavid Hildenbrand
2017-09-19s390x: rename s390-virtio.h to s390-virtio-hcall.hDavid Hildenbrand
2017-09-19s390x: get rid of s390-virtio.cDavid Hildenbrand
2017-09-19s390x/css: remove unused error handling branchHalil Pasic
2017-09-19s390x/css: fix NULL handling for CCW addressesHalil Pasic
2017-09-19s390x/css: drop data-check in interpretationHalil Pasic
2017-09-19hw/misc/ivshmem: Fix ivshmem_recv_msg() to also work on big endian systemsThomas Huth
2017-09-19s390x/pci: add iommu replay callbackYi Min Zhao
2017-09-19s390x/pci: remove idx from msix msg dataYi Min Zhao
2017-09-19s390x/css: fix cc handling for XSCHHalil Pasic
2017-09-19osdep.h: Prohibit disabling assert() in supported buildsEric Blake
2017-09-19General warn report fixupsAlistair Francis
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis
2017-09-19hw/i386: Improve some of the warning messagesAlistair Francis
2017-09-19multiboot: validate multiboot header address valuesPrasad J Pandit
2017-09-19scsi/esp: Rename the ESP macro to ESP_STATEKamil Rytarowski
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov
2017-09-19pc: use generic cpu_model parsingIgor Mammedov
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini
2017-09-19scsi: introduce sg_io_sense_from_errnoPaolo Bonzini
2017-09-19scsi: introduce scsi_build_sensePaolo Bonzini
2017-09-19scsi: move non-emulation specific code to scsi/Paolo Bonzini
2017-09-19scsi: rename scsi_build_sense to scsi_convert_sensePaolo Bonzini
2017-09-19scsi-block: Support rerror/werrorFam Zheng