aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-02cpu: Move thread field into CPUStateAndreas Färber
2012-08-02cpu: Move CPU_COMMON_THREAD into CPUStateAndreas Färber
2012-08-02qemu-thread: Let qemu_thread_is_self() return boolAndreas Färber
2012-08-01qapi: qapi.py: allow the "'" character to be escapedLuiz Capitulino
2012-08-01Replace 'struct siginfo' with 'siginfo_t'.Richard W.M. Jones
2012-08-01target-i386: move cpu_reset and reset callback to cpu.cIgor Mammedov
2012-08-01target-i386: move cpu halted decision into x86_cpu_resetIgor Mammedov
2012-08-01fix Xen compilationStefano Stabellini
2012-08-01fix Xen compilationStefano Stabellini
2012-08-01configure: Fix xen probe with Xen 4.2 and laterAnthony PERARD
2012-08-01net: add the support for -netdev socket, listenZhi Yong Wu
2012-08-01net: fix the coding styleZhi Yong Wu
2012-08-01hub: add the support for hub own flow controlZhi Yong Wu
2012-08-01net: determine if packets can be sent before net queue deliver packetsZhi Yong Wu
2012-08-01net: cleanup deliver/deliver_iov func pointersZhi Yong Wu
2012-08-01net: Make "info network" output more readable infoZhi Yong Wu
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi
2012-08-01net: Rename vc local variables to ncStefan Hajnoczi
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-08-01net: Rename non_vlan_clients to net_clientsStefan Hajnoczi
2012-08-01net: Remove VLANStateStefan Hajnoczi
2012-08-01net: Remove vlan code from net.cStefan Hajnoczi
2012-08-01net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi
2012-08-01hub: Check that hubs are configured correctlyStefan Hajnoczi
2012-08-01net: Look up 'vlan' net clients using hubsStefan Hajnoczi
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi
2012-08-01net: Add a hub net clientStefan Hajnoczi
2012-08-01net: Add interface to bridge when SIOCBRADDIF isn't availableCorey Bryant
2012-07-31configure: -I\$(SRC_PATH) goes in QEMU_INCLUDES not QEMU_CFLAGSPeter Maydell
2012-07-31configure: Fix compile warning in utimensat/futimens testPeter Maydell
2012-07-31configure: Fix warnings in VDE library probePeter Maydell
2012-07-31configure: Fix compile warning in PNG testPeter Maydell
2012-07-31configure: Fix errors in test for__sync_fetch_and_andStefan Weil
2012-07-31configure: -march=i486 belongs in QEMU_CFLAGS, not CFLAGSPeter Maydell
2012-07-31configure: Replace bash code by standard shell codeStefan Weil
2012-07-31configure: Fix build with capabilitiesStefan Weil
2012-07-31configure: Fix build with ALSA audio driverStefan Weil
2012-07-31configure: Don't run configure tests with -Werror enabledPeter Maydell
2012-07-31configure: Split valgrind test into pragma test and valgrind.h testPeter Maydell
2012-07-31hw/9pfs: Fix assert when disabling migrationAneesh Kumar K.V
2012-07-31configure: Fix build with capabilitiesStefan Weil
2012-07-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2012-07-30Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori
2012-07-30Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2012-07-30Merge commit 'quintela/migration-next-v5' into stagingAnthony Liguori
2012-07-29Merge branch pci into masterMichael S. Tsirkin
2012-07-29x86: Fixed incorrect segment base address addition in 64-bits modeVitaly Chipounov
2012-07-29place qemu-sockets.c contributions since 2012-01-13 under GPLv2+Paolo Bonzini
2012-07-29build: Fix linking failure for qemu-gaDunrong Huang