aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-19vl: fix resource leak with monitor_fdset_add_fdPaolo Bonzini
2015-03-19smbios: add max speed comdline option for type-17 (meory device) structureGabriel L. Somlo
2015-03-19pc-dimm: Add description for device list.Paulo Vital
2015-03-19configure: enable kvm on x32Michael Tokarev
2015-03-19error: Replace error_report() & error_free() with error_report_err()zhanghailiang
2015-03-19arm: fix memory leakGonglei
2015-03-19qmp: Drop unused .user_print from command definitionsMarkus Armbruster
2015-03-19hmp: Fix definition of command quitMarkus Armbruster
2015-03-19target-moxie: Fix warnings from Sparse (one-bit signed bitfield)Stefan Weil
2015-03-19block/qapi: Fix Sparse warningStefan Weil
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil
2015-03-19qom: Fix warning from SparseStefan Weil
2015-03-19target-mips: Fix warning from SparseStefan Weil
2015-03-19arm/nseries: Fix warnings from SparseStefan Weil
2015-03-19omap: Fix warnings from SparseStefan Weil
2015-03-199pfs: Fix warnings from SparseStefan Weil
2015-03-19backends: Fix warning from SparseStefan Weil
2015-03-19cris: remove unused cris_cond15 declarationsMichael Tokarev
2015-03-18pcie_aer: fix comment to match pcie specMichael S. Tsirkin
2015-03-18pci: fix several trivial typos in commentChen Fan
2015-03-18aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type registerChen Fan
2015-03-18pcie_aer: fix typos in pcie_aer_inject_error commentChen Fan
2015-03-18aer: fix wrong check on expose aer tlp prefix logChen Fan
2015-03-18pcie: correct mistaken register bit for End-End TLP Prefix BlockingChen Fan
2015-03-18exec: Respect as_tranlsate_internal length clampPeter Crosthwaite
2015-03-18virtio-scsi-dataplane: fix memory leak in virtio_scsi_vring_initBo Su
2015-03-18profiler: Reenable built-in profilerAlexey Kardashevskiy
2015-03-18kvm: fix ioeventfd endianness on bi-endian architecturesGreg Kurz
2015-03-18virtio-scsi: Fix assert in virtio_scsi_push_eventFam Zheng
2015-03-18build: pass .d file name to scripts/make_device_config.sh, fix makefile targetPaolo Bonzini
2015-03-18coroutine-io: Return -errno in case of errorMax Reitz
2015-03-18nbd: Drop unexpected data for NBD_OPT_LISTMax Reitz
2015-03-18nbd: Fix interpretation of the export flagsMax Reitz
2015-03-18nbd: Fix nbd_receive_options()Max Reitz
2015-03-18nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz
2015-03-18nbd: Fix potential signed overflow issuesMax Reitz
2015-03-18qemu-nbd: fork() can failMax Reitz
2015-03-18nbd: Handle blk_getlength() failureMax Reitz
2015-03-18nbd: Pass return value from nbd_handle_list()Max Reitz
2015-03-18nbd: Fix nbd_establish_connection()'s return valueMax Reitz
2015-03-18qemu-nbd: Detect unused partitions by system == 0Max Reitz
2015-03-18util/uri: Add overflow check to rfc3986_parse_portMax Reitz
2015-03-18nbd: Fix overflow return valueYik Fang
2015-03-18hw/usb: Include USB files only if necessaryThomas Huth
2015-03-18target-mips: save cpu state before calling MSA load and store helpersLeon Alrae
2015-03-18target-mips: fix hflags modified in delay / forbidden slotLeon Alrae
2015-03-18target-mips: fix CP0.BadVAddr by stopping translation on Address ErrorLeon Alrae
2015-03-18ui: ensure VNC websockets server checks the ACL if requestedDaniel P. Berrange
2015-03-18ui: remove separate gnutls_session for websockets serverDaniel P. Berrange
2015-03-18ui: enforce TLS when using websockets serverDaniel P. Berrange