- 04ba529 Delete unused variable. by ths · 17 years ago
- f441b28 Do not try to use -net user as a default when slirp disabled (Jeremy Fitzhardinge) by aliguori · 17 years ago
- 9892fbf Enable pty/tty functions for BSDs too (initial patch from Xen) by blueswir1 · 17 years ago
- 563e3c6 Parallel Port Direction Fix by aurel32 · 17 years ago
- 7ed9eba move GUI_REFRESH_INTERVAL define from vl.c to console.h (Gerd Hoffmann) by aliguori · 17 years ago
- bcfad70 add DisplayState->idle (Samuel Thibault) by aliguori · 17 years ago
- 5b08fc1 Handle terminating signals (Gerd Hoffmann) by aliguori · 17 years ago
- 4b096fc husb: support for USB host device auto connect (Max Krasnyansky) by aliguori · 17 years ago
- 1f3870a husb: support for USB host device auto disconnect (Max Krasnyansky) by aliguori · 17 years ago
- 363a37d Fix OpenBSD linker warnings by blueswir1 · 17 years ago
- 83ab795 Revert r4979 since it breaks the monitor by aliguori · 17 years ago
- 8fcd369 Fix some warnings that would be generated by gcc -Wmissing-prototypes by blueswir1 · 17 years ago
- 128ab2f Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries) by blueswir1 · 17 years ago
- f88e4b9 Allow boot without a drive on Sparc machines (partly extracted from Xen) by blueswir1 · 17 years ago
- 81174da Upgrade emulated UART to 16550A (Stefano Stabellini) by aliguori · 17 years ago
- bc0129d Set focus to monitor to ask password if line is multiplexed (Laurent Vivier) by aliguori · 17 years ago
- 396f929 Ask password when encrypted disk image is used (Laurent Vivier) by aliguori · 17 years ago
- 9ad97e6 Simplify -usbdevice net: syntax, allow VLANs with no NICs. by balrog · 17 years ago
- 279e694 Attempt to detect unconnected ptys (Gerd Hoffman) by aliguori · 17 years ago
- 477e3ed Save 3MB ioport table memory (Samuel Thibault) by aliguori · 17 years ago
- bd54b86 Fix -daemonize option by aliguori · 17 years ago
- 8a16d27 Add Virtual Distributed Ethernet native support, by Luca Bigliardi. by ths · 17 years ago
- 18fdb1c Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka. by ths · 17 years ago
- b685585 Do not call fcntl(, O_NONBLOCK) pointlessly, by Ian Jackson. by ths · 17 years ago
- fd58ff9 Do not disturb old fd flags (eg O_APPEND) when setting nonblock, by Ian Jackson. by ths · 17 years ago
- dcf414d Remove the NIC from vlan on usb destroy. by balrog · 17 years ago
- 6c9f886 Add CDC-Ethernet usb NIC (original patch from Thomas Sailer). by balrog · 17 years ago
- f8d39c0 Bail out if -append or -initrd is specified without -kernel, by by ths · 17 years ago
- 18be518 Remove duplicate device index calculations. by pbrook · 17 years ago
- c60e08d Implement resolution switching in common console code. by pbrook · 17 years ago
- bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 17 years ago
- dd5d6fe Add missing file. Fix spelling errors. by pbrook · 17 years ago
- 2e70f6e Add instruction counter. by pbrook · 17 years ago
- 3b4366d Add an opaque parameter to boot_set API, move function to monitor.c by blueswir1 · 17 years ago
- d978c02 Make save function optional by aurel32 · 17 years ago
- cc53d26 ISA version of CS4231A by malc · 17 years ago
- ae45d36 using strncpy is *always* a bad idea by bellard · 17 years ago
- 26a5f13 variable dynamic translation buffer size by bellard · 17 years ago
- 21b2081 Always process real timers regardless of singlestep mode (Jason Wessel). by edgar_igl · 17 years ago
- a57f631 removed unused code by bellard · 17 years ago
- 34808ac Debugger single step without interrupts (Jason Wessel). by edgar_igl · 17 years ago
- a808000 Fix argument description for -loadvm option by aurel32 · 17 years ago
- cb7cca1 Revert commit r4342 and r4343, wasn't intended to be committed by aurel32 · 17 years ago
- 603d3e7 qemu: generate signals on tap I/O by aurel32 · 17 years ago
- 64b7b73 Put Pseudo-TTY in rawmode for char devices by aurel32 · 17 years ago
- 0ecdffb Allow bootdevice change from the monitor by aurel32 · 17 years ago
- 8dd3dca remove target ifdefs from vl.c by aurel32 · 17 years ago
- c75a823 Set default console size by aurel32 · 17 years ago
- a1620fa Describe the format= option in the --help output. List the accepted by aurel32 · 17 years ago
- cd94006 Fix wrong type in printf(), introduced in revision 4265 by aurel32 · 17 years ago
- 1e72d3b add format= to drive options (CVE-2008-2004) by aurel32 · 17 years ago
- 4fc5d07 Fix a regression introduced by my previous commit, ram_size is now unsigned. by aurel32 · 17 years ago
- 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
- 88fdf56 IO ports registration errors are fatal errors. by balrog · 17 years ago
- b22205f Errors while registering ioports are not fatal (Glauber Costa). by balrog · 17 years ago
- 24859b6 ARM: Marvell 88w8618 / MusicPal emulation (Jan Kiszka). by balrog · 17 years ago
- 7fb4fdc RAM usage information in machine definition. by balrog · 17 years ago
- 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
- 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
- 7e7c5e4 Nokia N800 machine support (ARM). by balrog · 17 years ago
- b2f7616 Stop before shutdown by aurel32 · 17 years ago
- 2e4d9fb Braille device support by aurel32 · 17 years ago
- 4ce7ff6 MIPS Magnum R4000 machine by aurel32 · 17 years ago
- 95b0100 Fix single stepping wrt pending interrupts by aurel32 · 17 years ago
- fd5f393 Remove fixed length commandline buffers. by pbrook · 17 years ago
- 64538cd Put tap fd into nonblocking mode. by pbrook · 17 years ago
- cf7a2fe SCI fixes by aurel32 · 17 years ago
- f442e08 Slowdown SDL while minimized by aurel32 · 17 years ago
- b94ed57 Let the USB tablet reach the far bottom and right pixels by aurel32 · 17 years ago
- 3adda04 Be consistent in -clock parameter. Display also the list of available by aurel32 · 17 years ago
- 3f47aa8 Fix some functions declared () rather than (void) (Ian Jackson) by blueswir1 · 17 years ago
- a526a31 Add more machine definitions by blueswir1 · 17 years ago
- f650305 Unify RTCs that use host time, fix M48t59 alarm. by balrog · 17 years ago
- 4d3b6f6 Add an ncurses UI. by balrog · 17 years ago
- ff99363 Remove unused boolean_t, should fix building for Solaris. by balrog · 17 years ago
- b5a23ad Do not set RTC frequency if already set (Aurelien Jarno). by balrog · 17 years ago
- bce6184 reverted -translation option support by bellard · 17 years ago
- 40a2e65 Add option to disable TB cache, by Herve Poussineau. by ths · 17 years ago
- a11d070 Change the usb-serial product ID to a more widely recognised value (Samuel Thibault). by balrog · 17 years ago
- e5c9a13 PCI AC97 emulation by malc. by balrog · 17 years ago
- a795421 USB-to-serial device (Samuel Thibault). by balrog · 17 years ago
- 044fae8 Clean-up /tmp directory after -smb use (Mark Jonckheere). by balrog · 17 years ago
- 609497a Change -drive parsing so that paths don't have to be double-escaped (Laurent Vivier, Johannes Schindelin) by balrog · 17 years ago
- 05ebd53 Fix segfault caused by fall through, by Juergen Lock. by ths · 17 years ago
- 68d0f70 copyright update by bellard · 17 years ago
- d5d0833 Rearm timers in qemu_mod_timer when needed (Anders Melchiorsen). by balrog · 17 years ago
- ee76f82 Initial support for SS-2 (Sun4c) by blueswir1 · 17 years ago
- 7d85892 Initial support for Sun4d machines (SS-1000, SS-2000) by blueswir1 · 17 years ago
- 33f0027 Add "cache" parameter to "-drive" (Laurent Vivier). by balrog · 17 years ago
- e6198a7 Avoid the use of $ in format strings because it's system-specific - fixes drive names under Win32 (Eduardo Felipe). by balrog · 17 years ago
- 4fddf62 Use WIN32_LEAN_AND_MEAN, by Stefan Weil. by ths · 17 years ago
- f60d39b Fix compilation with Cygwin, by Herve Poussineau. by ths · 17 years ago
- 69b3497 Fix miscellaneous minor things, by Andre Przywara. by ths · 17 years ago
- bee8d68 qemu_put signedness fixes, by Andre Przywara. by ths · 17 years ago
- b99dc0d Redundant timer rearm optimisation by Anders Melchiorsen. by balrog · 17 years ago
- 4f8eb8d Work around a crash when timer signal occurs before main loop, original patch by 武田 俊也. by balrog · 17 years ago
- 76ea08f Support alternative formats for MAC addresses, by Balazs Attila-Mihaly. by balrog · 17 years ago
- ffe8ab8 Fix char* signedness, by Andre Przywara. by ths · 17 years ago
- 60fe76f Fix wrong signedness, by Andre Przywara. by ths · 17 years ago
- ed494d8 Add missing break just before execve, by Takashi Yoshii. Fix a comment typo. by balrog · 17 years ago