summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | device_tree: Fix a typoKamalesh Babulal2015-07-271-1/+1
| * | | | hw/acpi/ich9: clean up stale comment about KVM not supporting SMMLaszlo Ersek2015-07-271-2/+1
| * | | | hw/acpi/ich9: clear smi_en on resetLaszlo Ersek2015-07-271-0/+1
* | | | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-07-285-4/+74
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | block: qemu-iotests - add check for multiplication overflow in vpcJeff Cody2015-07-274-0/+60
| * | | | block: vpc - prevent overflow if max_table_entries >= 0x40000000Jeff Cody2015-07-271-4/+14
* | | | | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150727' into stagingPeter Maydell2015-07-271-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tcg: mark temps as mem_coherent = 0 for mov with a constantAurelien Jarno2015-07-271-0/+1
| * | | | tcg: correctly mark dead inputs for mov with a constantAurelien Jarno2015-07-271-0/+3
* | | | | main-loop: fix qemu_notify_event for aio_notify optimizationPaolo Bonzini2015-07-271-1/+10
* | | | | configure: Work around broken static pkg-config info for Ubuntu gnutlsPeter Maydell2015-07-271-1/+17
| |/ / / |/| | |
* | | | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-07-2719-143/+210
|\ \ \ \ | |/ / / |/| | |
| * | | axienet: Flush queued packets when rx is doneFam Zheng2015-07-271-4/+13
| * | | dp8393x: Flush packets when link comes upFam Zheng2015-07-271-0/+8
| * | | stellaris_enet: Flush queued packets when read doneFam Zheng2015-07-271-9/+5
| * | | mipsnet: Flush queued packets when receiving is enabledFam Zheng2015-07-271-2/+7
| * | | milkymist-minimac2: Flush queued packets when link comes upFam Zheng2015-07-272-18/+16
| * | | mcf_fec: Drop mcf_fec_can_receiveFam Zheng2015-07-271-8/+1
| * | | etsec: Flush queue when rx buffer is consumedFam Zheng2015-07-273-1/+15
| * | | etsec: Move etsec_can_receive into etsec_receiveFam Zheng2015-07-273-17/+10
| * | | usbnet: Drop usbnet_can_receiveFam Zheng2015-07-271-16/+4
| * | | eepro100: Drop nic_can_receiveFam Zheng2015-07-271-11/+0
| * | | pcnet: Drop pcnet_can_receiveFam Zheng2015-07-274-12/+0
| * | | xgmac: Drop packets with eth_can_rx is false.Fam Zheng2015-07-271-4/+4
| * | | hw/net: fix mcf_fec driver receiverGreg Ungerer2015-07-271-1/+3
| * | | hw/net: add simple phy support to mcf_fec driverGreg Ungerer2015-07-272-2/+53
| * | | hw/net: add ANLPAR bit definitions to generic miiGreg Ungerer2015-07-271-0/+7
| * | | hw/net: create common collection of MII definitionsGreg Ungerer2015-07-272-39/+65
| |/ /
* | | Merge remote-tracking branch 'remotes/jnsnow/tags/cve-2015-5154-pull-request'...Peter Maydell2015-07-272-4/+29
|\ \ \ | |/ / |/| |
| * | ide: Clear DRQ after handling all expected accessesKevin Wolf2015-07-261-4/+12
| * | ide/atapi: Fix START STOP UNIT command completionKevin Wolf2015-07-261-0/+1
| * | ide: Check array bounds before writing to io_buffer (CVE-2015-5154)Kevin Wolf2015-07-261-0/+16
|/ /
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-07-2423-70/+216
|\ \
| * | target-i386/FPU: a misprint in helper_fistll_ST0Dmitry Poletaev2015-07-241-1/+1
| * | qemu-doc: fix typosGonglei2015-07-243-3/+3
| * | framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebufferPaolo Bonzini2015-07-246-51/+137
| * | memory: count number of active VGA logging clientsPaolo Bonzini2015-07-242-0/+8
| * | vl: Fix compiler warning for builds without VNCStefan Weil2015-07-241-1/+1
| * | scsi: Handle no media case for scsi_get_configurationMatthew Rosato2015-07-241-1/+15
| * | rcu: actually register threads that have RCU read-side critical sectionsPaolo Bonzini2015-07-245-0/+21
| * | scsi: fix buffer overflow in scsi_req_parse_cdb (CVE-2015-5158)Paolo Bonzini2015-07-241-1/+6
| * | vnc: fix memory leakGonglei2015-07-241-1/+4
| * | qemu-char: Fix missed data on unix socketNils Carlson2015-07-231-8/+5
| * | qemu-char: handle EINTR for TCP character devicesPaolo Bonzini2015-07-231-2/+11
| * | exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get...Peter Maydell2015-07-231-1/+4
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150723' into stagingPeter Maydell2015-07-243-70/+109
|\ \ \
| * | | tcg/optimize: fix tcg_opt_gen_moviAurelien Jarno2015-07-231-1/+1
| * | | tcg/aarch64: use 32-bit offset for 32-bit softmmu emulationRichard Henderson2015-07-231-6/+6
| * | | tcg/aarch64: use 32-bit offset for 32-bit user-mode emulationPaolo Bonzini2015-07-231-10/+16
| * | | tcg/aarch64: add ext argument to tcg_out_insn_3310Paolo Bonzini2015-07-231-19/+22
OpenPOWER on IntegriCloud