aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-01-13Make virtio_net_init() return void (Mark McLoughlin)aliguori2-5/+3
2009-01-13sun4c/sun4d: also swap the CharDriverState of escc_init()aurel321-4/+4
2009-01-13Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori12-89/+65
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori18-101/+41
2009-01-13ESCC: swap the two CharDriverState argumentsaurel323-8/+8
2009-01-13target-ppc: define max amount of memory for G3 beigeaurel321-0/+7
2009-01-13target-ppc: fix comment about boot device in ppc_oldworld.caurel321-1/+1
2009-01-13RTL8139: Latch C+ mode state instead of inferring it from C+ Command register...aliguori1-3/+17
2009-01-12target-alpha: get rid of tests on env->user_mode_onlyaurel321-3/+3
2009-01-12Use ESCC for PowerMac serialblueswir14-10/+21
2009-01-12Rename slavio_serial functions to escc, add clock rate and it_shift parametersblueswir14-79/+100
2009-01-12Rename slavio_serial to esccblueswir11-0/+0
2009-01-12Fix typoblueswir11-1/+1
2009-01-10Fix segfaultblueswir11-6/+9
2009-01-10Add EBUS bridgeblueswir13-10/+56
2009-01-09Fix APBblueswir12-13/+28
2009-01-09mips, ppc: make sure nd->model is always definedaurel322-4/+8
2009-01-09target-ppc: add an openbios-ppc imageaurel321-1/+1
2009-01-09target-ppc: revert part of commit r6254 committed accidentallyaurel321-1/+1
2009-01-09ETRAX: Let the ethernet PHY report the current link-state.edgar_igl4-8/+27
2009-01-08Add v{add, sub}{s, u}{b, h, w}s instructionsaurel321-1/+1
2009-01-08IDE: Return zero when reading error register with slave selected (Justin Chev...aliguori1-1/+2
2009-01-08Fix IDE debugblueswir11-2/+2
2009-01-08Implement virtio_net link status (Mark McLoughlin)aliguori2-3/+27
2009-01-08Implement e1000 link status (Mark McLoughlin)aliguori1-0/+16
2009-01-08Improve PCI debug supportblueswir11-1/+27
2009-01-08target-mips: CP0 Random register improvementsaurel321-3/+8
2009-01-08cmd646: correctly enable IDE channelsaurel321-1/+2
2009-01-08target-ppc: move OpenBIOS machines type to ppc.h from hw/ppc_oldworld.caurel322-6/+8
2009-01-08Some more updates for the g3bw -> g3beige changeaurel321-1/+1
2009-01-07target-ppc: Switch ppc_oldworld.c to G3 beigeaurel321-3/+3
2009-01-07ETRAX: Always provide a valid net model.edgar_igl2-2/+8
2009-01-07Fix build breakage introduced by r6219aliguori1-1/+1
2009-01-07virtio-net migration fix (Mark McLoughlin)aliguori1-2/+4
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori13-14/+14
2009-01-07add missing MAC address to info_str for some NICs (Mark McLoughlin)aliguori4-1/+7
2009-01-07Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori7-53/+9
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori13-24/+26
2009-01-07add "serial" parameter to -drive flag (Gleb Natapov)aliguori2-13/+22
2009-01-07fix usb-hid SET_IDLE behaviour (Stefano Stabellini)aliguori1-2/+2
2009-01-07ETRAX: Correct size of control-register area.edgar_igl1-42/+18
2009-01-07ETRAX: Process out channels immediately when the channel is started.edgar_igl1-20/+31
2009-01-07ETRAX: Correctly update the interrupt vector when interrupts get masked.edgar_igl1-64/+38
2009-01-07ETRAX: Support timer count reads and correct frequencies.edgar_igl1-26/+7
2009-01-07ETRAX: Add a dummy tempsensor and correct the NAND flash model.edgar_igl1-6/+98
2009-01-07ETRAX: Add a model for the axis devboard88 machine.edgar_igl2-0/+277
2009-01-07ETRAX: No need to mask off the I flag twice at reset.edgar_igl1-1/+0
2009-01-05Add cirrus reset handlerblueswir13-53/+66
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel3243-145/+111
2009-01-04Fix VGA screen dumpblueswir11-27/+86