gdbstub: Allow re-instantiation (Jan Kiszka)
[qemu] / hw /
2009-02-05 aliguoriqemu:virtio-net: Allow setting the MAC address via...
2009-02-05 aliguoriqemu:virtio-net: Save status and add some save infrastr...
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-02-05 aliguoriConvert IDE to use new dma helpers (Avi Kivity)
2009-02-05 blueswir1Add debug, savevm and reset support for UniNorth
2009-02-05 blueswir1Use qemu_ram_alloc
2009-02-03 aurel32SH4: Fix warning when compiling sh7750_regnames.c
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-02-01 blueswir1Update #defines for PCI vendor and device IDs from...
2009-01-30 aurel32PowerPC: IDE DB-DMA support
2009-01-30 aurel32PowerPC: mac-io DB-DMA support
2009-01-30 aurel32pl031: remove unused variable
2009-01-29 aliguoricheck SCSI read/write requests against max LBA (Rik...
2009-01-29 aliguoriDon't notify virtio devices before S_DRIVER_OK (Mark...
2009-01-28 aliguoriSCSI divide capacity by s->cluster_size (Rik van Riel)
2009-01-28 aliguorisupport >2TB SCSI disks (Rik van Riel)
2009-01-28 aliguorifix signed/unsigned overflows in SCSI disk (Rik van...
2009-01-27 blueswir1Add Simba device ID
2009-01-26 edgar_iglETRAX: Remove display-state argument from board init.
2009-01-26 aliguoriCheck if the i8254 timer is active before deactivating...
2009-01-26 aliguoriMove definition of rgb_to_pixel_dup_table (Nathan Froyd)
2009-01-26 aliguoriAdd reset irq state for ps2 reboot callback (Dor Laor)
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2009-01-26 aliguoriUse the default subsystem vendor ID for virtio devices...
2009-01-26 aliguoriAdd macro for virtio-console PCI device ID (Mark McLoug...
2009-01-26 aliguoriUse macros for virtio-net PCI vendor/device IDs (Mark...
2009-01-26 aurel32target-ppc: always load kernel to KERNEL_LOAD_ADDR
2009-01-25 malcAdd static qualifier to local functions
2009-01-24 aurel32sh4: sh_pci. Register resouces both at A7 and P4.
2009-01-24 aurel32sh4: r2d. Endian conversion for peripheral register...
2009-01-24 aurel32Support epoch of 1980 in RTC emulation for MIPS Magnum
2009-01-24 aurel32mips: limit RAM size to 256MB on malta and qemu boards
2009-01-24 blueswir1Floppy: Properly handle Sense Interrupt Status after...
2009-01-24 blueswir1Fix kernel_size and initrd_size sign (Francois Revol)
2009-01-23 malcfix endianness problem sharing the videoram buffer
2009-01-22 aliguoriStop VM on error in virtio-blk. (Gleb Natapov)
2009-01-22 aliguoriStop VM on error in scsi-disk (Gleb Natapov)
2009-01-22 aliguoriFix warning in ide.c
2009-01-22 aliguoriConvert IDE to directly access guest memory (Avi Kivity)
2009-01-21 aliguoriStop VM on ENOSPC error. (Gleb Natapov)
2009-01-21 aliguoricirrus: unify unmapping of vram (Jan Kiszka)
2009-01-21 aliguoricirrus: cleanup reset handler (Jan Kiszka)
2009-01-21 aliguoricirrus: avoid resetting vga dirty logging unnecessarily...
2009-01-21 aliguoricirrus: stop dirty logging during remaps (Jan Kiszka)
2009-01-21 aliguoricirrus: unmap vram on reset (Jan Kiszka)
2009-01-21 aliguoriAlways return latest pmsts instead of the old one ...
2009-01-20 pbrookFix NAND flash save/restore.
2009-01-18 aurel32USB OHCI: add support for big endian targets
2009-01-18 aurel32mips_malta: map the CBUS UART as the third serial port
2009-01-18 aurel32serial: open a null device if the CharDriverState argum...
2009-01-18 aurel32add an init function parameter to qemu_chr_open()
2009-01-18 aurel32cuda: fix crash on Windows
2009-01-17 blueswir1Remove unused info_str parameter to pcnet_common_init()
2009-01-17 blueswir1Switch to CMD646 IDE
2009-01-16 aurel32hpet config mask fix
2009-01-16 aurel32G364 video adapter enhancement
2009-01-16 aurel32Fix a warning in hw/blizzard.c
2009-01-16 aliguoriFix compilation of blizzard.c
2009-01-16 aurel32Fix vga on PPC
2009-01-16 aurel32ppc_oldworld: remove i8259
2009-01-16 aurel32ppc_oldworld: remove debug I/O port
2009-01-16 blueswir1Fix warnings
2009-01-16 aliguorifix screendump (Stefano Stabellini)
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2009-01-16 aliguoriFix uninitialized variable warning
2009-01-16 aurel32hw/omap_sx1.c: fix build
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriDisplayState interface change (Stefano Stabellini)
2009-01-15 aliguoriremove bgr (Stefano Stabellini)
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-15 aliguoripowerpc/kvm: fix a openpic bug (Liu Yu)
2009-01-15 aliguoriadd a -vga none cli option (Stefano Stabellini)
2009-01-15 aliguoriAdd -rtc-td-hack option to fix time drift with RTC...
2009-01-15 aliguoriadd virtio-console initializer for powerpc (Christian...
2009-01-15 aliguoriadd virtio-console initializer for x86 (Christian Ehrhardt)
2009-01-15 aliguoriAdd missing files from last commit.
2009-01-15 aurel32cuda: fix indentation
2009-01-15 aurel32cuda: improve date/time read/write
2009-01-14 aurel32LSI53C895A: Introduce CASE_GET_REG24
2009-01-14 aurel32Fix day of week in mc146818
2009-01-14 blueswir1Make OpenBSD sparc-softmmu compile warning free
2009-01-14 aurel32PPC OldWorld: use a more realistic timer frequency
2009-01-14 aurel32escc: allow one IRQ per serial channel
2009-01-13 aliguoriMake virtio_net_init() return void (Mark McLoughlin)
2009-01-13 aurel32sun4c/sun4d: also swap the CharDriverState of escc_init()
2009-01-13 aliguoriMake pci_nic_init() use qemu_setup_nic_model() (Mark...
2009-01-13 aliguoriCheck NIC model in some NIC init functions (Mark McLoug...
2009-01-13 aurel32ESCC: swap the two CharDriverState arguments
2009-01-13 aurel32target-ppc: define max amount of memory for G3 beige
2009-01-13 aurel32target-ppc: fix comment about boot device in ppc_oldworld.c
2009-01-13 aliguoriRTL8139: Latch C+ mode state instead of inferring it...
2009-01-12 aurel32target-alpha: get rid of tests on env->user_mode_only
2009-01-12 blueswir1Use ESCC for PowerMac serial
2009-01-12 blueswir1Rename slavio_serial functions to escc, add clock rate...
2009-01-12 blueswir1Rename slavio_serial to escc
2009-01-12 blueswir1Fix typo
2009-01-10 blueswir1Fix segfault
2009-01-10 blueswir1Add EBUS bridge
2009-01-09 blueswir1Fix APB
next