summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-12net/queue: introduce NetQueueDeliverFuncYang Hongyang3-5/+18
2015-10-12net: merge qemu_deliver_packet and qemu_deliver_packet_iovYang Hongyang3-41/+21
2015-10-12netfilter: hook packets before net queue sendYang Hongyang3-0/+91
2015-10-12init/cleanup of netfilter objectYang Hongyang7-0/+229
2015-10-12vl.c: init delayed object after net_init_clientsYang Hongyang1-7/+8
2015-10-12vmxnet3: Add support for VMXNET3_CMD_GET_ADAPTIVE_RING_INFO commandShmulik Ladkani2-1/+14
2015-10-12e1000: use alias for default modelJason Wang2-7/+2
2015-10-12vmxnet3: Support reading IMR registers on bar0Shmulik Ladkani1-1/+5
2015-10-12net/vmxnet3: Refine l2 header validationDana Rubin2-6/+17
2015-10-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell20-497/+364
2015-10-06Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell3-3/+5
2015-10-06tests: vhost-user: disable unless CONFIG_VHOST_NETMichael S. Tsirkin1-0/+2
2015-10-05qtest/ide-test: ppc64be correction for ATAPI testsJohn Snow1-2/+2
2015-10-05MAINTAINERS: Small IDE/FDC touchupJohn Snow1-0/+2
2015-10-05qtest/ahci: fix redundant assertionJohn Snow1-1/+1
2015-10-02icc_bus: drop the unused filesZhu Guihua5-203/+0
2015-10-02cpu/apic: drop icc bus/bridgeChen Fan7-46/+14
2015-10-02x86: use new method to correct reset sequenceZhu Guihua1-0/+20
2015-10-02apic: move APIC's MMIO region mapping into APICChen Fan3-13/+15
2015-10-02Correctly re-init EFER state during INIT IPIBill Paul1-1/+1
2015-10-02target-i386: add ABM to Haswell* and Broadwell* CPU modelsPaolo Bonzini2-5/+25
2015-10-02target-i386: get/put MSR_TSC_AUX across reset and migrationAmit Shah1-0/+14
2015-10-02target-i386: Make check_hw_breakpoints staticRichard Henderson2-2/+1
2015-10-02target-i386: Move breakpoint related functions to new fileRichard Henderson4-163/+183
2015-10-02target-i386: Convert kvm_default_*features to property/value pairsEduardo Habkost4-45/+65
2015-10-02vl: Add another sanity check to smp_parse() functionThomas Huth1-1/+7
2015-10-02cpu: Introduce X86CPUTopoInfo structure for argument simplificationChen Fan2-19/+20
2015-10-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell14-147/+179
2015-10-02Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20151002' int...Peter Maydell9-143/+228
2015-10-02vhost-user-test: fix predictable filename on tmpfsMichael S. Tsirkin1-1/+1
2015-10-02vhost-user-test: use tmpfs by defaultMichael S. Tsirkin1-12/+25
2015-10-02pc: memhp: force gaps between DIMM's GPAIgor Mammedov4-2/+7
2015-10-02memhp: extend address auto assignment to support gapsIgor Mammedov4-11/+16
2015-10-02vhost-user: unit test for new messagesMichael S. Tsirkin1-0/+18
2015-10-02vhost-user-test: do not reinvent glib-compat.hPaolo Bonzini1-97/+16
2015-10-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell5-9/+18
2015-10-02block/raw-posix: Open file descriptor O_RDWR to work around glibc posix_fallo...Richard W.M. Jones1-1/+1
2015-10-02block: disable I/O limits at the beginning of bdrv_close()Alberto Garcia1-5/+6
2015-10-02iotests: Fix test 128 for password-less sudoMax Reitz1-1/+8
2015-10-02tests: Fix test 049 fallout from improved HMP error messagesEric Blake1-0/+1
2015-10-02raw-win32: Fix write request error handlingKevin Wolf1-2/+2
2015-10-02Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell1-1/+3
2015-10-01target-microblaze: Set the PC in reset instead of realizeAlistair Francis1-2/+2
2015-10-01disas/cris: Fix typo in commentStefan Weil1-1/+1
2015-10-01block: mirror - fix full sync mode when target does not support zero initJeff Cody1-1/+3
2015-10-01virtio: Notice when the system doesn't support MSIx at allRichard Henderson1-6/+11
2015-10-01pc: Add a comment explaining why pc_compat_2_4() doesn't existEduardo Habkost2-0/+14
2015-10-01exec: allocate PROT_NONE pages on top of RAMMichael S. Tsirkin1-3/+39
2015-10-01oslib: allocate PROT_NONE pages on top of RAMMichael S. Tsirkin1-4/+4
2015-10-01oslib: rework anonimous RAM allocationMichael S. Tsirkin1-2/+10