aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-15net: add QemuOptsList arg to net_client_parse()Mark McLoughlin3-5/+6
2009-10-15net: allow clients not associated with a vlanMark McLoughlin1-7/+23
2009-10-15net: use qtailq for vlan and client listsMark McLoughlin3-62/+62
2009-10-15net: remove id field from NICInfoMark McLoughlin3-7/+2
2009-10-15net: handle id= parameter for -netMark McLoughlin1-28/+20
2009-10-15net: remove unused qemu_handler_true()Mark McLoughlin1-1/+0
2009-10-15net: pass monitor handle to client init functionsMark McLoughlin1-1/+1
2009-10-15hotplug: safely iterate bus's sibling list while removing a deviceMark McLoughlin1-2/+2
2009-10-15eepro100: Remove unused device status entriesStefan Weil1-74/+20
2009-10-15winwave: ADC supportmalc1-24/+336
2009-10-15audio: remove last remnants of _tmalc3-5/+5
2009-10-15winwave: make error logging more consistentmalc1-6/+7
2009-10-15winwave: follow the rules when closing the output devicemalc1-0/+19
2009-10-15configure: clean temporary executable files even on Windowsmalc1-1/+1
2009-10-14scsi disk block descriptor v2Artyom Tarasenko1-1/+21
2009-10-13Add some chipset doc linksBlue Swirl2-0/+17
2009-10-13user: fix libuser build messagesBlue Swirl1-1/+1
2009-10-13sparc64: fix done instruction pcIgor V. Kovalenko1-1/+1
2009-10-13qemu: allow pulseaudio to be the defaultMichael S. Tsirkin1-1/+1
2009-10-12Fixed wacom emulationFrançois Revol1-14/+24
2009-10-12rom loader: also try filename as-is.Gerd Hoffmann1-2/+1
2009-10-12rom loader: fix sparc -kernel boot.Gerd Hoffmann14-24/+54
2009-10-12unlock iothread mutex before running kvm ioctlGlauber Costa3-4/+9
2009-10-12TARGET_I386 is always defined if TARGET_X86_64 is definedJuan Quintela3-4/+4
2009-10-12slirp: fix !CONFIG_SLIRP compilationJuan Quintela1-1/+4
2009-10-12ide: BMDMAState don't need a pci_dev field anymoreJuan Quintela3-3/+0
2009-10-12ide: cmd646 ->unit has just the value that we wantJuan Quintela1-2/+2
2009-10-12ide: cmd646 we can get the pci device with container_ofJuan Quintela1-6/+11
2009-10-12ide: 'secondary' field is only used by cmd646Juan Quintela1-1/+1
2009-10-12ide: PCIIDEState type field is not needed anymoreJuan Quintela3-30/+11
2009-10-12ide: split cmd646 and piix from pci.cJuan Quintela4-341/+482
2009-10-12ide: export needed ide-pci functions for splitJuan Quintela2-10/+20
2009-10-12ide: create ide/pci.h for common ide pci definitionsJuan Quintela2-13/+19
2009-10-12ide: remove uselsess casts from void *Juan Quintela2-13/+13
2009-10-12ide: Remove duplicated definitionsJuan Quintela1-6/+0
2009-10-12ide: Remove cast in pci_register_barJuan Quintela1-12/+6
2009-10-12ide: change cast to DO_UPCASTJuan Quintela1-2/+2
2009-10-11Fix bswap in commentStefan Weil1-2/+2
2009-10-11Move dependency generation falgs out of configuremalc2-3/+4
2009-10-11configure: clean up temporary dependency filesmalc1-1/+2
2009-10-11winwave: pause/restore playing upon seeing VOICE_DISABLE/ENABLEmalc1-0/+18
2009-10-11winwave: close event handle and delete wait object after closing HWAVEOUTmalc1-2/+2
2009-10-11winwave: remove wait object when finalizing DAC voicemalc1-13/+14
2009-10-10CRIS: Segmented addressing only for kernel mode.Edgar E. Iglesias2-3/+5
2009-10-10Fix Windows host breakage by 45a50b1668822c23afc2a89f724654e176518bc4 (TeLeMan)malc1-1/+1
2009-10-10winwave: poll modemalc1-0/+61
2009-10-10Windows Waveform Audio driver (no ADC support yet)malc7-97/+449
2009-10-08pcnet: Restart poll timer on pcnet_startJan Kiszka1-0/+1
2009-10-08pcnet: Drop unused recv_pos fieldJan Kiszka1-13/+8
2009-10-08monitor: Convert do_info_cpus() to QObjectLuiz Capitulino1-14/+81