summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-21added -numa cmdline parameter parser (Andre Przywara)aliguori5-5/+144
2009-04-21Safety net for the cases where disassembler/translator disagree over instruct...malc1-0/+7
2009-04-21net: Prevent multiple slirp instances (Jan Kiszka)aliguori1-1/+13
2009-04-21slirp: Enhance host-guest redirection setup (Jan Kiszka)aliguori5-17/+28
2009-04-21net: Untangle nested qemu_send_packet (Jan Kiszka)aliguori2-6/+41
2009-04-21monitor: Allow host_net_add/remove for all targets (Jan Kiszka)aliguori1-1/+1
2009-04-21monitor: Improve host_net_add (Jan Kiszka)aliguori2-3/+5
2009-04-21net: Add support for capturing VLANs (Jan Kiszka)aliguori3-3/+121
2009-04-21Allow empty params for check_params (Jan Kiszka)aliguori1-1/+1
2009-04-21slirp: Handle DHCP requests for specific IP (Jan Kiszka)aliguori2-34/+95
2009-04-21net: Add parameter checks for VLAN clients (Jan Kiszka)aliguori1-0/+83
2009-04-21net: Fix -net socket,listen (Jan Kiszka)aliguori1-1/+1
2009-04-21net: Check device passed to host_net_remove (Jan Kiszka)aliguori1-2/+8
2009-04-21MIPS signal handling fixes.pbrook3-4/+109
2009-04-21MIPS: Raise SIGSEGV, not SIGILL when an access faults.pbrook1-0/+7
2009-04-21Fix target_siginfo ordering for MIPS.pbrook1-0/+6
2009-04-20Enable access to SYNCI_Step register in usermode emulation.pbrook1-0/+2
2009-04-19Build system: Fix dependency of qemu.1blueswir11-1/+1
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir116-59/+59
2009-04-19Adds SM501 usb host emulation feature.aurel324-44/+109
2009-04-19linux-user: Linux kernel's fchmodat and faccessat have three args (no 4th arg)aurel321-9/+8
2009-04-19Fix indices in Menelaus save/load.balrog1-6/+6
2009-04-18kqemu: only compile kqemu.o if actually neededblueswir12-1/+6
2009-04-18linux-user: fix IPCOP_sem* and implement sem*aurel321-98/+188
2009-04-18qemu-io: Verify read data by patterns (Kevin Wolf)aliguori1-4/+40
2009-04-18qemu-io: Fix handling of bdrv_is_allocated() return value (Kevin Wolf)aliguori1-7/+5
2009-04-18monitor: Update command help (Jan Kiszka)aliguori1-6/+6
2009-04-18x86: Enhanced dump of segment registers (Jan Kiszka)aliguori2-39/+64
2009-04-18a couple of qemu-io fixes (Christoph Hellwig)aliguori1-2/+2
2009-04-18buildsytem: consistently use install (Christoph Egger)aliguori2-12/+15
2009-04-18Use ANSI prototypes to please sparseblueswir12-17/+8
2009-04-18Add 'static' to avoid a sparse warningblueswir11-1/+1
2009-04-18Move bootp_filename to avoid a sparse warningblueswir12-1/+1
2009-04-17Fix non-ACPI Timer Interrupt Routing (Beth Kon)aliguori3-0/+39
2009-04-17hpet: Fix emulation of HPET_TN_SETVAL (Jan Kiszka)aliguori1-1/+1
2009-04-17kvm: Fix cpuid initialization (Jan Kiszka)aliguori1-40/+20
2009-04-17qcow2 corruption: Fix alloc_cluster_link_l2 (Kevin Wolf)aliguori1-1/+1
2009-04-17Make the sed script also work with OpenBSD and OpenSolaris sedsblueswir11-1/+1
2009-04-17qemu: Add support for SMBIOS command line otions (Alex Williamson)aliguori9-1/+899
2009-04-17qemu: Add prototype and make qemu_uuid_parse() non-static (Alex Williamson)aliguori2-1/+2
2009-04-17Free VLANClientState using qemu_free() (Mark McLoughlin)aliguori1-1/+1
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori19-66/+347
2009-04-17Use NICInfo::model for eepro100 savevm ID string (Mark McLoughlin)aliguori1-8/+6
2009-04-17Add unregister_savevm() (Mark McLoughlin)aliguori2-0/+18
2009-04-17Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin)aliguori2-6/+2
2009-04-17Remove some useless malloc() checking (Mark McLoughlin)aliguori1-13/+3
2009-04-17Don't fail PCI hotplug if no NIC model is supplied (Mark McLoughlin)aliguori1-3/+3
2009-04-17Fix error handling in net_client_init() (Mark McLoughlin)aliguori1-10/+16
2009-04-17struct iovec is now universally available (Mark McLoughlin)aliguori1-4/+0
2009-04-17Remove stray GSO code from virtio_net (Mark McLoughlin)aliguori1-5/+0